chore(release): publish v1.8.4

This commit is contained in:
mathuo 2023-10-06 20:14:56 +01:00
parent a3b20deee9
commit 47f78ad649
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
4 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "dockview-core",
"version": "1.8.3",
"version": "1.8.4",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
@ -64,4 +64,4 @@
"rollup": "^3.15.0",
"rollup-plugin-postcss": "^4.0.2"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "dockview",
"version": "1.8.3",
"version": "1.8.4",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews with ReactJS support",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
@ -56,7 +56,7 @@
"author": "https://github.com/mathuo",
"license": "MIT",
"dependencies": {
"dockview-core": "^1.8.3"
"dockview-core": "^1.8.4"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.8.3",
"version": "1.8.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
@ -20,11 +20,11 @@
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"@minoru/react-dnd-treeview": "^3.4.3",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"axios": "^1.3.3",
"clsx": "^1.2.1",
"dockview": "^1.8.3",
"dockview": "^1.8.4",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
@ -55,4 +55,4 @@
"last 1 safari version"
]
}
}
}