chore(release): publish v1.7.2

This commit is contained in:
mathuo 2023-05-07 20:53:10 +01:00
parent 50789414ea
commit fda40a9fcb
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "dockview-core",
"version": "1.7.1",
"version": "1.7.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",
"version": "1.7.1",
"version": "1.7.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",
@ -56,7 +56,7 @@
"author": "https://github.com/mathuo",
"license": "MIT",
"dependencies": {
"dockview-core": "^1.7.1"
"dockview-core": "^1.7.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "dockview-docs",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
@ -23,7 +23,7 @@
"@minoru/react-dnd-treeview": "^3.4.3",
"axios": "^1.3.3",
"clsx": "^1.2.1",
"dockview": "^1.7.1",
"dockview": "^1.7.2",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dnd": "^16.0.1",