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/*"
],
"version": "1.8.4",
"version": "1.8.5",
"npmClient": "yarn",
"command": {
"publish": {

View File

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

View File

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

View File

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