From 179de0cc520b2e4421f35d18135f476befa45e6e Mon Sep 17 00:00:00 2001 From: wwsun Date: Fri, 16 Aug 2024 17:50:55 +0800 Subject: [PATCH] chore(release): publish - @music163/tango-designer@1.4.4 - @music163/tango-setting-form@1.2.13 - @music163/tango-ui@1.4.3 --- packages/designer/CHANGELOG.md | 6 ++++++ packages/designer/package.json | 6 +++--- packages/setting-form/CHANGELOG.md | 6 ++++++ packages/setting-form/package.json | 4 ++-- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index b44885d..109fe4a 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/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.4.4](https://github.com/netease/tango/compare/@music163/tango-designer@1.4.3...@music163/tango-designer@1.4.4) (2024-08-16) + +### Bug Fixes + +- CodeInput 支持 jsx css 代码补全 ([#198](https://github.com/netease/tango/issues/198)) ([6de5488](https://github.com/netease/tango/commit/6de54884b50d683c74d695a8c13184dc0ce8d3c4)) + ## [1.4.3](https://github.com/netease/tango/compare/@music163/tango-designer@1.4.2...@music163/tango-designer@1.4.3) (2024-08-09) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index a04d680..f2db362 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "1.4.3", + "version": "1.4.4", "description": "lowcode designer", "keywords": [ "react" @@ -37,8 +37,8 @@ "@music163/tango-core": "^1.4.2", "@music163/tango-helpers": "^1.2.2", "@music163/tango-sandbox": "^1.0.11", - "@music163/tango-setting-form": "^1.2.12", - "@music163/tango-ui": "^1.4.2", + "@music163/tango-setting-form": "^1.2.13", + "@music163/tango-ui": "^1.4.3", "antd": "^4.24.2", "cash-dom": "^8.1.2", "classnames": "^2.5.1", diff --git a/packages/setting-form/CHANGELOG.md b/packages/setting-form/CHANGELOG.md index 8172bf2..5ae3804 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.13](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.12...@music163/tango-setting-form@1.2.13) (2024-08-16) + +### Bug Fixes + +- CodeInput 支持 jsx css 代码补全 ([#198](https://github.com/netease/tango/issues/198)) ([6de5488](https://github.com/netease/tango/commit/6de54884b50d683c74d695a8c13184dc0ce8d3c4)) + ## [1.2.12](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.11...@music163/tango-setting-form@1.2.12) (2024-08-09) **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 355e9e5..5316b01 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.12", + "version": "1.2.13", "description": "setting form of tango-apps", "author": "wwsun ", "homepage": "", @@ -30,7 +30,7 @@ "@ant-design/icons": "^4.8.0", "@music163/tango-core": "^1.4.2", "@music163/tango-helpers": "^1.2.2", - "@music163/tango-ui": "^1.4.2", + "@music163/tango-ui": "^1.4.3", "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 b30c453..42a68d1 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. +## [1.4.3](https://github.com/netease/tango/compare/@music163/tango-ui@1.4.2...@music163/tango-ui@1.4.3) (2024-08-16) + +### Bug Fixes + +- CodeInput 支持 jsx css 代码补全 ([#198](https://github.com/netease/tango/issues/198)) ([6de5488](https://github.com/netease/tango/commit/6de54884b50d683c74d695a8c13184dc0ce8d3c4)) + ## [1.4.2](https://github.com/netease/tango/compare/@music163/tango-ui@1.4.1...@music163/tango-ui@1.4.2) (2024-08-09) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index d31384b..6ff578e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-ui", - "version": "1.4.2", + "version": "1.4.3", "description": "ui widgets of tango", "keywords": [ "react",