Skip to content

Commit 00bf52a

Browse files
committed
chore(release): publish
- @music163/tango-context@1.1.2 - @music163/tango-core@1.3.0 - @music163/tango-designer@1.3.0 - @music163/tango-helpers@1.2.0 - @music163/tango-sandbox@1.0.5 - @music163/tango-setting-form@1.2.5 - @music163/tango-ui@1.3.0
1 parent c1306e2 commit 00bf52a

File tree

14 files changed

+68
-22
lines changed

14 files changed

+68
-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.1.2](https://github.com/netease/tango/compare/@music163/tango-context@1.1.1...@music163/tango-context@1.1.2) (2024-06-03)
7+
8+
**Note:** Version bump only for package @music163/tango-context
9+
610
## [1.1.1](https://github.com/netease/tango/compare/@music163/tango-context@1.1.0...@music163/tango-context@1.1.1) (2024-05-21)
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.1.1",
3+
"version": "1.1.2",
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.2.0",
35-
"@music163/tango-helpers": "^1.1.1",
34+
"@music163/tango-core": "^1.3.0",
35+
"@music163/tango-helpers": "^1.2.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.3.0](https://github.com/netease/tango/compare/@music163/tango-core@1.2.0...@music163/tango-core@1.3.0) (2024-06-03)
7+
8+
### Bug Fixes
9+
10+
- parse app entry file & pass correct routerType to sandbox ([#168](https://github.com/netease/tango/issues/168)) ([3f3981b](https://github.com/netease/tango/commit/3f3981bb9db874b738a67fd449c579c35c58d08b))
11+
12+
### Features
13+
14+
- add context menu ([#161](https://github.com/netease/tango/issues/161)) ([28040fc](https://github.com/netease/tango/commit/28040fc00604339a40ad3216b76baf7de93a13e0))
15+
616
# [1.2.0](https://github.com/netease/tango/compare/@music163/tango-core@1.1.0...@music163/tango-core@1.2.0) (2024-05-21)
717

818
### Bug Fixes

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.2.0",
3+
"version": "1.3.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.1.1",
31+
"@music163/tango-helpers": "^1.2.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.3.0](https://github.com/netease/tango/compare/@music163/tango-designer@1.2.3...@music163/tango-designer@1.3.0) (2024-06-03)
7+
8+
### Bug Fixes
9+
10+
- parse app entry file & pass correct routerType to sandbox ([#168](https://github.com/netease/tango/issues/168)) ([3f3981b](https://github.com/netease/tango/commit/3f3981bb9db874b738a67fd449c579c35c58d08b))
11+
12+
### Features
13+
14+
- add context menu ([#161](https://github.com/netease/tango/issues/161)) ([28040fc](https://github.com/netease/tango/commit/28040fc00604339a40ad3216b76baf7de93a13e0))
15+
616
## [1.2.3](https://github.com/netease/tango/compare/@music163/tango-designer@1.2.2...@music163/tango-designer@1.2.3) (2024-05-30)
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.2.3",
3+
"version": "1.3.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.1.1",
37-
"@music163/tango-core": "^1.2.0",
38-
"@music163/tango-helpers": "^1.1.1",
39-
"@music163/tango-sandbox": "^1.0.4",
40-
"@music163/tango-setting-form": "^1.2.4",
41-
"@music163/tango-ui": "^1.2.3",
36+
"@music163/tango-context": "^1.1.2",
37+
"@music163/tango-core": "^1.3.0",
38+
"@music163/tango-helpers": "^1.2.0",
39+
"@music163/tango-sandbox": "^1.0.5",
40+
"@music163/tango-setting-form": "^1.2.5",
41+
"@music163/tango-ui": "^1.3.0",
4242
"antd": "^4.24.2",
4343
"cash-dom": "^8.1.2",
4444
"classnames": "^2.5.1",

packages/helpers/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.2.0](https://github.com/netease/tango/compare/@music163/tango-helpers@1.1.1...@music163/tango-helpers@1.2.0) (2024-06-03)
7+
8+
### Features
9+
10+
- add context menu ([#161](https://github.com/netease/tango/issues/161)) ([28040fc](https://github.com/netease/tango/commit/28040fc00604339a40ad3216b76baf7de93a13e0))
11+
612
## [1.1.1](https://github.com/netease/tango/compare/@music163/tango-helpers@1.1.0...@music163/tango-helpers@1.1.1) (2024-05-21)
713

814
### 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.1.1",
3+
"version": "1.2.0",
44
"description": "Shared types, helpers, and hooks of tango-apps",
55
"keywords": [
66
"shared",

packages/sandbox/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.5](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.4...@music163/tango-sandbox@1.0.5) (2024-06-03)
7+
8+
### Bug Fixes
9+
10+
- use addEventListener to bind iframe event handlers ([#169](https://github.com/netease/tango/issues/169)) ([c1306e2](https://github.com/netease/tango/commit/c1306e24e0c747d0f4bd845dc1714488ddd8cdac))
11+
612
## [1.0.4](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.3...@music163/tango-sandbox@1.0.4) (2024-05-21)
713

814
**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.4",
3+
"version": "1.0.5",
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.2.0",
33-
"@music163/tango-helpers": "^1.1.1",
32+
"@music163/tango-core": "^1.3.0",
33+
"@music163/tango-helpers": "^1.2.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: 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.2.5](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.4...@music163/tango-setting-form@1.2.5) (2024-06-03)
7+
8+
**Note:** Version bump only for package @music163/tango-setting-form
9+
610
## [1.2.4](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.3...@music163/tango-setting-form@1.2.4) (2024-05-30)
711

812
**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.2.4",
3+
"version": "1.2.5",
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.2.0",
32-
"@music163/tango-helpers": "^1.1.1",
33-
"@music163/tango-ui": "^1.2.3",
31+
"@music163/tango-core": "^1.3.0",
32+
"@music163/tango-helpers": "^1.2.0",
33+
"@music163/tango-ui": "^1.3.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.3.0](https://github.com/netease/tango/compare/@music163/tango-ui@1.2.3...@music163/tango-ui@1.3.0) (2024-06-03)
7+
8+
### Features
9+
10+
- add context menu ([#161](https://github.com/netease/tango/issues/161)) ([28040fc](https://github.com/netease/tango/commit/28040fc00604339a40ad3216b76baf7de93a13e0))
11+
612
## [1.2.3](https://github.com/netease/tango/compare/@music163/tango-ui@1.2.2...@music163/tango-ui@1.2.3) (2024-05-30)
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.2.3",
3+
"version": "1.3.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.1.1",
41+
"@music163/tango-helpers": "^1.2.0",
4242
"@uiw/react-codemirror": "^4.22.0",
4343
"antd": "^4.24.2",
4444
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)