Skip to content

Commit

Permalink
chore(release): publish v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed May 26, 2022
1 parent b2c2869 commit 95c7b1a
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.4.2",
"version": "1.4.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dockview-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dockview-demo",
"private": true,
"version": "1.4.2",
"version": "1.4.3",
"description": "Demo project for https://github.com/mathuo/dockview",
"scripts": {
"build": "npm run build-webpack",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@mdx-js/react": "^2.1.1",
"dockview": "^1.4.2",
"dockview": "^1.4.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"recoil": "^0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/dockview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "1.4.2",
"version": "1.4.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/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -20,7 +20,7 @@
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"dockview": "^1.4.2",
"dockview": "^1.4.3",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 95c7b1a

Please sign in to comment.