Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
towersxu committed Apr 20, 2021
1 parent 12bd0db commit 6069793
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 9 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.4.2](https://github.com/towersxu/logicflow/compare/[email protected]@0.4.2) (2021-04-20)

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





## [0.4.1](https://github.com/towersxu/logicflow/compare/[email protected]@0.4.1) (2021-04-19)

**Note:** Version bump only for package examples
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.4.1",
"version": "0.4.2",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@babel/core": "7.12.3",
"@logicflow/core": "^0.3.1",
"@logicflow/extension": "^0.3.1",
"@logicflow/core": "^0.3.2",
"@logicflow/extension": "^0.3.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
"@svgr/webpack": "5.4.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/towersxu/logicflow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-04-20)


### Bug Fixes

* show anchors when extend baseNode ([12bd0db](https://github.com/towersxu/logicflow/commit/12bd0db574b18b19aed8134b9e508f3c0a9ef6f4))
* show anchors when extend baseNode ([d78d7df](https://github.com/towersxu/logicflow/commit/d78d7dfabbdea171a104a22b48ad6e8662230c21))


### Features

* **core:** add clearData funcion in Logicflow ([2a5b345](https://github.com/towersxu/logicflow/commit/2a5b3450b88fd7d831bc25810726fa4de4255033))





## [0.3.1](https://github.com/towersxu/logicflow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-04-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.3.1",
"version": "0.3.2",
"description": "LogicFlow core, to quickly build flowchart editor",
"main": "dist/logic-flow.js",
"license": "Apache 2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/towersxu/logicflow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-04-20)


### Bug Fixes

* show anchors when extend baseNode ([12bd0db](https://github.com/towersxu/logicflow/commit/12bd0db574b18b19aed8134b9e508f3c0a9ef6f4))





## [0.3.1](https://github.com/towersxu/logicflow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-04-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.3.1",
"version": "0.3.2",
"description": "LogicFlow extension",
"main": "cjs/index.js",
"module": "es/index.js",
Expand All @@ -25,7 +25,7 @@
"readme.md"
],
"dependencies": {
"@logicflow/core": "^0.3.1",
"@logicflow/core": "^0.3.2",
"ids": "^1.0.0"
},
"standard-version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/towersxu/logicflow/compare/[email protected]@0.3.2) (2021-04-20)


### Bug Fixes

* show anchors when extend baseNode ([12bd0db](https://github.com/towersxu/logicflow/commit/12bd0db574b18b19aed8134b9e508f3c0a9ef6f4))





## [0.3.1](https://github.com/towersxu/logicflow/compare/[email protected]@0.3.1) (2021-04-19)

**Note:** Version bump only for package site
Expand Down
6 changes: 3 additions & 3 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "site",
"version": "0.3.1",
"version": "0.3.2",
"description": "LogicFlow site",
"scripts": {
"dev": "cross-env NODE_ENV=development MOCK_TYPE=mock webpack-dev-server --client-log-level warning --config scripts/webpack.config.site.js",
Expand All @@ -12,8 +12,8 @@
"sites"
],
"dependencies": {
"@logicflow/core": "^0.3.1",
"@logicflow/extension": "^0.3.1",
"@logicflow/core": "^0.3.2",
"@logicflow/extension": "^0.3.2",
"preact": "^10.4.8"
},
"devDependencies": {
Expand Down

0 comments on commit 6069793

Please sign in to comment.