Skip to content

Commit

Permalink
chore(release): publish v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Jun 8, 2024
1 parent 93e5ece commit e3fb689
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.14.1",
"version": "1.14.2",
"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": "1.14.1",
"version": "1.14.2",
"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.14.1"
"dockview-core": "^1.14.2"
}
}
2 changes: 1 addition & 1 deletion packages/dockview-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview-core",
"version": "1.14.1",
"version": "1.14.2",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",
"keywords": [
"splitview",
Expand Down
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": "1.14.1",
"version": "1.14.2",
"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-react --coverage"
},
"dependencies": {
"dockview": "^1.14.1"
"dockview": "^1.14.2"
}
}
4 changes: 2 additions & 2 deletions packages/dockview-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview-vue",
"version": "1.14.1",
"version": "1.14.2",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",
"keywords": [
"splitview",
Expand Down Expand Up @@ -52,6 +52,6 @@
"test:cov": "cross-env ../../node_modules/.bin/jest --selectProjects dockview-vue --coverage"
},
"dependencies": {
"dockview-core": "^1.14.1"
"dockview-core": "^1.14.2"
}
}
4 changes: 2 additions & 2 deletions packages/dockview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "1.14.1",
"version": "1.14.2",
"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.14.1"
"dockview-core": "^1.14.2"
}
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.14.1",
"version": "1.14.2",
"private": true,
"scripts": {
"build": "npm run build-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.14.1",
"dockview": "^1.14.2",
"prism-react-renderer": "^2.3.1",
"react-dnd": "^16.0.1",
"react-laag": "^2.0.5",
Expand Down

0 comments on commit e3fb689

Please sign in to comment.