From 89bcd45728e3dbb4775a5ff67a8de366bfc4c1ff Mon Sep 17 00:00:00 2001 From: wwsun Date: Mon, 9 Oct 2023 18:44:15 +0800 Subject: [PATCH] chore(release): publish - @music163/tango-designer@0.4.1 - @music163/tango-setting-form@0.2.4 - @music163/tango-ui@0.1.5 --- packages/designer/CHANGELOG.md | 7 +++++++ packages/designer/package.json | 6 +++--- packages/setting-form/CHANGELOG.md | 4 ++++ packages/setting-form/package.json | 4 ++-- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 37da611..e5e5020 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/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. +## [0.4.1](https://github.com/netease/tango/compare/@music163/tango-designer@0.4.0...@music163/tango-designer@0.4.1) (2023-10-09) + +### Bug Fixes + +- always switch to design mode after preview is on ([85898de](https://github.com/netease/tango/commit/85898dee19b6031016679e33a4ce9edbd1089713)) +- update export entry ([e429610](https://github.com/netease/tango/commit/e4296106066ad290ac838135fe6a57bc50ad2680)) + # [0.4.0](https://github.com/netease/tango/compare/@music163/tango-designer@0.3.0...@music163/tango-designer@0.4.0) (2023-09-22) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index 93da10d..ce56ca9 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "0.4.0", + "version": "0.4.1", "description": "lowcode designer", "keywords": [ "react" @@ -37,8 +37,8 @@ "@music163/tango-core": "^0.2.1", "@music163/tango-helpers": "^0.1.3", "@music163/tango-sandbox": "^0.1.6", - "@music163/tango-setting-form": "^0.2.3", - "@music163/tango-ui": "^0.1.4", + "@music163/tango-setting-form": "^0.2.4", + "@music163/tango-ui": "^0.1.5", "antd": "^4.24.2", "cash-dom": "^8.1.2", "classnames": "^2.3.2", diff --git a/packages/setting-form/CHANGELOG.md b/packages/setting-form/CHANGELOG.md index b38313c..864d31b 100644 --- a/packages/setting-form/CHANGELOG.md +++ b/packages/setting-form/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. +## [0.2.4](https://github.com/netease/tango/compare/@music163/tango-setting-form@0.2.3...@music163/tango-setting-form@0.2.4) (2023-10-09) + +**Note:** Version bump only for package @music163/tango-setting-form + ## [0.2.3](https://github.com/netease/tango/compare/@music163/tango-setting-form@0.2.2...@music163/tango-setting-form@0.2.3) (2023-09-22) **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 3562d8b..3275d6b 100644 --- a/packages/setting-form/package.json +++ b/packages/setting-form/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-setting-form", - "version": "0.2.3", + "version": "0.2.4", "description": "setting form of tango-apps", "author": "wwsun ", "homepage": "", @@ -30,7 +30,7 @@ "@ant-design/icons": "^4.8.0", "@music163/tango-core": "^0.2.1", "@music163/tango-helpers": "^0.1.3", - "@music163/tango-ui": "^0.1.4", + "@music163/tango-ui": "^0.1.5", "antd": "^4.24.2", "coral-system": "^1.0.5", "mobx": "6.9.0", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 1d23cc4..4b23b67 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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. +## [0.1.5](https://github.com/netease/tango/compare/@music163/tango-ui@0.1.4...@music163/tango-ui@0.1.5) (2023-10-09) + +### Bug Fixes + +- update tabs style ([46b5445](https://github.com/netease/tango/commit/46b54459ceb23f9df52b9eb40dc935bc872ba1b4)) + ## [0.1.4](https://github.com/netease/tango/compare/@music163/tango-ui@0.1.3...@music163/tango-ui@0.1.4) (2023-09-18) **Note:** Version bump only for package @music163/tango-ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 56de21b..638dd4a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-ui", - "version": "0.1.4", + "version": "0.1.5", "description": "ui widgets of tango", "keywords": [ "react",