Skip to content

Commit 704277b

Browse files
committed
chore(release): publish
- @music163/tango-context@1.1.0 - @music163/tango-core@1.1.0 - @music163/tango-designer@1.1.0 - @music163/tango-helpers@1.1.0 - @music163/tango-sandbox@1.0.3 - @music163/tango-setting-form@1.2.0 - @music163/tango-ui@1.1.0
1 parent 1fc22a4 commit 704277b

File tree

14 files changed

+79
-22
lines changed

14 files changed

+79
-22
lines changed

packages/context/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/netease/tango/compare/@music163/tango-context@1.0.2...@music163/tango-context@1.1.0) (2024-05-17)
7+
8+
### Features
9+
10+
- refactor parse attribute value ([#149](https://github.com/netease/tango/issues/149)) ([ffaa276](https://github.com/netease/tango/commit/ffaa276b5c205ed962d37e2fdb358a703f8fad01))
11+
612
## [1.0.1](https://github.com/netease/tango/compare/@music163/tango-context@1.0.0...@music163/tango-context@1.0.1) (2024-04-22)
713

814
### Bug Fixes

packages/context/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music163/tango-context",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "react context for tango-apps",
55
"keywords": [
66
"react",
@@ -31,8 +31,8 @@
3131
"react": ">= 16.8"
3232
},
3333
"dependencies": {
34-
"@music163/tango-core": "^1.0.2",
35-
"@music163/tango-helpers": "^1.0.0",
34+
"@music163/tango-core": "^1.1.0",
35+
"@music163/tango-helpers": "^1.1.0",
3636
"mobx-react-lite": "4.0.7"
3737
},
3838
"publishConfig": {

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/netease/tango/compare/@music163/tango-core@1.0.2...@music163/tango-core@1.1.0) (2024-05-17)
7+
8+
### Bug Fixes
9+
10+
- parse module with module alias ([#147](https://github.com/netease/tango/issues/147)) ([56d0877](https://github.com/netease/tango/commit/56d0877507b0138877eac6f36db288147b43c7d9))
11+
12+
### Features
13+
14+
- refactor parse attribute value ([#149](https://github.com/netease/tango/issues/149)) ([ffaa276](https://github.com/netease/tango/commit/ffaa276b5c205ed962d37e2fdb358a703f8fad01))
15+
616
## [1.0.1](https://github.com/netease/tango/compare/@music163/tango-core@1.0.0...@music163/tango-core@1.0.1) (2024-04-22)
717

818
**Note:** Version bump only for package @music163/tango-core

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music163/tango-core",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "tango core",
55
"author": "wwsun <ww.sun@outlook.com>",
66
"homepage": "",
@@ -28,7 +28,7 @@
2828
"@babel/parser": "^7.23.5",
2929
"@babel/traverse": "^7.23.5",
3030
"@babel/types": "^7.23.5",
31-
"@music163/tango-helpers": "^1.0.0",
31+
"@music163/tango-helpers": "^1.1.0",
3232
"@types/babel__generator": "^7.6.7",
3333
"@types/babel__traverse": "^7.20.4",
3434
"mobx": "6.12.3",

packages/designer/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/netease/tango/compare/@music163/tango-designer@1.0.3...@music163/tango-designer@1.1.0) (2024-05-17)
7+
8+
### Bug Fixes
9+
10+
- support quick set tid in SettingForm ([#151](https://github.com/netease/tango/issues/151)) ([1fc22a4](https://github.com/netease/tango/commit/1fc22a4535a8bdc12a018a41ebd5ab908fc46817))
11+
12+
### Features
13+
14+
- refactor parse attribute value ([#149](https://github.com/netease/tango/issues/149)) ([ffaa276](https://github.com/netease/tango/commit/ffaa276b5c205ed962d37e2fdb358a703f8fad01))
15+
616
## [1.0.2](https://github.com/netease/tango/compare/@music163/tango-designer@1.0.1...@music163/tango-designer@1.0.2) (2024-04-22)
717

818
### Bug Fixes

packages/designer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music163/tango-designer",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "lowcode designer",
55
"keywords": [
66
"react"
@@ -33,12 +33,12 @@
3333
"dependencies": {
3434
"@ant-design/icons": "^4.8.0",
3535
"@music163/request": "^0.2.0",
36-
"@music163/tango-context": "^1.0.2",
37-
"@music163/tango-core": "^1.0.2",
38-
"@music163/tango-helpers": "^1.0.0",
39-
"@music163/tango-sandbox": "^1.0.2",
40-
"@music163/tango-setting-form": "^1.1.0",
41-
"@music163/tango-ui": "^1.0.3",
36+
"@music163/tango-context": "^1.1.0",
37+
"@music163/tango-core": "^1.1.0",
38+
"@music163/tango-helpers": "^1.1.0",
39+
"@music163/tango-sandbox": "^1.0.3",
40+
"@music163/tango-setting-form": "^1.2.0",
41+
"@music163/tango-ui": "^1.1.0",
4242
"antd": "^4.24.2",
4343
"cash-dom": "^8.1.2",
4444
"classnames": "^2.5.1",

packages/helpers/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/netease/tango/compare/@music163/tango-helpers@1.0.0...@music163/tango-helpers@1.1.0) (2024-05-17)
7+
8+
### Bug Fixes
9+
10+
- parse module with module alias ([#147](https://github.com/netease/tango/issues/147)) ([56d0877](https://github.com/netease/tango/commit/56d0877507b0138877eac6f36db288147b43c7d9))
11+
- support quick set tid in SettingForm ([#151](https://github.com/netease/tango/issues/151)) ([1fc22a4](https://github.com/netease/tango/commit/1fc22a4535a8bdc12a018a41ebd5ab908fc46817))
12+
13+
### Features
14+
15+
- refactor parse attribute value ([#149](https://github.com/netease/tango/issues/149)) ([ffaa276](https://github.com/netease/tango/commit/ffaa276b5c205ed962d37e2fdb358a703f8fad01))
16+
617
# [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)
718

819
### Bug Fixes

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music163/tango-helpers",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Shared types, helpers, and hooks of tango-apps",
55
"keywords": [
66
"shared",

packages/sandbox/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.2...@music163/tango-sandbox@1.0.3) (2024-05-17)
7+
8+
**Note:** Version bump only for package @music163/tango-sandbox
9+
610
## [1.0.1](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.0...@music163/tango-sandbox@1.0.1) (2024-04-22)
711

812
**Note:** Version bump only for package @music163/tango-sandbox

packages/sandbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music163/tango-sandbox",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "sandbox of tango apps",
55
"author": "wwsun <ww.sun@outlook.com>",
66
"homepage": "",
@@ -29,8 +29,8 @@
2929
},
3030
"dependencies": {
3131
"@ant-design/icons": "^4.8.0",
32-
"@music163/tango-core": "^1.0.2",
33-
"@music163/tango-helpers": "^1.0.0",
32+
"@music163/tango-core": "^1.1.0",
33+
"@music163/tango-helpers": "^1.1.0",
3434
"crypto-js": "^4.1.1",
3535
"lodash.isequal": "4.5.0",
3636
"react-frame-component": "^5.2.4"

packages/setting-form/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.1.0...@music163/tango-setting-form@1.2.0) (2024-05-17)
7+
8+
### Bug Fixes
9+
10+
- support quick set tid in SettingForm ([#151](https://github.com/netease/tango/issues/151)) ([1fc22a4](https://github.com/netease/tango/commit/1fc22a4535a8bdc12a018a41ebd5ab908fc46817))
11+
12+
### Features
13+
14+
- refactor parse attribute value ([#149](https://github.com/netease/tango/issues/149)) ([ffaa276](https://github.com/netease/tango/commit/ffaa276b5c205ed962d37e2fdb358a703f8fad01))
15+
616
## [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)
717

818
**Note:** Version bump only for package @music163/tango-setting-form

packages/setting-form/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music163/tango-setting-form",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "setting form of tango-apps",
55
"author": "wwsun <ww.sun@outlook.com>",
66
"homepage": "",
@@ -28,9 +28,9 @@
2828
},
2929
"dependencies": {
3030
"@ant-design/icons": "^4.8.0",
31-
"@music163/tango-core": "^1.0.2",
32-
"@music163/tango-helpers": "^1.0.0",
33-
"@music163/tango-ui": "^1.0.3",
31+
"@music163/tango-core": "^1.1.0",
32+
"@music163/tango-helpers": "^1.1.0",
33+
"@music163/tango-ui": "^1.1.0",
3434
"antd": "^4.24.2",
3535
"coral-system": "^1.0.5",
3636
"mobx": "6.12.3",

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/netease/tango/compare/@music163/tango-ui@1.0.3...@music163/tango-ui@1.1.0) (2024-05-17)
7+
8+
### Features
9+
10+
- refactor parse attribute value ([#149](https://github.com/netease/tango/issues/149)) ([ffaa276](https://github.com/netease/tango/commit/ffaa276b5c205ed962d37e2fdb358a703f8fad01))
11+
612
## [1.0.2](https://github.com/netease/tango/compare/@music163/tango-ui@1.0.1...@music163/tango-ui@1.0.2) (2024-04-22)
713

814
### Bug Fixes

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@music163/tango-ui",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "ui widgets of tango",
55
"keywords": [
66
"react",
@@ -38,7 +38,7 @@
3838
"@codemirror/lang-javascript": "^6.2.2",
3939
"@codemirror/lint": "^6.7.1",
4040
"@codemirror/search": "^6.5.6",
41-
"@music163/tango-helpers": "^1.0.0",
41+
"@music163/tango-helpers": "^1.1.0",
4242
"@uiw/react-codemirror": "^4.22.0",
4343
"antd": "^4.24.2",
4444
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)