Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Dec 12, 2021
1 parent e169898 commit ea71058
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "0.9.0",
"packages": [
"packages/*"
],
"version": "0.10.0",
"npmClient": "yarn",
"preid": "beta"
}
2 changes: 1 addition & 1 deletion packages/chord-charts-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@touffi/chords-charts-studio",
"version": "0.9.0",
"version": "0.10.0",
"description": "Chords Charts Studio",
"private": true,
"author": "Christophe Noël",
Expand Down
3 changes: 1 addition & 2 deletions 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.1.0",
"version": "0.10.0",
"description": "Browser extension for Chord Charts Studio",
"author": "Christophe Noël",
"license": "LicenseRef-LICENSE",
Expand All @@ -10,7 +10,6 @@
"build": "webpack",
"dev": "npx webpack --config webpack.dev.js"
},
"devDependencies": {},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down

0 comments on commit ea71058

Please sign in to comment.