Skip to content

Commit

Permalink
chore(release): 馃殌 update version
Browse files Browse the repository at this point in the history
 - @antv/x6-example-features@0.10.50
 - @antv/x6-example-sites@0.10.50
 - @antv/x6-sites@0.10.50
 - @antv/x6@0.10.50
  • Loading branch information
bubkoo committed Aug 12, 2020
1 parent 47d133f commit a1e647f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/x6-example-features/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-example-features",
"version": "0.10.49",
"version": "0.10.50",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand All @@ -10,7 +10,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^0.10.49",
"@antv/x6": "^0.10.50",
"@antv/x6-components": "^0.10.1",
"@antv/x6-react-shape": "^0.10.3",
"antd": "^4.4.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/x6-example-sites/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-example-sites",
"version": "0.10.49",
"version": "0.10.50",
"workspaces": [
"packages/**/*"
],
Expand All @@ -11,7 +11,7 @@
"clear": "rimraf node_modules yarn.lock && yarn workspaces run clean"
},
"dependencies": {
"@antv/x6": "^0.10.49",
"@antv/x6": "^0.10.50",
"@antv/x6-components": "^0.10.1",
"@antv/x6-example-sites-helper": "^0.10.42",
"@antv/x6-react-shape": "^0.10.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/x6-sites/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-sites",
"version": "0.10.49",
"version": "0.10.50",
"description": "X6 sites deployed on gh-pages",
"scripts": {
"clean": "gatsby clean",
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"@antv/gatsby-theme-antv": "^0.10.65",
"@antv/x6": "^0.10.49",
"@antv/x6": "^0.10.50",
"antd": "^4.4.2",
"express": "^4.17.1",
"gatsby": "^2.24.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "0.10.49",
"version": "0.10.50",
"description": "JavaScript diagramming library",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit a1e647f

Please sign in to comment.