Revert "chore: 1.9.0"

This reverts commit 9e245e6f5e.
This commit is contained in:
mathuo 2024-01-15 20:20:05 +00:00
parent 9e245e6f5e
commit 90690fa8ea
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": [
"packages/*" "packages/*"
], ],
"version": "1.9.0", "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.9.0", "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",
@ -53,4 +53,4 @@
"test": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-core", "test": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-core",
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-core --coverage" "test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-core --coverage"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "dockview", "name": "dockview",
"version": "1.9.0", "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-docs", "name": "dockview-docs",
"version": "1.9.0", "version": "1.8.5",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "docusaurus build", "build": "docusaurus build",
@ -42,4 +42,4 @@
"@types/uuid": "^9.0.7", "@types/uuid": "^9.0.7",
"docusaurus-plugin-sass": "^0.2.5" "docusaurus-plugin-sass": "^0.2.5"
} }
} }