chore(release): publish v0.0.23

This commit is contained in:
mathuo 2021-07-14 20:33:37 +01:00
parent bce106217a
commit 7ec824ea01
5 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "0.0.22", "version": "0.0.23",
"command": { "command": {
"publish": { "publish": {
"message": "chore(release): publish %s" "message": "chore(release): publish %s"

View File

@ -1,6 +1,6 @@
{ {
"name": "dockview-demo", "name": "dockview-demo",
"version": "0.0.22", "version": "0.0.23",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,7 +1,7 @@
{ {
"name": "dockview-demo", "name": "dockview-demo",
"private": true, "private": true,
"version": "0.0.22", "version": "0.0.23",
"description": "Demo project for https://github.com/mathuo/dockview", "description": "Demo project for https://github.com/mathuo/dockview",
"scripts": { "scripts": {
"build": "npm run build-webpack && npm run build-storybook", "build": "npm run build-webpack && npm run build-storybook",
@ -14,7 +14,7 @@
"author": "https://github.com/mathuo", "author": "https://github.com/mathuo",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"dockview": "^0.0.22", "dockview": "^0.0.23",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1" "react-dom": "^17.0.1"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "dockview", "name": "dockview",
"version": "0.0.22", "version": "0.0.23",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

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