Skip to content

Commit

Permalink
chore(release): publish v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Apr 27, 2024
1 parent c6403ff commit 9c091f5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.12.0",
"version": "1.13.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dockview-angular/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/dockview-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
}
4 changes: 2 additions & 2 deletions packages/dockview-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -54,6 +54,6 @@
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview --coverage"
},
"dependencies": {
"dockview": "^1.10.1"
"dockview": "^1.13.0"
}
}
6 changes: 3 additions & 3 deletions packages/dockview-vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
}
6 changes: 3 additions & 3 deletions packages/dockview/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
}
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -50,4 +50,4 @@
"@types/uuid": "^9.0.7",
"docusaurus-plugin-sass": "^0.2.5"
}
}
}

0 comments on commit 9c091f5

Please sign in to comment.