Skip to content

Commit

Permalink
chore: publish x6@0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 10, 2020
1 parent befefb4 commit d2d7652
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/x6-example-drawio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^0.3.0",
"@antv/x6": "^0.3.2",
"@antv/x6-components": "^0.2.0",
"antd": "^3.19.5",
"classnames": "^2.2.6",
Expand Down
6 changes: 3 additions & 3 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.2.3",
"version": "0.2.4",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand All @@ -10,9 +10,9 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^0.3.0",
"@antv/x6": "^0.3.2",
"@antv/x6-components": "^0.2.0",
"@antv/x6-react-shape": "^0.2.0",
"@antv/x6-react-shape": "^0.2.2",
"antd": "^3.19.5",
"classnames": "^2.2.6",
"react": "^16.12.0",
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.3.1",
"version": "0.3.2",
"description": "JavaScript diagramming library",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
/**
* Auto generated version file, do not modify it!
*/
const version = '0.3.1'
const version = '0.3.2'
export { version }

0 comments on commit d2d7652

Please sign in to comment.