chore(release): publish v1.13.0

This commit is contained in:
mathuo 2024-04-27 13:19:52 +01:00
parent c6403ff6e8
commit 9c091f5126
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
7 changed files with 16 additions and 16 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "dockview-angular",
"version": "0.0.0-beta-0",
"version": "1.13.0",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",
"keywords": [
"splitview",
@ -54,6 +54,6 @@
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview --coverage"
},
"dependencies": {
"dockview-core": "^1.10.1"
"dockview-core": "^1.13.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "dockview-core",
"version": "1.12.0",
"version": "1.13.0",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",
"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-react",
"version": "0.0.0-beta-0",
"version": "1.13.0",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",
"keywords": [
"splitview",
@ -54,6 +54,6 @@
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview --coverage"
},
"dependencies": {
"dockview": "^1.10.1"
"dockview": "^1.13.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "dockview-vue",
"version": "0.0.0-beta-0",
"version": "1.13.0",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",
"keywords": [
"splitview",
@ -56,6 +56,6 @@
"build:types": "vue-tsc --project tsconfig.build-types.json --declaration --emitDeclarationOnly --outDir dist/types "
},
"dependencies": {
"dockview-core": "^1.10.1"
"dockview-core": "^1.13.0"
}
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"scripts": {
"build": "npm run create-templates && docusaurus build",
@ -37,7 +37,7 @@
"ag-grid-react": "^31.0.2",
"axios": "^1.6.3",
"clsx": "^2.1.0",
"dockview": "^1.12.0",
"dockview": "^1.13.0",
"prism-react-renderer": "^2.3.1",
"react-dnd": "^16.0.1",
"react-laag": "^2.0.5",
@ -50,4 +50,4 @@
"@types/uuid": "^9.0.7",
"docusaurus-plugin-sass": "^0.2.5"
}
}
}