From 5e15af4ad508f1096a9d8c37812f3b0a7dc62fc7 Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Sat, 25 Mar 2023 15:01:20 +0000 Subject: [PATCH] chore(release): publish v1.7.0 --- lerna.json | 2 +- packages/dockview-core/package.json | 4 ++-- packages/dockview/package.json | 6 +++--- packages/docs/package.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index 7fd1eb956..e1f41352e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "useWorkspaces": true, - "version": "1.6.0", + "version": "1.7.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/dockview-core/package.json b/packages/dockview-core/package.json index 9b158487f..e8a895a95 100644 --- a/packages/dockview-core/package.json +++ b/packages/dockview-core/package.json @@ -1,6 +1,6 @@ { "name": "dockview-core", - "version": "1.6.0", + "version": "1.7.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", @@ -65,4 +65,4 @@ "rollup-plugin-terser": "^7.0.2", "typedoc": "^0.23.25" } -} \ No newline at end of file +} diff --git a/packages/dockview/package.json b/packages/dockview/package.json index a6e25bf64..9b3f65c46 100644 --- a/packages/dockview/package.json +++ b/packages/dockview/package.json @@ -1,6 +1,6 @@ { "name": "dockview", - "version": "1.6.0", + "version": "1.7.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", @@ -56,7 +56,7 @@ "author": "https://github.com/mathuo", "license": "MIT", "dependencies": { - "dockview-core": "^1.6.0" + "dockview-core": "^1.7.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.1", @@ -74,4 +74,4 @@ "rollup-plugin-terser": "^7.0.2", "typedoc": "^0.23.25" } -} \ No newline at end of file +} diff --git a/packages/docs/package.json b/packages/docs/package.json index 553228dea..8c939b506 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "dockview-docs", - "version": "1.6.0", + "version": "1.7.0", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -22,7 +22,7 @@ "@minoru/react-dnd-treeview": "^3.4.3", "axios": "^1.3.3", "clsx": "^1.2.1", - "dockview": "^1.6.0", + "dockview": "^1.7.0", "prism-react-renderer": "^1.3.5", "react": "^18.2.0", "react-dnd": "^16.0.1",