chore(release): publish v1.9.0

This commit is contained in:
mathuo 2024-01-15 20:24:39 +00:00
parent 90690fa8ea
commit 8a67f60747
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "dockview-core",
"version": "1.8.5",
"version": "1.9.0",
"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.5",
"version": "1.9.0",
"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.5"
"dockview-core": "^1.9.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.8.5",
"version": "1.9.0",
"private": true,
"scripts": {
"build": "docusaurus build",
@ -30,7 +30,7 @@
"@radix-ui/react-popover": "^1.0.7",
"axios": "^1.6.3",
"clsx": "^2.1.0",
"dockview": "^1.8.5",
"dockview": "^1.9.0",
"prism-react-renderer": "^2.3.1",
"react-dnd": "^16.0.1",
"recoil": "^0.7.7",