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

View File

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

View File

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