chore(release): publish v1.8.5

This commit is contained in:
mathuo 2023-10-29 13:09:21 +00:00
parent 8df1de888a
commit a1b3a94c42
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
4 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "1.8.4", "version": "1.8.5",
"npmClient": "yarn", "npmClient": "yarn",
"command": { "command": {
"publish": { "publish": {

View File

@ -1,6 +1,6 @@
{ {
"name": "dockview-core", "name": "dockview-core",
"version": "1.8.4", "version": "1.8.5",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support", "description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"keywords": [ "keywords": [
"splitview", "splitview",

View File

@ -1,6 +1,6 @@
{ {
"name": "dockview", "name": "dockview",
"version": "1.8.4", "version": "1.8.5",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support", "description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"keywords": [ "keywords": [
"splitview", "splitview",
@ -54,6 +54,6 @@
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview --coverage" "test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview --coverage"
}, },
"dependencies": { "dependencies": {
"dockview-core": "^1.8.4" "dockview-core": "^1.8.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "dockview-docs", "name": "dockview-docs",
"version": "1.8.4", "version": "1.8.5",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "docusaurus build", "build": "docusaurus build",
@ -30,7 +30,7 @@
"@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-popover": "^1.0.7",
"axios": "^1.3.3", "axios": "^1.3.3",
"clsx": "^1.2.1", "clsx": "^1.2.1",
"dockview": "^1.8.4", "dockview": "^1.8.5",
"prism-react-renderer": "^1.3.5", "prism-react-renderer": "^1.3.5",
"react-dnd": "^16.0.1", "react-dnd": "^16.0.1",
"recoil": "^0.7.6", "recoil": "^0.7.6",
@ -42,4 +42,4 @@
"@types/uuid": "^9.0.0", "@types/uuid": "^9.0.0",
"docusaurus-plugin-sass": "^0.2.3" "docusaurus-plugin-sass": "^0.2.3"
} }
} }