diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index 95f6f49..edbb96f 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.8](https://github.com/netease/tango/compare/@music163/tango-context@1.1.7...@music163/tango-context@1.1.8) (2024-08-06) + +**Note:** Version bump only for package @music163/tango-context + ## [1.1.7](https://github.com/netease/tango/compare/@music163/tango-context@1.1.6...@music163/tango-context@1.1.7) (2024-08-05) **Note:** Version bump only for package @music163/tango-context diff --git a/packages/context/package.json b/packages/context/package.json index cc31f8a..4c0a6a9 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-context", - "version": "1.1.7", + "version": "1.1.8", "description": "react context for tango-apps", "keywords": [ "react", @@ -31,7 +31,7 @@ "react": ">= 16.8" }, "dependencies": { - "@music163/tango-core": "^1.4.1", + "@music163/tango-core": "^1.4.2", "@music163/tango-helpers": "^1.2.2", "mobx-react-lite": "4.0.7" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9c14324..6c8137d 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.4.2](https://github.com/netease/tango/compare/@music163/tango-core@1.4.1...@music163/tango-core@1.4.2) (2024-08-06) + +### Bug Fixes + +- view module \_nodesTree set init value ([#194](https://github.com/netease/tango/issues/194)) ([269e304](https://github.com/netease/tango/commit/269e304d685c4fcc80635b9d04220cda333b80c4)) + ## [1.4.1](https://github.com/netease/tango/compare/@music163/tango-core@1.4.0...@music163/tango-core@1.4.1) (2024-08-05) **Note:** Version bump only for package @music163/tango-core diff --git a/packages/core/package.json b/packages/core/package.json index 1dc9200..fc3c64d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-core", - "version": "1.4.1", + "version": "1.4.2", "description": "tango core", "author": "wwsun ", "homepage": "", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 35f252f..7fb0fcd 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. +## [1.4.2](https://github.com/netease/tango/compare/@music163/tango-designer@1.4.1...@music163/tango-designer@1.4.2) (2024-08-06) + +**Note:** Version bump only for package @music163/tango-designer + ## [1.4.1](https://github.com/netease/tango/compare/@music163/tango-designer@1.4.0...@music163/tango-designer@1.4.1) (2024-08-05) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index 9ea58ea..b03534a 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "1.4.1", + "version": "1.4.2", "description": "lowcode designer", "keywords": [ "react" @@ -33,11 +33,11 @@ "dependencies": { "@ant-design/icons": "^4.8.0", "@music163/request": "^0.2.0", - "@music163/tango-context": "^1.1.7", - "@music163/tango-core": "^1.4.1", + "@music163/tango-context": "^1.1.8", + "@music163/tango-core": "^1.4.2", "@music163/tango-helpers": "^1.2.2", - "@music163/tango-sandbox": "^1.0.10", - "@music163/tango-setting-form": "^1.2.10", + "@music163/tango-sandbox": "^1.0.11", + "@music163/tango-setting-form": "^1.2.11", "@music163/tango-ui": "^1.4.1", "antd": "^4.24.2", "cash-dom": "^8.1.2", diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index dcb2360..3916e9b 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.11](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.10...@music163/tango-sandbox@1.0.11) (2024-08-06) + +**Note:** Version bump only for package @music163/tango-sandbox + ## [1.0.10](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.9...@music163/tango-sandbox@1.0.10) (2024-08-05) **Note:** Version bump only for package @music163/tango-sandbox diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 194f9c3..19ac7d7 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-sandbox", - "version": "1.0.10", + "version": "1.0.11", "description": "sandbox of tango apps", "author": "wwsun ", "homepage": "", @@ -29,7 +29,7 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^1.4.1", + "@music163/tango-core": "^1.4.2", "@music163/tango-helpers": "^1.2.2", "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 10516e6..9bd277d 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.11](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.10...@music163/tango-setting-form@1.2.11) (2024-08-06) + +**Note:** Version bump only for package @music163/tango-setting-form + ## [1.2.10](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.9...@music163/tango-setting-form@1.2.10) (2024-08-05) ### Bug Fixes diff --git a/packages/setting-form/package.json b/packages/setting-form/package.json index a5139c6..3b6e31d 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.10", + "version": "1.2.11", "description": "setting form of tango-apps", "author": "wwsun ", "homepage": "", @@ -28,7 +28,7 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^1.4.1", + "@music163/tango-core": "^1.4.2", "@music163/tango-helpers": "^1.2.2", "@music163/tango-ui": "^1.4.1", "antd": "^4.24.2",