chore(release): publish v1.3.0

This commit is contained in:
mathuo 2022-04-24 15:11:57 +01:00
parent aa579c4e32
commit bbf59bd311
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.2.0", "version": "1.3.0",
"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.2.0", "version": "1.3.0",
"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.2.0", "version": "1.3.0",
"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",
@ -15,7 +15,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@mdx-js/react": "^2.1.1", "@mdx-js/react": "^2.1.1",
"dockview": "^1.2.0", "dockview": "^1.3.0",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"recoil": "^0.7.2" "recoil": "^0.7.2"

View File

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

View File

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