From 2202a89c15d628c7245417c796625db3fc742c85 Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Sun, 23 Jul 2023 14:33:45 +0100 Subject: [PATCH] chore(release): publish v1.8.0 --- lerna.json | 2 +- packages/dockview-core/package.json | 4 ++-- packages/dockview/package.json | 6 +++--- packages/docs/package.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index 14afc2271..b885be29f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*" ], "useWorkspaces": true, - "version": "1.7.6", + "version": "1.8.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/dockview-core/package.json b/packages/dockview-core/package.json index 6b3b5646d..f36c90e51 100644 --- a/packages/dockview-core/package.json +++ b/packages/dockview-core/package.json @@ -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", @@ -65,4 +65,4 @@ "rollup-plugin-postcss": "^4.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 e19159e8e..a769f4503 100644 --- a/packages/dockview/package.json +++ b/packages/dockview/package.json @@ -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", @@ -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", @@ -73,4 +73,4 @@ "rollup": "^3.15.0", "rollup-plugin-postcss": "^4.0.2" } -} \ No newline at end of file +} diff --git a/packages/docs/package.json b/packages/docs/package.json index 9d84dda19..dcde976d7 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "dockview-docs", - "version": "1.7.6", + "version": "1.8.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.7.6", + "dockview": "^1.8.0", "prism-react-renderer": "^1.3.5", "react": "^18.2.0", "react-dnd": "^16.0.1", @@ -62,4 +62,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +}