diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index 0615f09..9dfe5b2 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.6](https://github.com/netease/tango/compare/@music163/tango-context@1.1.5...@music163/tango-context@1.1.6) (2024-08-01) + +**Note:** Version bump only for package @music163/tango-context + ## [1.1.5](https://github.com/netease/tango/compare/@music163/tango-context@1.1.4...@music163/tango-context@1.1.5) (2024-07-12) **Note:** Version bump only for package @music163/tango-context diff --git a/packages/context/package.json b/packages/context/package.json index b74a90d..37825ea 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-context", - "version": "1.1.5", + "version": "1.1.6", "description": "react context for tango-apps", "keywords": [ "react", @@ -31,8 +31,8 @@ "react": ">= 16.8" }, "dependencies": { - "@music163/tango-core": "^1.3.3", - "@music163/tango-helpers": "^1.2.0", + "@music163/tango-core": "^1.4.0", + "@music163/tango-helpers": "^1.2.1", "mobx-react-lite": "4.0.7" }, "publishConfig": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ddfb4dc..cf56a8d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/netease/tango/compare/@music163/tango-core@1.3.3...@music163/tango-core@1.4.0) (2024-08-01) + +### Bug Fixes + +- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55)) + +### Features + +- add isError and errorMessage to File & add isAstSynced to Module ([#190](https://github.com/netease/tango/issues/190)) ([8dd289c](https://github.com/netease/tango/commit/8dd289cd7daba628e54dc6b8929f22a1e2245160)) + ## [1.3.3](https://github.com/netease/tango/compare/@music163/tango-core@1.3.2...@music163/tango-core@1.3.3) (2024-07-12) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 0ca8983..9091169 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-core", - "version": "1.3.3", + "version": "1.4.0", "description": "tango core", "author": "wwsun ", "homepage": "", @@ -28,7 +28,7 @@ "@babel/parser": "^7.23.5", "@babel/traverse": "^7.23.5", "@babel/types": "^7.23.5", - "@music163/tango-helpers": "^1.2.0", + "@music163/tango-helpers": "^1.2.1", "@types/babel__generator": "^7.6.7", "@types/babel__traverse": "^7.20.4", "mobx": "6.12.3", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index cdd9157..24f9fa0 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/netease/tango/compare/@music163/tango-designer@1.3.3...@music163/tango-designer@1.4.0) (2024-08-01) + +### Bug Fixes + +- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55)) + +### Features + +- add isError and errorMessage to File & add isAstSynced to Module ([#190](https://github.com/netease/tango/issues/190)) ([8dd289c](https://github.com/netease/tango/commit/8dd289cd7daba628e54dc6b8929f22a1e2245160)) + ## [1.3.3](https://github.com/netease/tango/compare/@music163/tango-designer@1.3.2...@music163/tango-designer@1.3.3) (2024-07-12) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index 5ec3129..e10ae84 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "1.3.3", + "version": "1.4.0", "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.5", - "@music163/tango-core": "^1.3.3", - "@music163/tango-helpers": "^1.2.0", - "@music163/tango-sandbox": "^1.0.8", - "@music163/tango-setting-form": "^1.2.8", - "@music163/tango-ui": "^1.3.3", + "@music163/tango-context": "^1.1.6", + "@music163/tango-core": "^1.4.0", + "@music163/tango-helpers": "^1.2.1", + "@music163/tango-sandbox": "^1.0.9", + "@music163/tango-setting-form": "^1.2.9", + "@music163/tango-ui": "^1.4.0", "antd": "^4.24.2", "cash-dom": "^8.1.2", "classnames": "^2.5.1", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 2cc1c8e..ef6978b 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/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.1](https://github.com/netease/tango/compare/@music163/tango-helpers@1.2.0...@music163/tango-helpers@1.2.1) (2024-08-01) + +### Bug Fixes + +- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55)) + # [1.2.0](https://github.com/netease/tango/compare/@music163/tango-helpers@1.1.1...@music163/tango-helpers@1.2.0) (2024-06-03) ### Features diff --git a/packages/helpers/package.json b/packages/helpers/package.json index f363e5c..d7e81bc 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-helpers", - "version": "1.2.0", + "version": "1.2.1", "description": "Shared types, helpers, and hooks of tango-apps", "keywords": [ "shared", diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 30f0f6b..fb2dd65 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.9](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.8...@music163/tango-sandbox@1.0.9) (2024-08-01) + +**Note:** Version bump only for package @music163/tango-sandbox + ## [1.0.8](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.7...@music163/tango-sandbox@1.0.8) (2024-07-12) **Note:** Version bump only for package @music163/tango-sandbox diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 79fd575..b88724b 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-sandbox", - "version": "1.0.8", + "version": "1.0.9", "description": "sandbox of tango apps", "author": "wwsun ", "homepage": "", @@ -29,8 +29,8 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^1.3.3", - "@music163/tango-helpers": "^1.2.0", + "@music163/tango-core": "^1.4.0", + "@music163/tango-helpers": "^1.2.1", "crypto-js": "^4.1.1", "lodash.isequal": "4.5.0", "react-frame-component": "^5.2.4" diff --git a/packages/setting-form/CHANGELOG.md b/packages/setting-form/CHANGELOG.md index 80cdcc5..78ca75a 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.9](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.8...@music163/tango-setting-form@1.2.9) (2024-08-01) + +### Bug Fixes + +- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55)) + ## [1.2.8](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.7...@music163/tango-setting-form@1.2.8) (2024-07-12) **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 4be6fee..4e19a78 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.8", + "version": "1.2.9", "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.3", - "@music163/tango-helpers": "^1.2.0", - "@music163/tango-ui": "^1.3.3", + "@music163/tango-core": "^1.4.0", + "@music163/tango-helpers": "^1.2.1", + "@music163/tango-ui": "^1.4.0", "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 89d65e2..a3f5adf 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/netease/tango/compare/@music163/tango-ui@1.3.3...@music163/tango-ui@1.4.0) (2024-08-01) + +### Bug Fixes + +- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55)) + +### Features + +- add isError and errorMessage to File & add isAstSynced to Module ([#190](https://github.com/netease/tango/issues/190)) ([8dd289c](https://github.com/netease/tango/commit/8dd289cd7daba628e54dc6b8929f22a1e2245160)) + ## [1.3.3](https://github.com/netease/tango/compare/@music163/tango-ui@1.3.2...@music163/tango-ui@1.3.3) (2024-07-12) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index ecccef4..d863177 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-ui", - "version": "1.3.3", + "version": "1.4.0", "description": "ui widgets of tango", "keywords": [ "react", @@ -38,7 +38,7 @@ "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lint": "^6.7.1", "@codemirror/search": "^6.5.6", - "@music163/tango-helpers": "^1.2.0", + "@music163/tango-helpers": "^1.2.1", "@uiw/react-codemirror": "^4.22.0", "antd": "^4.24.2", "classnames": "^2.5.1",