diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index 8231e20..0d2a651 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. +## [0.2.12](https://github.com/netease/tango/compare/@music163/tango-context@0.2.11...@music163/tango-context@0.2.12) (2023-12-04) + +**Note:** Version bump only for package @music163/tango-context + ## [0.2.11](https://github.com/netease/tango/compare/@music163/tango-context@0.2.10...@music163/tango-context@0.2.11) (2023-12-04) **Note:** Version bump only for package @music163/tango-context diff --git a/packages/context/package.json b/packages/context/package.json index 5da20a7..549b1e6 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-context", - "version": "0.2.11", + "version": "0.2.12", "description": "react context for tango-apps", "keywords": [ "react", @@ -31,7 +31,7 @@ "react": ">= 16.8" }, "dependencies": { - "@music163/tango-core": "^0.2.10", + "@music163/tango-core": "^0.2.11", "@music163/tango-helpers": "^0.1.8", "mobx-react-lite": "4.0.2" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c24ae74..b648a89 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. +## [0.2.11](https://github.com/netease/tango/compare/@music163/tango-core@0.2.10...@music163/tango-core@0.2.11) (2023-12-04) + +### Bug Fixes + +- update FileType ([c884712](https://github.com/netease/tango/commit/c8847123312bc47ea06575f4e714dfd596893e39)) + ## [0.2.10](https://github.com/netease/tango/compare/@music163/tango-core@0.2.9...@music163/tango-core@0.2.10) (2023-12-04) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index ff8f467..1613e6f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-core", - "version": "0.2.10", + "version": "0.2.11", "description": "tango core", "author": "wwsun ", "homepage": "", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index b33bed4..ebfa1d7 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/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.5.14](https://github.com/netease/tango/compare/@music163/tango-designer@0.5.13...@music163/tango-designer@0.5.14) (2023-12-04) + +**Note:** Version bump only for package @music163/tango-designer + ## [0.5.13](https://github.com/netease/tango/compare/@music163/tango-designer@0.5.12...@music163/tango-designer@0.5.13) (2023-12-04) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index 97ff069..ca89476 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "0.5.13", + "version": "0.5.14", "description": "lowcode designer", "keywords": [ "react" @@ -33,11 +33,11 @@ "dependencies": { "@ant-design/icons": "^4.8.0", "@music163/request": "^0.1.2", - "@music163/tango-context": "^0.2.11", - "@music163/tango-core": "^0.2.10", + "@music163/tango-context": "^0.2.12", + "@music163/tango-core": "^0.2.11", "@music163/tango-helpers": "^0.1.8", - "@music163/tango-sandbox": "^0.1.15", - "@music163/tango-setting-form": "^0.2.15", + "@music163/tango-sandbox": "^0.1.16", + "@music163/tango-setting-form": "^0.2.16", "@music163/tango-ui": "^0.1.12", "antd": "^4.24.2", "cash-dom": "^8.1.2", diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 1986138..1c0e8fc 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. +## [0.1.16](https://github.com/netease/tango/compare/@music163/tango-sandbox@0.1.15...@music163/tango-sandbox@0.1.16) (2023-12-04) + +**Note:** Version bump only for package @music163/tango-sandbox + ## [0.1.15](https://github.com/netease/tango/compare/@music163/tango-sandbox@0.1.14...@music163/tango-sandbox@0.1.15) (2023-12-04) **Note:** Version bump only for package @music163/tango-sandbox diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 5f33a5f..a58f286 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-sandbox", - "version": "0.1.15", + "version": "0.1.16", "description": "sandbox of tango apps", "author": "wwsun ", "homepage": "", @@ -29,7 +29,7 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^0.2.10", + "@music163/tango-core": "^0.2.11", "@music163/tango-helpers": "^0.1.8", "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 36e7b00..4791fc4 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.16](https://github.com/netease/tango/compare/@music163/tango-setting-form@0.2.15...@music163/tango-setting-form@0.2.16) (2023-12-04) + +**Note:** Version bump only for package @music163/tango-setting-form + ## [0.2.15](https://github.com/netease/tango/compare/@music163/tango-setting-form@0.2.14...@music163/tango-setting-form@0.2.15) (2023-12-04) **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 7f3d3a6..bd770a8 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.15", + "version": "0.2.16", "description": "setting form of tango-apps", "author": "wwsun ", "homepage": "", @@ -28,7 +28,7 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^0.2.10", + "@music163/tango-core": "^0.2.11", "@music163/tango-helpers": "^0.1.8", "@music163/tango-ui": "^0.1.12", "antd": "^4.24.2",