Skip to content

Commit

Permalink
chore: publish x6@0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 18, 2020
1 parent 297aef8 commit c7fc28c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/x6-example-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-example-components",
"version": "0.2.2",
"version": "0.2.5",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand Down
4 changes: 2 additions & 2 deletions examples/x6-example-drawio/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"private": true,
"name": "@antv/x6-example-drawio",
"version": "0.2.3",
"version": "0.2.5",
"scripts": {
"start": "umi dev",
"build": "umi build",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^0.3.2",
"@antv/x6": "^0.3.3",
"@antv/x6-components": "^0.2.0",
"antd": "^3.19.5",
"classnames": "^2.2.6",
Expand Down
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.2.4",
"version": "0.2.5",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand All @@ -10,7 +10,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^0.3.2",
"@antv/x6": "^0.3.3",
"@antv/x6-components": "^0.2.0",
"@antv/x6-react-shape": "^0.2.2",
"antd": "^3.19.5",
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.2",
"version": "0.3.3",
"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.2'
const version = '0.3.3'
export { version }

0 comments on commit c7fc28c

Please sign in to comment.