Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Jun 12, 2020
1 parent 4fdd4bf commit df85c72
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/x6-example-components/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-example-components",
"version": "1.0.0-alpha.0",
"version": "0.9.0",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand All @@ -10,7 +10,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6-components": "^1.0.0-alpha.0",
"@antv/x6-components": "^0.9.0",
"antd": "^3.19.5",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
8 changes: 4 additions & 4 deletions examples/x6-example-features/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-example-features",
"version": "1.0.0-alpha.0",
"version": "0.9.0",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand All @@ -10,9 +10,9 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^1.0.0-alpha.0",
"@antv/x6-components": "^1.0.0-alpha.0",
"@antv/x6-react-shape": "^1.0.0-alpha.0",
"@antv/x6": "^0.9.0",
"@antv/x6-components": "^0.9.0",
"@antv/x6-react-shape": "^0.9.0",
"antd": "^3.19.5",
"classnames": "^2.2.6",
"react": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-components",
"version": "1.0.0-alpha.0",
"version": "0.9.0",
"description": "React components for building x6 editors",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-react-shape/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-react-shape",
"version": "1.0.0-alpha.0",
"version": "0.9.0",
"description": "x6 shape for rendering react components",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -18105,6 +18105,13 @@ rollup-plugin-filesize@^9.0.0:
pacote "^11.1.6"
terser "^4.6.12"

rollup-plugin-progress@^1.1.2:
version "1.1.2"
resolved "https://registry.npm.taobao.org/rollup-plugin-progress/download/rollup-plugin-progress-1.1.2.tgz#5c1dfe7c50f654906bc34d167d5512ee1a4b72d5"
integrity sha1-XB3+fFD2VJBrw00WfVUS7hpLctU=
dependencies:
chalk "^2.4.2"

rollup-plugin-terser@^5.3.0:
version "5.3.0"
resolved "https://registry.npm.taobao.org/rollup-plugin-terser/download/rollup-plugin-terser-5.3.0.tgz?cache=0&sync_timestamp=1591520810305&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frollup-plugin-terser%2Fdownload%2Frollup-plugin-terser-5.3.0.tgz#9c0dd33d5771df9630cd027d6a2559187f65885e"
Expand Down

0 comments on commit df85c72

Please sign in to comment.