Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 16, 2019
1 parent 53e86ec commit 4b9e072
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "0.1.15",
"version": "0.1.16",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand All @@ -10,7 +10,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6-components": "^0.1.8",
"@antv/x6-components": "^0.1.9",
"antd": "^3.19.5",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
6 changes: 3 additions & 3 deletions examples/x6-example-drawio/package.json
@@ -1,16 +1,16 @@
{
"private": true,
"name": "@antv/x6-example-drawio",
"version": "0.1.15",
"version": "0.1.16",
"scripts": {
"start": "umi dev",
"build": "umi build",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^0.1.5",
"@antv/x6-components": "^0.1.8",
"@antv/x6": "^0.1.6",
"@antv/x6-components": "^0.1.9",
"antd": "^3.19.5",
"classnames": "^2.2.6",
"react": "^16.8.6"
Expand Down
6 changes: 3 additions & 3 deletions examples/x6-example-features/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-example-features",
"version": "0.1.15",
"version": "0.1.16",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand All @@ -10,8 +10,8 @@
"precommit": "lint-staged"
},
"dependencies": {
"@antv/x6": "^0.1.5",
"@antv/x6-components": "^0.1.8",
"@antv/x6": "^0.1.6",
"@antv/x6-components": "^0.1.9",
"antd": "^3.19.5",
"classnames": "^2.2.6",
"react-dom": "^16.8.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-components",
"version": "0.1.8",
"version": "0.1.9",
"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/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "0.1.5",
"version": "0.1.6",
"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
Expand Up @@ -3,5 +3,5 @@
/**
* Auto generated version file, do not modify it!
*/
const version = '0.1.5'
const version = '0.1.6'
export { version }

0 comments on commit 4b9e072

Please sign in to comment.