Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
towersxu committed Sep 4, 2021
1 parent 7334fbc commit 28a1129
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 6 deletions.
8 changes: 8 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.9](https://github.com/didi/LogicFlow/compare/[email protected]@0.7.9) (2021-09-04)

**Note:** Version bump only for package examples





## [0.7.8](https://github.com/didi/LogicFlow/compare/[email protected]@0.7.8) (2021-08-19)


Expand Down
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "examples",
"version": "0.7.8",
"version": "0.7.9",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@babel/core": "7.12.3",
"@logicflow/core": "^0.6.13",
"@logicflow/extension": "^0.6.13",
"@logicflow/core": "^0.6.16",
"@logicflow/extension": "^0.6.16",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
"@svgr/webpack": "5.4.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.16](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-09-04)


### Bug Fixes

* **core:** isElementInArea fix ([9e8bd62](https://github.com/didi/LogicFlow/commit/9e8bd621e28ff9563f1a02e10708a6e421a01870))
* **examples:** modified examples page title ([3a9ae5e](https://github.com/didi/LogicFlow/commit/3a9ae5ed100405378ed468574ca61445bef44035))
* isElementInArea bugfix ([2050510](https://github.com/didi/LogicFlow/commit/2050510c98684266e152d7d733694c543bbb9c28))





## [0.6.13](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-08-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/core",
"version": "0.6.15",
"version": "0.6.16",
"description": "LogicFlow core, to quickly build flowchart editor",
"main": "dist/logic-flow.js",
"license": "Apache 2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.16](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-09-04)


### Bug Fixes

* **examples:** modified examples page title ([3a9ae5e](https://github.com/didi/LogicFlow/commit/3a9ae5ed100405378ed468574ca61445bef44035))
* **extension:** snapshot bugfix after zooming ([c23c0fa](https://github.com/didi/LogicFlow/commit/c23c0fa2d8ec0825f4319def7b98388cc3a09997))





## [0.6.13](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-08-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/extension",
"version": "0.6.15",
"version": "0.6.16",
"description": "LogicFlow extension",
"main": "cjs/index.js",
"module": "es/index.js",
Expand All @@ -26,7 +26,7 @@
"readme.md"
],
"dependencies": {
"@logicflow/core": "^0.6.13",
"@logicflow/core": "^0.6.16",
"ids": "^1.0.0",
"preact": "^10.4.8"
},
Expand Down

0 comments on commit 28a1129

Please sign in to comment.