Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Feb 14, 2023
1 parent 59bbf5e commit 438070a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.13.0",
"version": "0.14.0",
"npmClient": "yarn",
"preid": "beta"
}
2 changes: 1 addition & 1 deletion packages/chord-chart-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chord-chart-studio",
"version": "0.13.0",
"version": "0.14.0",
"description": "Chord Chart Studio",
"private": true,
"author": "Christophe Noël",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"description": "Chord Chart Studio documentation",
"author": "Christophe Noël <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/webextension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-extension",
"private": true,
"version": "0.13.0",
"version": "0.14.0",
"description": "Browser extension for Chord Chart Studio",
"author": "Christophe Noël",
"license": "LicenseRef-LICENSE",
Expand Down

0 comments on commit 438070a

Please sign in to comment.