diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index 5b20b6d..1eb8358 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.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 + ## [1.1.2](https://github.com/netease/tango/compare/@music163/tango-context@1.1.1...@music163/tango-context@1.1.2) (2024-06-03) **Note:** Version bump only for package @music163/tango-context diff --git a/packages/context/package.json b/packages/context/package.json index 0ed1766..9c276c4 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-context", - "version": "1.1.2", + "version": "1.1.3", "description": "react context for tango-apps", "keywords": [ "react", @@ -31,7 +31,7 @@ "react": ">= 16.8" }, "dependencies": { - "@music163/tango-core": "^1.3.0", + "@music163/tango-core": "^1.3.1", "@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 879592d..59f0b6d 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.1](https://github.com/netease/tango/compare/@music163/tango-core@1.3.0...@music163/tango-core@1.3.1) (2024-06-05) + +### Bug Fixes + +- set value as jsxElement children ([#173](https://github.com/netease/tango/issues/173)) ([ae04850](https://github.com/netease/tango/commit/ae04850bb251f392575a72ca5fd960249ea9d06b)) + # [1.3.0](https://github.com/netease/tango/compare/@music163/tango-core@1.2.0...@music163/tango-core@1.3.0) (2024-06-03) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index b0254c4..0c00953 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-core", - "version": "1.3.0", + "version": "1.3.1", "description": "tango core", "author": "wwsun ", "homepage": "", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index eddffea..0671387 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.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 + +- fix context menu error on macOS ([#170](https://github.com/netease/tango/issues/170)) ([ca740c8](https://github.com/netease/tango/commit/ca740c83ae7f72a75c7db90d2e137a7e9a032326)) + # [1.3.0](https://github.com/netease/tango/compare/@music163/tango-designer@1.2.3...@music163/tango-designer@1.3.0) (2024-06-03) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index b55a36a..39b828a 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "1.3.0", + "version": "1.3.1", "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.2", - "@music163/tango-core": "^1.3.0", + "@music163/tango-context": "^1.1.3", + "@music163/tango-core": "^1.3.1", "@music163/tango-helpers": "^1.2.0", - "@music163/tango-sandbox": "^1.0.5", - "@music163/tango-setting-form": "^1.2.5", - "@music163/tango-ui": "^1.3.0", + "@music163/tango-sandbox": "^1.0.6", + "@music163/tango-setting-form": "^1.2.6", + "@music163/tango-ui": "^1.3.1", "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 0bab515..4d625e3 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.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 + ## [1.0.5](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.4...@music163/tango-sandbox@1.0.5) (2024-06-03) ### Bug Fixes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index bc563a5..6ae7c1f 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-sandbox", - "version": "1.0.5", + "version": "1.0.6", "description": "sandbox of tango apps", "author": "wwsun ", "homepage": "", @@ -29,7 +29,7 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^1.3.0", + "@music163/tango-core": "^1.3.1", "@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 f085600..86ae5d4 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. +## [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 + ## [1.2.5](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.4...@music163/tango-setting-form@1.2.5) (2024-06-03) **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 8d1e761..b554b67 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.5", + "version": "1.2.6", "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.0", + "@music163/tango-core": "^1.3.1", "@music163/tango-helpers": "^1.2.0", - "@music163/tango-ui": "^1.3.0", + "@music163/tango-ui": "^1.3.1", "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 a78eaf7..eb7b703 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.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 + +- fix context menu error on macOS ([#170](https://github.com/netease/tango/issues/170)) ([ca740c8](https://github.com/netease/tango/commit/ca740c83ae7f72a75c7db90d2e137a7e9a032326)) + # [1.3.0](https://github.com/netease/tango/compare/@music163/tango-ui@1.2.3...@music163/tango-ui@1.3.0) (2024-06-03) ### Features diff --git a/packages/ui/package.json b/packages/ui/package.json index ff8f1b3..5d6156f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-ui", - "version": "1.3.0", + "version": "1.3.1", "description": "ui widgets of tango", "keywords": [ "react",