Skip to content

Commit 71eff7c

Browse files
committedMar 29, 2022
Publish
- examples@1.1.11 - @logicflow/core@1.1.11 - @logicflow/extension@1.1.11
1 parent 6c26ba9 commit 71eff7c

File tree

7 files changed

+31
-7
lines changed

7 files changed

+31
-7
lines changed
 

‎examples/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.11](https://github.com/didi/LogicFlow/compare/examples@1.1.10...examples@1.1.11) (2022-03-29)
7+
8+
**Note:** Version bump only for package examples
9+
10+
11+
12+
13+
614
## [1.1.10](https://github.com/didi/LogicFlow/compare/examples@1.1.9...examples@1.1.10) (2022-03-29)
715

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

‎examples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "examples",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.3.0",
77
"@babel/core": "7.12.3",
8-
"@logicflow/core": "^1.1.10",
9-
"@logicflow/extension": "^1.1.10",
8+
"@logicflow/core": "^1.1.11",
9+
"@logicflow/extension": "^1.1.11",
1010
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
1111
"@svgr/webpack": "5.4.0",
1212
"@testing-library/jest-dom": "^5.11.4",

‎packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.11](https://github.com/didi/LogicFlow/compare/@logicflow/core@1.1.10...@logicflow/core@1.1.11) (2022-03-29)
7+
8+
**Note:** Version bump only for package @logicflow/core
9+
10+
11+
12+
13+
614
## [1.1.10](https://github.com/didi/LogicFlow/compare/@logicflow/core@1.1.9...@logicflow/core@1.1.10) (2022-03-29)
715

816
**Note:** Version bump only for package @logicflow/core

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/core",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "LogicFlow core, to quickly build flowchart editor",
55
"main": "dist/logic-flow.js",
66
"unpkg": "dist/logic-flow.js",

‎packages/extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.11](https://github.com/didi/LogicFlow/compare/@logicflow/extension@1.1.10...@logicflow/extension@1.1.11) (2022-03-29)
7+
8+
**Note:** Version bump only for package @logicflow/extension
9+
10+
11+
12+
13+
614
## [1.1.10](https://github.com/didi/LogicFlow/compare/@logicflow/extension@1.1.9...@logicflow/extension@1.1.10) (2022-03-29)
715

816
**Note:** Version bump only for package @logicflow/extension

‎packages/extension/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/extension",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "LogicFlow extension",
55
"main": "cjs/index.js",
66
"module": "es/index.js",
@@ -32,7 +32,7 @@
3232
"readme.md"
3333
],
3434
"dependencies": {
35-
"@logicflow/core": "^1.1.10",
35+
"@logicflow/core": "^1.1.11",
3636
"ids": "^1.0.0",
3737
"preact": "^10.4.8"
3838
},

0 commit comments

Comments
 (0)
Please sign in to comment.