Skip to content

Commit

Permalink
chore: bump to 2.0
Browse files Browse the repository at this point in the history
force bump to 2.0

BREAKING CHANGE: bump to 2.0
  • Loading branch information
bubkoo committed Nov 5, 2022
1 parent 5c1dc13 commit a02ca20
Show file tree
Hide file tree
Showing 21 changed files with 20,278 additions and 13,759 deletions.
30 changes: 15 additions & 15 deletions examples/x6-example-features/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"private": true,
"name": "@antv/x6-example-features",
"version": "1.0.0",
"version": "2.0.0",
"scripts": {
"start": "umi dev",
"build": "umi build",
"lint": "eslint 'src/**/*.{js,ts}?(x)' --fix",
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "1.0.0",
"@antv/x6-plugin-clipboard": "1.0.0",
"@antv/x6-plugin-dnd": "1.0.0",
"@antv/x6-plugin-history": "1.0.0",
"@antv/x6-plugin-keyboard": "1.0.0",
"@antv/x6-plugin-minimap": "1.0.0",
"@antv/x6-plugin-scroller": "1.0.0",
"@antv/x6-plugin-selection": "1.0.0",
"@antv/x6-plugin-snapline": "1.0.0",
"@antv/x6-plugin-stencil": "1.0.0",
"@antv/x6-plugin-transform": "1.0.0",
"@antv/x6-plugin-export": "1.0.0",
"@antv/x6-react-components": "1.0.0",
"@antv/x6-react-shape": "1.0.0",
"@antv/x6": "^2.x",
"@antv/x6-plugin-clipboard": "^2.x",
"@antv/x6-plugin-dnd": "^2.x",
"@antv/x6-plugin-history": "^2.x",
"@antv/x6-plugin-keyboard": "^2.x",
"@antv/x6-plugin-minimap": "^2.x",
"@antv/x6-plugin-scroller": "^2.x",
"@antv/x6-plugin-selection": "^2.x",
"@antv/x6-plugin-snapline": "^2.x",
"@antv/x6-plugin-stencil": "^2.x",
"@antv/x6-plugin-transform": "^2.x",
"@antv/x6-plugin-export": "^2.x",
"@antv/x6-react-components": "^2.x",
"@antv/x6-react-shape": "^2.x",
"antd": "^4.4.2",
"classnames": "^2.2.6",
"dagre": "^0.8.5",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
"@commitlint/config-angular"
]
},
"pnpm": {
Expand Down Expand Up @@ -67,6 +67,7 @@
"@babel/core": "^7.19.6",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@commitlint/config-angular": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-common",
"version": "1.1.0",
"version": "2.0.0",
"description": "Basic toolkit for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "2.0.0",
"name": "@antv/x6-geometry",
"description": "Geometry operations for X6",
"main": "lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-clipboard",
"version": "1.0.2",
"version": "2.0.0",
"description": "clipboard plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-dnd",
"version": "1.0.2",
"version": "2.0.0",
"description": "dnd plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-export",
"version": "1.0.2",
"version": "2.0.0",
"description": "export plugin for X6.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-history",
"version": "1.0.2",
"version": "2.0.0",
"description": "history plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-keyboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-keyboard",
"version": "1.0.2",
"version": "2.0.0",
"description": "keyboard plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"mousetrap": "^1.6.5"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0",
"@antv/x6": "^2.0.x",
"@types/mousetrap": "^1.6.5"
},
"author": {
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-minimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-minimap",
"version": "1.0.2",
"version": "2.0.0",
"description": "minimap plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-scroller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-scroller",
"version": "1.1.0",
"version": "2.0.0",
"description": "scroller plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-selection",
"version": "1.0.2",
"version": "2.0.0",
"description": "selection plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-snapline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-snapline",
"version": "1.0.2",
"version": "2.0.0",
"description": "snapline plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
10 changes: 5 additions & 5 deletions packages/x6-plugin-stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-stencil",
"version": "1.0.2",
"version": "2.0.0",
"description": "stencil plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0",
"@antv/x6-plugin-dnd": "1.0.2"
"@antv/x6": "^2.x",
"@antv/x6-plugin-dnd": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0",
"@antv/x6-plugin-dnd": "1.0.2"
"@antv/x6": "^2.0.x",
"@antv/x6-plugin-dnd": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-plugin-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-transform",
"version": "1.0.2",
"version": "2.0.0",
"description": "transform plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "1.1.0"
"@antv/x6": "^2.0.x"
},
"author": {
"name": "bubkoo",
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-components",
"version": "1.1.0",
"version": "2.0.0",
"description": "React components for building x6 editors",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"rc-dropdown": "^3.0.0-alpha.0",
"rc-util": "^4.15.7",
"react-color": "2.17.1",
"react-resize-detector": "^7.0.0",
"react-resize-detector": "^6.6.4",
"ua-parser-js": "^0.7.20"
},
"devDependencies": {
Expand All @@ -67,7 +67,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@types/react-color": "^3.0.1",
"@types/react-resize-detector": "^6.0.0",
"@types/react-resize-detector": "^5.0.0",
"@types/ua-parser-js": "^0.7.33",
"antd": "^4.4.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/x6-react-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-shape",
"version": "1.0.2",
"version": "2.0.0",
"description": "X6 shape for rendering react components.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
"pretest": "rss"
},
"peerDependencies": {
"@antv/x6": "1.1.0",
"@antv/x6": "^2.x",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@antv/x6": "1.1.0",
"@antv/x6": "^2.0.x",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/x6-vue-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-vue-shape",
"version": "1.1.0",
"version": "2.0.0",
"description": "X6 shape for rendering vue components.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -38,20 +38,20 @@
"pretest": "rss"
},
"dependencies": {
"vue-demi": "latest"
"vue-demi": "^0.7.4"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"peerDependencies": {
"@antv/x6": "1.1.0",
"@antv/x6": "^2.x",
"@vue/composition-api": "^1.0.0-rc.6",
"vue": "^2.6.12 || ^3.0.0"
},
"devDependencies": {
"@antv/x6": "1.1.0",
"@antv/x6": "^2.0.x",
"@vue/composition-api": "^1.0.0-rc.6",
"vue": "^2.6.12"
},
Expand Down
Loading

0 comments on commit a02ca20

Please sign in to comment.