Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Jul 23, 2020
1 parent e90109e commit c8c068a
Show file tree
Hide file tree
Showing 3 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.2.9",
"version": "0.2.10",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-guitar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-guitar",
"version": "0.2.9",
"version": "0.2.10",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-guitar-site",
"version": "0.2.9",
"version": "0.2.10",
"private": true,
"scripts": {
"build": "run-s build:*",
Expand All @@ -18,7 +18,7 @@
"npm-run-all": "^4.1.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-guitar": "^0.2.9",
"react-guitar": "^0.2.10",
"react-switch": "^5.0.1",
"tailwindcss": "^1.5.1"
}
Expand Down

0 comments on commit c8c068a

Please sign in to comment.