Skip to content

Commit

Permalink
chore(release): @antv/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
# @antv/x6 [1.30.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-01-22)

### Bug Fixes

* 🐛 not create label when text is empty ([#1783](#1783)) ([ed1fcd1](ed1fcd1))

### Features

* ✨ add insertPort api ([#1763](#1763)) ([6809dba](6809dba))
  • Loading branch information
x6-bot committed Jan 22, 2022
1 parent 26ba9bf commit 4350cdd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/x6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# @antv/x6 [1.30.0](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-01-22)


### Bug Fixes

* 🐛 not create label when text is empty ([#1783](https://github.com/antvis/x6/issues/1783)) ([ed1fcd1](https://github.com/antvis/x6/commit/ed1fcd1f26601150d1b7913b8eaaf329a958af53))


### Features

* ✨ add insertPort api ([#1763](https://github.com/antvis/x6/issues/1763)) ([6809dba](https://github.com/antvis/x6/commit/6809dba2d86308d0b315d0c6164f91d80e8a40ff))

## @antv/x6 [1.29.6](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2022-01-13)


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": "1.29.6",
"version": "1.30.0",
"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.29.6'
const version = '1.30.0'
export { version }

0 comments on commit 4350cdd

Please sign in to comment.