chore(release): publish v1.13.1

This commit is contained in:
mathuo 2024-05-05 19:59:28 +01:00
parent 4803109203
commit 688abef81d
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
7 changed files with 12 additions and 12 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "dockview-angular",
"version": "1.13.0",
"version": "1.13.1",
"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.13.0"
"dockview-core": "^1.13.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "dockview-core",
"version": "1.13.0",
"version": "1.13.1",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",
"keywords": [
"splitview",

View File

@ -1,6 +1,6 @@
{
"name": "dockview-react",
"version": "1.13.0",
"version": "1.13.1",
"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.13.0"
"dockview": "^1.13.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "dockview-vue",
"version": "1.13.0",
"version": "1.13.1",
"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.13.0"
"dockview-core": "^1.13.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "1.13.0",
"version": "1.13.1",
"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.13.0"
"dockview-core": "^1.13.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.13.0",
"version": "1.13.1",
"private": true,
"scripts": {
"build": "npm run build-templates && docusaurus build",
@ -37,7 +37,7 @@
"ag-grid-react": "^31.0.2",
"axios": "^1.6.3",
"clsx": "^2.1.0",
"dockview": "^1.13.0",
"dockview": "^1.13.1",
"prism-react-renderer": "^2.3.1",
"react-dnd": "^16.0.1",
"react-laag": "^2.0.5",