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/*"
],
"version": "0.0.22",
"version": "0.0.23",
"command": {
"publish": {
"message": "chore(release): publish %s"

View File

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

View File

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

View File

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

View File

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