Skip to content

Commit 1437528

Browse files
committed
chore(release): publish
- @music163/tango-context@1.0.0-alpha.10 - @music163/tango-core@1.0.0-alpha.10 - @music163/tango-designer@1.0.0-alpha.18 - @music163/tango-helpers@1.0.0-alpha.6 - @music163/tango-sandbox@1.0.0-alpha.10 - @music163/tango-setting-form@1.0.0-alpha.14 - @music163/tango-ui@1.0.0-alpha.12
1 parent cb6aabf commit 1437528

File tree

14 files changed

+64
-22
lines changed

14 files changed

+64
-22
lines changed

packages/context/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.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)
7+
8+
**Note:** Version bump only for package @music163/tango-context
9+
610
# [1.0.0-alpha.9](https://github.com/netease/tango/compare/@music163/tango-context@1.0.0-alpha.8...@music163/tango-context@1.0.0-alpha.9) (2024-03-26)
711

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

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.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
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.0-alpha.9",
35-
"@music163/tango-helpers": "^1.0.0-alpha.5",
34+
"@music163/tango-core": "^1.0.0-alpha.10",
35+
"@music163/tango-helpers": "^1.0.0-alpha.6",
3636
"mobx-react-lite": "4.0.5"
3737
},
3838
"publishConfig": {

packages/core/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.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)
7+
8+
### Bug Fixes
9+
10+
- update setters and use tabOptions to filter props ([#129](https://github.com/netease/tango/issues/129)) ([93608d1](https://github.com/netease/tango/commit/93608d1037327afa4f755976b86427b6128ae3d0))
11+
612
# [1.0.0-alpha.9](https://github.com/netease/tango/compare/@music163/tango-core@1.0.0-alpha.8...@music163/tango-core@1.0.0-alpha.9) (2024-03-26)
713

814
### Features

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.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
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-alpha.5",
31+
"@music163/tango-helpers": "^1.0.0-alpha.6",
3232
"@types/babel__generator": "^7.6.7",
3333
"@types/babel__traverse": "^7.20.4",
3434
"mobx": "6.12.0",

packages/designer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0-alpha.18](https://github.com/netease/tango/compare/@music163/tango-designer@1.0.0-alpha.17...@music163/tango-designer@1.0.0-alpha.18) (2024-04-09)
7+
8+
### Bug Fixes
9+
10+
- render invalid icon in inserted dropdown ([#128](https://github.com/netease/tango/issues/128)) ([41a61cc](https://github.com/netease/tango/commit/41a61cce4e6a1f9d42c7a3f4e357c5acdcd6db5f))
11+
- update setters and use tabOptions to filter props ([#129](https://github.com/netease/tango/issues/129)) ([93608d1](https://github.com/netease/tango/commit/93608d1037327afa4f755976b86427b6128ae3d0))
12+
- update SettingForm style ([#125](https://github.com/netease/tango/issues/125)) ([3f42516](https://github.com/netease/tango/commit/3f42516816968888554f719332d3cef7d8576aa8))
13+
614
# [1.0.0-alpha.17](https://github.com/netease/tango/compare/@music163/tango-designer@1.0.0-alpha.16...@music163/tango-designer@1.0.0-alpha.17) (2024-03-26)
715

816
### Features

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.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
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.1.2",
36-
"@music163/tango-context": "^1.0.0-alpha.9",
37-
"@music163/tango-core": "^1.0.0-alpha.9",
38-
"@music163/tango-helpers": "^1.0.0-alpha.5",
39-
"@music163/tango-sandbox": "^1.0.0-alpha.9",
40-
"@music163/tango-setting-form": "^1.0.0-alpha.13",
41-
"@music163/tango-ui": "^1.0.0-alpha.11",
36+
"@music163/tango-context": "^1.0.0-alpha.10",
37+
"@music163/tango-core": "^1.0.0-alpha.10",
38+
"@music163/tango-helpers": "^1.0.0-alpha.6",
39+
"@music163/tango-sandbox": "^1.0.0-alpha.10",
40+
"@music163/tango-setting-form": "^1.0.0-alpha.14",
41+
"@music163/tango-ui": "^1.0.0-alpha.12",
4242
"antd": "^4.24.2",
4343
"cash-dom": "^8.1.2",
4444
"classnames": "^2.3.2",

packages/helpers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.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)
7+
8+
### Bug Fixes
9+
10+
- check is in design mode ([cb6aabf](https://github.com/netease/tango/commit/cb6aabf6ce45a33ba9055c45734f7db0fba540ec))
11+
- update setters and use tabOptions to filter props ([#129](https://github.com/netease/tango/issues/129)) ([93608d1](https://github.com/netease/tango/commit/93608d1037327afa4f755976b86427b6128ae3d0))
12+
613
# [1.0.0-alpha.5](https://github.com/netease/tango/compare/@music163/tango-helpers@1.0.0-alpha.4...@music163/tango-helpers@1.0.0-alpha.5) (2024-03-26)
714

815
### Features

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-alpha.5",
3+
"version": "1.0.0-alpha.6",
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.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)
7+
8+
**Note:** Version bump only for package @music163/tango-sandbox
9+
610
# [1.0.0-alpha.9](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.0-alpha.8...@music163/tango-sandbox@1.0.0-alpha.9) (2024-03-26)
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.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
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.0-alpha.9",
33-
"@music163/tango-helpers": "^1.0.0-alpha.5",
32+
"@music163/tango-core": "^1.0.0-alpha.10",
33+
"@music163/tango-helpers": "^1.0.0-alpha.6",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0-alpha.14](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.0.0-alpha.13...@music163/tango-setting-form@1.0.0-alpha.14) (2024-04-09)
7+
8+
### Bug Fixes
9+
10+
- update setters and use tabOptions to filter props ([#129](https://github.com/netease/tango/issues/129)) ([93608d1](https://github.com/netease/tango/commit/93608d1037327afa4f755976b86427b6128ae3d0))
11+
- update SettingForm style ([#125](https://github.com/netease/tango/issues/125)) ([3f42516](https://github.com/netease/tango/commit/3f42516816968888554f719332d3cef7d8576aa8))
12+
613
# [1.0.0-alpha.13](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.0.0-alpha.12...@music163/tango-setting-form@1.0.0-alpha.13) (2024-03-26)
714

815
### Features

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.0.0-alpha.13",
3+
"version": "1.0.0-alpha.14",
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.0-alpha.9",
32-
"@music163/tango-helpers": "^1.0.0-alpha.5",
33-
"@music163/tango-ui": "^1.0.0-alpha.11",
31+
"@music163/tango-core": "^1.0.0-alpha.10",
32+
"@music163/tango-helpers": "^1.0.0-alpha.6",
33+
"@music163/tango-ui": "^1.0.0-alpha.12",
3434
"antd": "^4.24.2",
3535
"coral-system": "^1.0.5",
3636
"mobx": "6.12.0",

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.0.0-alpha.12](https://github.com/netease/tango/compare/@music163/tango-ui@1.0.0-alpha.11...@music163/tango-ui@1.0.0-alpha.12) (2024-04-09)
7+
8+
### Bug Fixes
9+
10+
- update setters and use tabOptions to filter props ([#129](https://github.com/netease/tango/issues/129)) ([93608d1](https://github.com/netease/tango/commit/93608d1037327afa4f755976b86427b6128ae3d0))
11+
612
# [1.0.0-alpha.11](https://github.com/netease/tango/compare/@music163/tango-ui@1.0.0-alpha.10...@music163/tango-ui@1.0.0-alpha.11) (2024-03-26)
713

814
**Note:** Version bump only for package @music163/tango-ui

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.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "ui widgets of tango",
55
"keywords": [
66
"react",
@@ -38,7 +38,7 @@
3838
"@codemirror/lang-javascript": "^6.2.1",
3939
"@codemirror/lint": "^6.4.2",
4040
"@codemirror/search": "^6.5.5",
41-
"@music163/tango-helpers": "^1.0.0-alpha.5",
41+
"@music163/tango-helpers": "^1.0.0-alpha.6",
4242
"@uiw/react-codemirror": "^4.21.21",
4343
"antd": "^4.24.2",
4444
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)