From ab6c3b2ed3002ff3f9a80e5e772878a9c06e8f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=96=E5=B4=96=E5=B4=96?= Date: Wed, 19 Feb 2020 10:34:00 +0800 Subject: [PATCH] chore: publish x6@0.2.6 --- examples/x6-example-components/package.json | 2 +- examples/x6-example-drawio/package.json | 4 ++-- examples/x6-example-features/package.json | 4 ++-- packages/x6/package.json | 2 +- packages/x6/src/version.ts | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/x6-example-components/package.json b/examples/x6-example-components/package.json index 6eaad826981..9f0ee830dff 100644 --- a/examples/x6-example-components/package.json +++ b/examples/x6-example-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@antv/x6-example-components", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "start": "umi dev", "build": "umi build", diff --git a/examples/x6-example-drawio/package.json b/examples/x6-example-drawio/package.json index 344517ec53d..bcb6f25ff61 100644 --- a/examples/x6-example-drawio/package.json +++ b/examples/x6-example-drawio/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@antv/x6-example-drawio", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "start": "umi dev", "build": "umi build", @@ -9,7 +9,7 @@ "precommit": "lint-staged" }, "dependencies": { - "@antv/x6": "^0.2.5", + "@antv/x6": "^0.2.6", "@antv/x6-components": "^0.2.0", "antd": "^3.19.5", "classnames": "^2.2.6", diff --git a/examples/x6-example-features/package.json b/examples/x6-example-features/package.json index 291b1e91cad..5dc6d6c97a3 100644 --- a/examples/x6-example-features/package.json +++ b/examples/x6-example-features/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@antv/x6-example-features", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "start": "umi dev", "build": "umi build", @@ -10,7 +10,7 @@ "precommit": "lint-staged" }, "dependencies": { - "@antv/x6": "^0.2.5", + "@antv/x6": "^0.2.6", "@antv/x6-components": "^0.2.0", "@antv/x6-react-shape": "^0.1.2", "antd": "^3.19.5", diff --git a/packages/x6/package.json b/packages/x6/package.json index ac00ab44bad..1f344a4edee 100644 --- a/packages/x6/package.json +++ b/packages/x6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6", - "version": "0.2.5", + "version": "0.2.6", "description": "JavaScript diagramming library", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/x6/src/version.ts b/packages/x6/src/version.ts index ce6a3deda4f..a3bea551a64 100644 --- a/packages/x6/src/version.ts +++ b/packages/x6/src/version.ts @@ -3,5 +3,5 @@ /** * Auto generated version file, do not modify it! */ -const version = '0.2.5' +const version = '0.2.6' export { version }