Skip to content

Commit

Permalink
chore: release some packages (#3727)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector authored Jul 3, 2023
1 parent 37e8c22 commit 543de19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/x6-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-common",
"version": "2.0.12",
"version": "2.0.13",
"description": "Basic toolkit for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-plugin-stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6-plugin-stencil",
"version": "2.0.3",
"version": "2.0.4",
"description": "stencil plugin for X6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/x6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/x6",
"version": "2.11.1",
"version": "2.11.2",
"description": "JavaScript diagramming library that uses SVG and HTML for rendering",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"pretest": "rss"
},
"dependencies": {
"@antv/x6-common": "^2.0.12",
"@antv/x6-common": "^2.0.13",
"@antv/x6-geometry": "^2.0.5",
"utility-types": "^3.10.0"
},
Expand Down

0 comments on commit 543de19

Please sign in to comment.