Skip to content

Commit

Permalink
chore(release): publish v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Oct 29, 2023
1 parent 8df1de8 commit a1b3a94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.4",
"version": "1.8.5",
"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.4",
"version": "1.8.5",
"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.4",
"version": "1.8.5",
"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.4"
"dockview-core": "^1.8.5"
}
}
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.8.4",
"version": "1.8.5",
"private": true,
"scripts": {
"build": "docusaurus build",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@radix-ui/react-popover": "^1.0.7",
"axios": "^1.3.3",
"clsx": "^1.2.1",
"dockview": "^1.8.4",
"dockview": "^1.8.5",
"prism-react-renderer": "^1.3.5",
"react-dnd": "^16.0.1",
"recoil": "^0.7.6",
Expand All @@ -42,4 +42,4 @@
"@types/uuid": "^9.0.0",
"docusaurus-plugin-sass": "^0.2.3"
}
}
}

0 comments on commit a1b3a94

Please sign in to comment.