Skip to content

Commit 2685e33

Browse files
authored
chore: release 2 packages (#3336)
1 parent ab0c7fe commit 2685e33

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/x6-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/x6-common",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Basic toolkit for X6",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/x6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/x6",
3-
"version": "2.6.1",
3+
"version": "2.7.1",
44
"description": "JavaScript diagramming library that uses SVG and HTML for rendering",
55
"main": "lib/index.js",
66
"module": "es/index.js",

sites/x6-sites/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
static/apps
44
static/demos
55
.dumi/tmp
6-
.dumi/tmp-production
6+
.dumi/tmp-production
7+
dist

0 commit comments

Comments
 (0)