chore(release): publish v1.0.2

This commit is contained in:
mathuo 2022-02-22 20:14:56 +00:00
parent e0bcecfac0
commit 6ba8015502
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
5 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "1.0.1", "version": "1.0.2",
"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": "1.0.1", "version": "1.0.2",
"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": "1.0.1", "version": "1.0.2",
"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": "^1.0.1", "dockview": "^1.0.2",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"recoil": "^0.4.1" "recoil": "^0.4.1"

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "dockview", "name": "dockview",
"version": "1.0.1", "version": "1.0.2",
"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",