From 0f1711868d66186cc59b79dcc4043e0c1ef084cf Mon Sep 17 00:00:00 2001 From: Wells Date: Mon, 22 Apr 2024 11:36:47 +0800 Subject: [PATCH] chore(release): publish - @music163/tango-context@1.0.1 - @music163/tango-core@1.0.1 - @music163/tango-designer@1.0.2 - @music163/tango-helpers@1.0.0-alpha.7 - @music163/tango-sandbox@1.0.1 - @music163/tango-setting-form@1.0.2 - @music163/tango-ui@1.0.2 --- packages/context/CHANGELOG.md | 6 ++++++ packages/context/package.json | 6 +++--- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 4 ++-- packages/designer/CHANGELOG.md | 6 ++++++ packages/designer/package.json | 14 +++++++------- packages/helpers/CHANGELOG.md | 6 ++++++ packages/helpers/package.json | 2 +- packages/sandbox/CHANGELOG.md | 4 ++++ packages/sandbox/package.json | 6 +++--- packages/setting-form/CHANGELOG.md | 4 ++++ packages/setting-form/package.json | 8 ++++---- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 4 ++-- 14 files changed, 58 insertions(+), 22 deletions(-) diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index 5e88b33..31a2b95 100644 --- a/packages/context/CHANGELOG.md +++ b/packages/context/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.0.1](https://github.com/netease/tango/compare/@music163/tango-context@1.0.0...@music163/tango-context@1.0.1) (2024-04-22) + +### Bug Fixes + +- allow reload state tree & display pageStore in variable tree ([#135](https://github.com/netease/tango/issues/135)) ([2664613](https://github.com/netease/tango/commit/2664613ab263aead2a5239fa012454fc7fd5ff99)) + # [1.0.0-alpha.10](https://github.com/netease/tango/compare/@music163/tango-context@1.0.0-alpha.9...@music163/tango-context@1.0.0-alpha.10) (2024-04-09) **Note:** Version bump only for package @music163/tango-context diff --git a/packages/context/package.json b/packages/context/package.json index 5d4a3e4..bb06772 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-context", - "version": "1.0.0", + "version": "1.0.1", "description": "react context for tango-apps", "keywords": [ "react", @@ -31,8 +31,8 @@ "react": ">= 16.8" }, "dependencies": { - "@music163/tango-core": "^1.0.0", - "@music163/tango-helpers": "^1.0.0-alpha.6", + "@music163/tango-core": "^1.0.1", + "@music163/tango-helpers": "^1.0.0-alpha.7", "mobx-react-lite": "4.0.5" }, "publishConfig": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f4ddeb3..04f4791 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.1](https://github.com/netease/tango/compare/@music163/tango-core@1.0.0...@music163/tango-core@1.0.1) (2024-04-22) + +**Note:** Version bump only for package @music163/tango-core + # [1.0.0-alpha.10](https://github.com/netease/tango/compare/@music163/tango-core@1.0.0-alpha.9...@music163/tango-core@1.0.0-alpha.10) (2024-04-09) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index ffcaf92..ce7b352 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-core", - "version": "1.0.0", + "version": "1.0.1", "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.0.0-alpha.6", + "@music163/tango-helpers": "^1.0.0-alpha.7", "@types/babel__generator": "^7.6.7", "@types/babel__traverse": "^7.20.4", "mobx": "6.12.0", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index f86dab3..aa9c623 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.0.2](https://github.com/netease/tango/compare/@music163/tango-designer@1.0.1...@music163/tango-designer@1.0.2) (2024-04-22) + +### Bug Fixes + +- allow reload state tree & display pageStore in variable tree ([#135](https://github.com/netease/tango/issues/135)) ([2664613](https://github.com/netease/tango/commit/2664613ab263aead2a5239fa012454fc7fd5ff99)) + ## [1.0.1](https://github.com/netease/tango/compare/@music163/tango-designer@1.0.0...@music163/tango-designer@1.0.1) (2024-04-16) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index 410ca02..e0934c2 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "1.0.1", + "version": "1.0.2", "description": "lowcode designer", "keywords": [ "react" @@ -33,12 +33,12 @@ "dependencies": { "@ant-design/icons": "^4.8.0", "@music163/request": "^0.1.2", - "@music163/tango-context": "^1.0.0", - "@music163/tango-core": "^1.0.0", - "@music163/tango-helpers": "^1.0.0-alpha.6", - "@music163/tango-sandbox": "^1.0.0", - "@music163/tango-setting-form": "^1.0.1", - "@music163/tango-ui": "^1.0.1", + "@music163/tango-context": "^1.0.1", + "@music163/tango-core": "^1.0.1", + "@music163/tango-helpers": "^1.0.0-alpha.7", + "@music163/tango-sandbox": "^1.0.1", + "@music163/tango-setting-form": "^1.0.2", + "@music163/tango-ui": "^1.0.2", "antd": "^4.24.2", "cash-dom": "^8.1.2", "classnames": "^2.3.2", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index f8c9fea..e9f36a0 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.0.0-alpha.7](https://github.com/netease/tango/compare/@music163/tango-helpers@1.0.0-alpha.6...@music163/tango-helpers@1.0.0-alpha.7) (2024-04-22) + +### Bug Fixes + +- allow reload state tree & display pageStore in variable tree ([#135](https://github.com/netease/tango/issues/135)) ([2664613](https://github.com/netease/tango/commit/2664613ab263aead2a5239fa012454fc7fd5ff99)) + # [1.0.0-alpha.6](https://github.com/netease/tango/compare/@music163/tango-helpers@1.0.0-alpha.5...@music163/tango-helpers@1.0.0-alpha.6) (2024-04-09) ### Bug Fixes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index db889c1..401721e 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-helpers", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "Shared types, helpers, and hooks of tango-apps", "keywords": [ "shared", diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 4df66b5..1bad59e 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.1](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.0...@music163/tango-sandbox@1.0.1) (2024-04-22) + +**Note:** Version bump only for package @music163/tango-sandbox + # [1.0.0-alpha.10](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.0-alpha.9...@music163/tango-sandbox@1.0.0-alpha.10) (2024-04-09) **Note:** Version bump only for package @music163/tango-sandbox diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 5108f8a..e1cecbf 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-sandbox", - "version": "1.0.0", + "version": "1.0.1", "description": "sandbox of tango apps", "author": "wwsun ", "homepage": "", @@ -29,8 +29,8 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^1.0.0", - "@music163/tango-helpers": "^1.0.0-alpha.6", + "@music163/tango-core": "^1.0.1", + "@music163/tango-helpers": "^1.0.0-alpha.7", "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 730a811..c730d27 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.0.2](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.0.1...@music163/tango-setting-form@1.0.2) (2024-04-22) + +**Note:** Version bump only for package @music163/tango-setting-form + ## [1.0.1](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.0.0...@music163/tango-setting-form@1.0.1) (2024-04-16) **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 595900f..172ee28 100644 --- a/packages/setting-form/package.json +++ b/packages/setting-form/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-setting-form", - "version": "1.0.1", + "version": "1.0.2", "description": "setting form of tango-apps", "author": "wwsun ", "homepage": "", @@ -28,9 +28,9 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^1.0.0", - "@music163/tango-helpers": "^1.0.0-alpha.6", - "@music163/tango-ui": "^1.0.1", + "@music163/tango-core": "^1.0.1", + "@music163/tango-helpers": "^1.0.0-alpha.7", + "@music163/tango-ui": "^1.0.2", "antd": "^4.24.2", "coral-system": "^1.0.5", "mobx": "6.12.0", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index a6192d2..b766798 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.0.2](https://github.com/netease/tango/compare/@music163/tango-ui@1.0.1...@music163/tango-ui@1.0.2) (2024-04-22) + +### Bug Fixes + +- allow reload state tree & display pageStore in variable tree ([#135](https://github.com/netease/tango/issues/135)) ([2664613](https://github.com/netease/tango/commit/2664613ab263aead2a5239fa012454fc7fd5ff99)) + ## [1.0.1](https://github.com/netease/tango/compare/@music163/tango-ui@1.0.0...@music163/tango-ui@1.0.1) (2024-04-16) **Note:** Version bump only for package @music163/tango-ui diff --git a/packages/ui/package.json b/packages/ui/package.json index d5e0f7b..0761189 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-ui", - "version": "1.0.1", + "version": "1.0.2", "description": "ui widgets of tango", "keywords": [ "react", @@ -38,7 +38,7 @@ "@codemirror/lang-javascript": "^6.2.1", "@codemirror/lint": "^6.4.2", "@codemirror/search": "^6.5.5", - "@music163/tango-helpers": "^1.0.0-alpha.6", + "@music163/tango-helpers": "^1.0.0-alpha.7", "@uiw/react-codemirror": "^4.21.21", "antd": "^4.24.2", "classnames": "^2.5.1",