Skip to content

Commit

Permalink
chore(release): publish v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Apr 23, 2022
1 parent a2c269d commit 2dc0c4a
Show file tree
Hide file tree
Showing 7 changed files with 8,824 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.1.0",
"version": "1.2.0",
"command": {
"publish": {
"message": "chore(release): publish %s"
Expand Down
2 changes: 1 addition & 1 deletion packages/dockview-demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/dockview-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dockview-demo",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"description": "Demo project for https://github.com/mathuo/dockview",
"scripts": {
"build": "npm run build-webpack && npm run build-storybook",
Expand All @@ -14,7 +14,7 @@
"author": "https://github.com/mathuo",
"license": "MIT",
"dependencies": {
"dockview": "^1.1.0",
"dockview": "^1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recoil": "^0.7.2"
Expand Down
Loading

0 comments on commit 2dc0c4a

Please sign in to comment.