Skip to content

Commit

Permalink
chore(release): publish v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Jan 15, 2024
1 parent 90690fa commit 8a67f60
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.8.5",
"version": "1.9.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
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.8.5",
"version": "1.9.0",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"keywords": [
"splitview",
Expand Down
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.8.5",
"version": "1.9.0",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"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.8.5"
"dockview-core": "^1.9.0"
}
}
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.8.5",
"version": "1.9.0",
"private": true,
"scripts": {
"build": "docusaurus build",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@radix-ui/react-popover": "^1.0.7",
"axios": "^1.6.3",
"clsx": "^2.1.0",
"dockview": "^1.8.5",
"dockview": "^1.9.0",
"prism-react-renderer": "^2.3.1",
"react-dnd": "^16.0.1",
"recoil": "^0.7.7",
Expand Down

0 comments on commit 8a67f60

Please sign in to comment.