From 1a449ffa4206d38d5574c9daa1eb54a1bb00d876 Mon Sep 17 00:00:00 2001 From: xutao <987427795@qq.com> Date: Sat, 24 Sep 2022 16:51:05 +0800 Subject: [PATCH] Publish - examples@1.1.29 - @logicflow/core@1.1.29 - @logicflow/extension@1.1.29 --- examples/CHANGELOG.md | 11 +++++++++++ examples/package.json | 6 +++--- packages/core/CHANGELOG.md | 18 ++++++++++++++++++ packages/core/package.json | 2 +- packages/extension/CHANGELOG.md | 12 ++++++++++++ packages/extension/package-lock.json | 2 +- packages/extension/package.json | 4 ++-- 7 files changed, 48 insertions(+), 7 deletions(-) diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index 857b946fb..7e348be83 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -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. +## [1.1.29](https://github.com/didi/LogicFlow/compare/examples@1.1.28...examples@1.1.29) (2022-09-24) + + +### Bug Fixes + +* Fix typo: currrentProperties -> currentProperties ([71650b7](https://github.com/didi/LogicFlow/commit/71650b7c51d1ffd9c8b828f26ad2189e3b9cb7a4)) + + + + + ## [1.1.28](https://github.com/didi/LogicFlow/compare/examples@1.1.27...examples@1.1.28) (2022-09-17) **Note:** Version bump only for package examples diff --git a/examples/package.json b/examples/package.json index d6333b08f..fdcf5eb11 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,12 +1,12 @@ { "name": "examples", - "version": "1.1.28", + "version": "1.1.29", "private": true, "dependencies": { "@ant-design/icons": "^4.3.0", "@babel/core": "7.12.3", - "@logicflow/core": "^1.1.28", - "@logicflow/extension": "^1.1.28", + "@logicflow/core": "^1.1.29", + "@logicflow/extension": "^1.1.29", "@pmmmwh/react-refresh-webpack-plugin": "0.4.2", "@svgr/webpack": "5.4.0", "@testing-library/jest-dom": "^5.11.4", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d6af6ba3f..f3d75adc1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.29](https://github.com/didi/LogicFlow/compare/@logicflow/core@1.1.28...@logicflow/core@1.1.29) (2022-09-24) + + +### Bug Fixes + +* Fix typo: currrentProperties -> currentProperties ([71650b7](https://github.com/didi/LogicFlow/commit/71650b7c51d1ffd9c8b828f26ad2189e3b9cb7a4)) +* Fix typo: getBackgroud -> getBackground ([3ea0c36](https://github.com/didi/LogicFlow/commit/3ea0c369747b75b321a95b22af75d2afc07b9c7a)) +* Fix typo: getCorssPointOfLine -> getCrossPointOfLine ([a2c44b0](https://github.com/didi/LogicFlow/commit/a2c44b09518f089df98eec711ea9b51f8351ac24)) + + +### Features + +* update turbo plugin ([ed512ca](https://github.com/didi/LogicFlow/commit/ed512ca21d21829cd7c114140b006964fc4090e4)) + + + + + ## [1.1.28](https://github.com/didi/LogicFlow/compare/@logicflow/core@1.1.27...@logicflow/core@1.1.28) (2022-09-17) diff --git a/packages/core/package.json b/packages/core/package.json index 984737d14..92121ed4f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@logicflow/core", - "version": "1.1.28", + "version": "1.1.29", "description": "LogicFlow core, to quickly build flowchart editor", "main": "dist/entry.js", "module": "dist/logic-flow.js", diff --git a/packages/extension/CHANGELOG.md b/packages/extension/CHANGELOG.md index 83a8d1608..609daddf3 100644 --- a/packages/extension/CHANGELOG.md +++ b/packages/extension/CHANGELOG.md @@ -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. +## [1.1.29](https://github.com/didi/LogicFlow/compare/@logicflow/extension@1.1.28...@logicflow/extension@1.1.29) (2022-09-24) + + +### Features + +* add curved edge ([b64928a](https://github.com/didi/LogicFlow/commit/b64928a486385aaa13f9dc07a28e790c982f5ada)) +* update turbo plugin ([ed512ca](https://github.com/didi/LogicFlow/commit/ed512ca21d21829cd7c114140b006964fc4090e4)) + + + + + ## [1.1.28](https://github.com/didi/LogicFlow/compare/@logicflow/extension@1.1.27...@logicflow/extension@1.1.28) (2022-09-17) **Note:** Version bump only for package @logicflow/extension diff --git a/packages/extension/package-lock.json b/packages/extension/package-lock.json index c75598799..04ad3dd73 100644 --- a/packages/extension/package-lock.json +++ b/packages/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "@logicflow/extension", - "version": "1.1.28", + "version": "1.1.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/extension/package.json b/packages/extension/package.json index c10aa59a8..c691c2ee8 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -1,6 +1,6 @@ { "name": "@logicflow/extension", - "version": "1.1.28", + "version": "1.1.29", "description": "LogicFlow extension", "main": "cjs/index.js", "module": "es/index.js", @@ -32,7 +32,7 @@ "readme.md" ], "dependencies": { - "@logicflow/core": "^1.1.28", + "@logicflow/core": "^1.1.29", "ids": "^1.0.0", "preact": "^10.4.8" },