Skip to content

Commit

Permalink
chore(release): publish v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Jul 23, 2023
1 parent 430f97f commit 2202a89
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.7.6",
"version": "1.8.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dockview-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview-core",
"version": "1.7.6",
"version": "1.8.0",
"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 Expand Up @@ -65,4 +65,4 @@
"rollup-plugin-postcss": "^4.0.2",
"typedoc": "^0.23.25"
}
}
}
6 changes: 3 additions & 3 deletions packages/dockview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "1.7.6",
"version": "1.8.0",
"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 Expand Up @@ -56,7 +56,7 @@
"author": "https://github.com/mathuo",
"license": "MIT",
"dependencies": {
"dockview-core": "^1.7.6"
"dockview-core": "^1.8.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
Expand All @@ -73,4 +73,4 @@
"rollup": "^3.15.0",
"rollup-plugin-postcss": "^4.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.7.6",
"version": "1.8.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -22,7 +22,7 @@
"@minoru/react-dnd-treeview": "^3.4.3",
"axios": "^1.3.3",
"clsx": "^1.2.1",
"dockview": "^1.7.6",
"dockview": "^1.8.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
Expand Down Expand Up @@ -62,4 +62,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 2202a89

Please sign in to comment.