chore(release): publish v1.2.0

This commit is contained in:
mathuo 2022-04-23 16:44:39 +01:00
parent a2c269dbd4
commit 2dc0c4ab21
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
7 changed files with 8824 additions and 6 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "dockview-demo",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"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": "^1.1.0",
"dockview": "^1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recoil": "^0.7.2"

8788
packages/dockview-docs/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,30 @@
{
"name": "dockview-docs",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.5",
"dockview": "^1.2.0",
"next": "12.1.5",
"react": "17.x",
"react-dom": "17.x",
"remark-frontmatter": "^4.0.1"
},
"devDependencies": {
"@types/node": "17.0.25",
"@types/react": "17.x",
"@types/react-dom": "17.x",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"next-transpile-modules": "^9.0.0",
"typescript": "4.6.3"
}
}

View File

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

View File

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