Skip to content

Commit

Permalink
chore(release): publish v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Sep 17, 2023
1 parent 739976e commit 4ad5b0f
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 @@ -3,7 +3,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.8.2",
"version": "1.8.3",
"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.2",
"version": "1.8.3",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
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.2",
"version": "1.8.3",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"author": "https://github.com/mathuo",
"license": "MIT",
"dependencies": {
"dockview-core": "^1.8.2"
"dockview-core": "^1.8.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
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.2",
"version": "1.8.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -22,7 +22,7 @@
"@minoru/react-dnd-treeview": "^3.4.3",
"axios": "^1.3.3",
"clsx": "^1.2.1",
"dockview": "^1.8.2",
"dockview": "^1.8.3",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
Expand Down

0 comments on commit 4ad5b0f

Please sign in to comment.