From 0011cdca0f5af3f2e758ca489992c301ddb78226 Mon Sep 17 00:00:00 2001 From: Wells Date: Thu, 20 Jun 2024 15:45:08 +0800 Subject: [PATCH] chore(release): publish - @music163/tango-context@1.1.4 - @music163/tango-core@1.3.2 - @music163/tango-designer@1.3.2 - @music163/tango-sandbox@1.0.7 - @music163/tango-setting-form@1.2.7 - @music163/tango-ui@1.3.2 --- packages/context/CHANGELOG.md | 4 ++++ packages/context/package.json | 4 ++-- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/designer/CHANGELOG.md | 8 ++++++++ packages/designer/package.json | 12 ++++++------ packages/sandbox/CHANGELOG.md | 4 ++++ packages/sandbox/package.json | 4 ++-- packages/setting-form/CHANGELOG.md | 6 ++++++ packages/setting-form/package.json | 6 +++--- packages/ui/CHANGELOG.md | 7 +++++++ packages/ui/package.json | 2 +- 12 files changed, 50 insertions(+), 15 deletions(-) diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index 1eb8358..35a3cac 100644 --- a/packages/context/CHANGELOG.md +++ b/packages/context/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.4](https://github.com/netease/tango/compare/@music163/tango-context@1.1.3...@music163/tango-context@1.1.4) (2024-06-20) + +**Note:** Version bump only for package @music163/tango-context + ## [1.1.3](https://github.com/netease/tango/compare/@music163/tango-context@1.1.2...@music163/tango-context@1.1.3) (2024-06-05) **Note:** Version bump only for package @music163/tango-context diff --git a/packages/context/package.json b/packages/context/package.json index 9c276c4..eddde9e 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-context", - "version": "1.1.3", + "version": "1.1.4", "description": "react context for tango-apps", "keywords": [ "react", @@ -31,7 +31,7 @@ "react": ">= 16.8" }, "dependencies": { - "@music163/tango-core": "^1.3.1", + "@music163/tango-core": "^1.3.2", "@music163/tango-helpers": "^1.2.0", "mobx-react-lite": "4.0.7" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 59f0b6d..f0305ac 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.2](https://github.com/netease/tango/compare/@music163/tango-core@1.3.1...@music163/tango-core@1.3.2) (2024-06-20) + +### Bug Fixes + +- update designer style ([#176](https://github.com/netease/tango/issues/176)) ([0f3f0af](https://github.com/netease/tango/commit/0f3f0afdfa8aee2532a97c5c2e92ef4230397d86)) + ## [1.3.1](https://github.com/netease/tango/compare/@music163/tango-core@1.3.0...@music163/tango-core@1.3.1) (2024-06-05) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 0c00953..27dd051 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-core", - "version": "1.3.1", + "version": "1.3.2", "description": "tango core", "author": "wwsun ", "homepage": "", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 0671387..2663ce2 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/CHANGELOG.md @@ -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. +## [1.3.2](https://github.com/netease/tango/compare/@music163/tango-designer@1.3.1...@music163/tango-designer@1.3.2) (2024-06-20) + +### Bug Fixes + +- drag-panel add resizeable & height prop ([#175](https://github.com/netease/tango/issues/175)) ([b53a9f7](https://github.com/netease/tango/commit/b53a9f7eefc748ba8a7c94270c3a374b9d6ed211)) +- fix global hotkey triggering on content editable elements ([#174](https://github.com/netease/tango/issues/174)) ([a2cc418](https://github.com/netease/tango/commit/a2cc418a73edfd9b7fe8aad456ae775a49df2166)) +- update designer style ([#176](https://github.com/netease/tango/issues/176)) ([0f3f0af](https://github.com/netease/tango/commit/0f3f0afdfa8aee2532a97c5c2e92ef4230397d86)) + ## [1.3.1](https://github.com/netease/tango/compare/@music163/tango-designer@1.3.0...@music163/tango-designer@1.3.1) (2024-06-05) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index 39b828a..377bc81 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "1.3.1", + "version": "1.3.2", "description": "lowcode designer", "keywords": [ "react" @@ -33,12 +33,12 @@ "dependencies": { "@ant-design/icons": "^4.8.0", "@music163/request": "^0.2.0", - "@music163/tango-context": "^1.1.3", - "@music163/tango-core": "^1.3.1", + "@music163/tango-context": "^1.1.4", + "@music163/tango-core": "^1.3.2", "@music163/tango-helpers": "^1.2.0", - "@music163/tango-sandbox": "^1.0.6", - "@music163/tango-setting-form": "^1.2.6", - "@music163/tango-ui": "^1.3.1", + "@music163/tango-sandbox": "^1.0.7", + "@music163/tango-setting-form": "^1.2.7", + "@music163/tango-ui": "^1.3.2", "antd": "^4.24.2", "cash-dom": "^8.1.2", "classnames": "^2.5.1", diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 4d625e3..3369995 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.7](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.6...@music163/tango-sandbox@1.0.7) (2024-06-20) + +**Note:** Version bump only for package @music163/tango-sandbox + ## [1.0.6](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.5...@music163/tango-sandbox@1.0.6) (2024-06-05) **Note:** Version bump only for package @music163/tango-sandbox diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 6ae7c1f..7dda4f9 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-sandbox", - "version": "1.0.6", + "version": "1.0.7", "description": "sandbox of tango apps", "author": "wwsun ", "homepage": "", @@ -29,7 +29,7 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^1.3.1", + "@music163/tango-core": "^1.3.2", "@music163/tango-helpers": "^1.2.0", "crypto-js": "^4.1.1", "lodash.isequal": "4.5.0", diff --git a/packages/setting-form/CHANGELOG.md b/packages/setting-form/CHANGELOG.md index 86ae5d4..1443f78 100644 --- a/packages/setting-form/CHANGELOG.md +++ b/packages/setting-form/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.7](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.6...@music163/tango-setting-form@1.2.7) (2024-06-20) + +### Bug Fixes + +- update designer style ([#176](https://github.com/netease/tango/issues/176)) ([0f3f0af](https://github.com/netease/tango/commit/0f3f0afdfa8aee2532a97c5c2e92ef4230397d86)) + ## [1.2.6](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.5...@music163/tango-setting-form@1.2.6) (2024-06-05) **Note:** Version bump only for package @music163/tango-setting-form diff --git a/packages/setting-form/package.json b/packages/setting-form/package.json index b554b67..0101568 100644 --- a/packages/setting-form/package.json +++ b/packages/setting-form/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-setting-form", - "version": "1.2.6", + "version": "1.2.7", "description": "setting form of tango-apps", "author": "wwsun ", "homepage": "", @@ -28,9 +28,9 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^1.3.1", + "@music163/tango-core": "^1.3.2", "@music163/tango-helpers": "^1.2.0", - "@music163/tango-ui": "^1.3.1", + "@music163/tango-ui": "^1.3.2", "antd": "^4.24.2", "coral-system": "^1.0.5", "mobx": "6.12.3", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index eb7b703..3ca973a 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.2](https://github.com/netease/tango/compare/@music163/tango-ui@1.3.1...@music163/tango-ui@1.3.2) (2024-06-20) + +### Bug Fixes + +- drag-panel add resizeable & height prop ([#175](https://github.com/netease/tango/issues/175)) ([b53a9f7](https://github.com/netease/tango/commit/b53a9f7eefc748ba8a7c94270c3a374b9d6ed211)) +- update designer style ([#176](https://github.com/netease/tango/issues/176)) ([0f3f0af](https://github.com/netease/tango/commit/0f3f0afdfa8aee2532a97c5c2e92ef4230397d86)) + ## [1.3.1](https://github.com/netease/tango/compare/@music163/tango-ui@1.3.0...@music163/tango-ui@1.3.1) (2024-06-05) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 5d6156f..ba8b5ce 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-ui", - "version": "1.3.1", + "version": "1.3.2", "description": "ui widgets of tango", "keywords": [ "react",