chore(release): publish v1.5.2

This commit is contained in:
mathuo 2022-10-04 16:38:28 -04:00
parent 33a52523fe
commit 834d763445
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.5.1",
"version": "1.5.2",
"npmClient": "yarn",
"command": {
"publish": {

View File

@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "1.5.1",
"version": "1.5.2",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.5.1",
"version": "1.5.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
@ -21,7 +21,7 @@
"@mdx-js/react": "^1.6.22",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"dockview": "^1.5.1",
"dockview": "^1.5.2",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",