Skip to content

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Mar 24, 2021
1 parent 03f3617 commit 7aaec28
Show file tree
Hide file tree
Showing 5 changed files with 6 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,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.14"
"version": "0.0.15"
}
2 changes: 1 addition & 1 deletion packages/splitview-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/splitview-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "splitview-demo",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"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": "^0.0.14",
"dockview": "^0.0.15",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/splitview/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/splitview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "0.0.14",
"version": "0.0.15",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
Expand Down

0 comments on commit 7aaec28

Please sign in to comment.