Skip to content

Commit 438070a

Browse files
committed
v0.14.0
1 parent 59bbf5e commit 438070a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"npmClient": "yarn",
55
"preid": "beta"
66
}

packages/chord-chart-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chord-chart-studio",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Chord Chart Studio",
55
"private": true,
66
"author": "Christophe Noël",

packages/documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documentation",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"description": "Chord Chart Studio documentation",
66
"author": "Christophe Noël <[email protected]>",

packages/webextension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-extension",
33
"private": true,
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"description": "Browser extension for Chord Chart Studio",
66
"author": "Christophe Noël",
77
"license": "LicenseRef-LICENSE",

0 commit comments

Comments
 (0)