Skip to content

Commit

Permalink
chore(release): publish v0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Oct 25, 2021
1 parent cfb1b5c commit fb59323
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,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.26",
"version": "0.0.27",
"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": "0.0.26",
"version": "0.0.27",
"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.26",
"dockview": "^0.0.27",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"recoil": "^0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/dockview/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/dockview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "0.0.26",
"version": "0.0.27",
"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 fb59323

Please sign in to comment.