Skip to content

Commit

Permalink
feat: ✨ update x6 and x6-vector version (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector authored Dec 17, 2021
1 parent b220e6c commit a199b59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/x6-vector/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.4",
"version": "1.2.6",
"name": "@antv/x6-vector",
"description": "Lightweight library for manipulating and animating SVG.",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-vector/src/global/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 = '1.2.4'
const version = '1.2.6'
export { version }
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": "1.28.4",
"version": "1.28.6",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6/src/global/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 = '1.28.1'
const version = '1.28.6'
export { version }

0 comments on commit a199b59

Please sign in to comment.