From 2259fe77fc142bedf281f2aafcfda29d3bb22a46 Mon Sep 17 00:00:00 2001 From: wwsun Date: Mon, 20 Nov 2023 14:04:52 +0800 Subject: [PATCH] chore(release): publish - @music163/tango-context@0.2.6 - @music163/tango-core@0.2.5 - @music163/tango-designer@0.5.4 - @music163/tango-helpers@0.1.7 - @music163/tango-sandbox@0.1.10 - @music163/tango-setting-form@0.2.9 - @music163/tango-ui@0.1.10 --- packages/context/CHANGELOG.md | 4 ++++ packages/context/package.json | 6 +++--- packages/core/CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ packages/setting-form/package.json | 8 ++++---- packages/ui/CHANGELOG.md | 4 ++++ 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 a32aa5e..c24a02d 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.6](https://github.com/netease/tango/compare/@music163/tango-context@0.2.5...@music163/tango-context@0.2.6) (2023-11-20) + +**Note:** Version bump only for package @music163/tango-context + ## [0.2.5](https://github.com/netease/tango/compare/@music163/tango-context@0.2.4...@music163/tango-context@0.2.5) (2023-11-16) **Note:** Version bump only for package @music163/tango-context diff --git a/packages/context/package.json b/packages/context/package.json index 8c4bcc0..45719a7 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-context", - "version": "0.2.5", + "version": "0.2.6", "description": "react context for tango-apps", "keywords": [ "react", @@ -31,8 +31,8 @@ "react": ">= 16.8" }, "dependencies": { - "@music163/tango-core": "^0.2.4", - "@music163/tango-helpers": "^0.1.6", + "@music163/tango-core": "^0.2.5", + "@music163/tango-helpers": "^0.1.7", "mobx-react-lite": "4.0.2" }, "publishConfig": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e6067a9..ae0aeb9 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.5](https://github.com/netease/tango/compare/@music163/tango-core@0.2.4...@music163/tango-core@0.2.5) (2023-11-20) + +### Bug Fixes + +- refactor parse expression ([#61](https://github.com/netease/tango/issues/61)) ([dbbd1dd](https://github.com/netease/tango/commit/dbbd1dddc75c532b7c9710ab0941c8680100f093)) + ## [0.2.4](https://github.com/netease/tango/compare/@music163/tango-core@0.2.3...@music163/tango-core@0.2.4) (2023-11-16) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 4141702..01e0554 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-core", - "version": "0.2.4", + "version": "0.2.5", "description": "tango core", "author": "wwsun ", "homepage": "", @@ -28,7 +28,7 @@ "@babel/parser": "^7.23.0", "@babel/traverse": "^7.23.2", "@babel/types": "^7.23.0", - "@music163/tango-helpers": "^0.1.6", + "@music163/tango-helpers": "^0.1.7", "@types/babel__generator": "^7.6.6", "@types/babel__traverse": "^7.20.3", "mobx": "6.9.0", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 70ccfcb..caca4e7 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. +## [0.5.4](https://github.com/netease/tango/compare/@music163/tango-designer@0.5.3...@music163/tango-designer@0.5.4) (2023-11-20) + +### Bug Fixes + +- refactor parse expression ([#61](https://github.com/netease/tango/issues/61)) ([dbbd1dd](https://github.com/netease/tango/commit/dbbd1dddc75c532b7c9710ab0941c8680100f093)) + ## [0.5.3](https://github.com/netease/tango/compare/@music163/tango-designer@0.5.2...@music163/tango-designer@0.5.3) (2023-11-16) ### Bug Fixes diff --git a/packages/designer/package.json b/packages/designer/package.json index 7409711..740fd81 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-designer", - "version": "0.5.3", + "version": "0.5.4", "description": "lowcode designer", "keywords": [ "react" @@ -33,12 +33,12 @@ "dependencies": { "@ant-design/icons": "^4.8.0", "@music163/request": "^0.1.2", - "@music163/tango-context": "^0.2.5", - "@music163/tango-core": "^0.2.4", - "@music163/tango-helpers": "^0.1.6", - "@music163/tango-sandbox": "^0.1.9", - "@music163/tango-setting-form": "^0.2.8", - "@music163/tango-ui": "^0.1.9", + "@music163/tango-context": "^0.2.6", + "@music163/tango-core": "^0.2.5", + "@music163/tango-helpers": "^0.1.7", + "@music163/tango-sandbox": "^0.1.10", + "@music163/tango-setting-form": "^0.2.9", + "@music163/tango-ui": "^0.1.10", "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 7e56c8a..2ab7f26 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. +## [0.1.7](https://github.com/netease/tango/compare/@music163/tango-helpers@0.1.6...@music163/tango-helpers@0.1.7) (2023-11-20) + +### Bug Fixes + +- refactor parse expression ([#61](https://github.com/netease/tango/issues/61)) ([dbbd1dd](https://github.com/netease/tango/commit/dbbd1dddc75c532b7c9710ab0941c8680100f093)) + ## [0.1.6](https://github.com/netease/tango/compare/@music163/tango-helpers@0.1.5...@music163/tango-helpers@0.1.6) (2023-11-16) ### Bug Fixes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index ced4f07..5d90233 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-helpers", - "version": "0.1.6", + "version": "0.1.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 3672138..fe2510d 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.10](https://github.com/netease/tango/compare/@music163/tango-sandbox@0.1.9...@music163/tango-sandbox@0.1.10) (2023-11-20) + +**Note:** Version bump only for package @music163/tango-sandbox + ## [0.1.9](https://github.com/netease/tango/compare/@music163/tango-sandbox@0.1.8...@music163/tango-sandbox@0.1.9) (2023-11-16) ### Bug Fixes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 071816f..aa5aa62 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-sandbox", - "version": "0.1.9", + "version": "0.1.10", "description": "sandbox of tango apps", "author": "wwsun ", "homepage": "", @@ -29,8 +29,8 @@ }, "dependencies": { "@ant-design/icons": "^4.8.0", - "@music163/tango-core": "^0.2.4", - "@music163/tango-helpers": "^0.1.6", + "@music163/tango-core": "^0.2.5", + "@music163/tango-helpers": "^0.1.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 42edc3b..aa18dd3 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. +## [0.2.9](https://github.com/netease/tango/compare/@music163/tango-setting-form@0.2.8...@music163/tango-setting-form@0.2.9) (2023-11-20) + +### Bug Fixes + +- refactor parse expression ([#61](https://github.com/netease/tango/issues/61)) ([dbbd1dd](https://github.com/netease/tango/commit/dbbd1dddc75c532b7c9710ab0941c8680100f093)) + ## [0.2.8](https://github.com/netease/tango/compare/@music163/tango-setting-form@0.2.7...@music163/tango-setting-form@0.2.8) (2023-11-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 af6bf81..d953a3e 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.8", + "version": "0.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": "^0.2.4", - "@music163/tango-helpers": "^0.1.6", - "@music163/tango-ui": "^0.1.9", + "@music163/tango-core": "^0.2.5", + "@music163/tango-helpers": "^0.1.7", + "@music163/tango-ui": "^0.1.10", "antd": "^4.24.2", "coral-system": "^1.0.5", "mobx": "6.9.0", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4b5f641..0304381 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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.10](https://github.com/netease/tango/compare/@music163/tango-ui@0.1.9...@music163/tango-ui@0.1.10) (2023-11-20) + +**Note:** Version bump only for package @music163/tango-ui + ## [0.1.9](https://github.com/netease/tango/compare/@music163/tango-ui@0.1.8...@music163/tango-ui@0.1.9) (2023-11-16) **Note:** Version bump only for package @music163/tango-ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 62380bb..bcc2d7a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@music163/tango-ui", - "version": "0.1.9", + "version": "0.1.10", "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.4", - "@music163/tango-helpers": "^0.1.6", + "@music163/tango-helpers": "^0.1.7", "@uiw/react-codemirror": "^4.21.20", "antd": "^4.24.2", "antd-easy-form": "^1.1.3",