Skip to content

Commit 0d0479e

Browse files
committed
chore(release): publish
- @music163/tango-context@1.1.6 - @music163/tango-core@1.4.0 - @music163/tango-designer@1.4.0 - @music163/tango-helpers@1.2.1 - @music163/tango-sandbox@1.0.9 - @music163/tango-setting-form@1.2.9 - @music163/tango-ui@1.4.0
1 parent 67d602a commit 0d0479e

File tree

14 files changed

+72
-22
lines changed

14 files changed

+72
-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.6](https://github.com/netease/tango/compare/@music163/tango-context@1.1.5...@music163/tango-context@1.1.6) (2024-08-01)
7+
8+
**Note:** Version bump only for package @music163/tango-context
9+
610
## [1.1.5](https://github.com/netease/tango/compare/@music163/tango-context@1.1.4...@music163/tango-context@1.1.5) (2024-07-12)
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.5",
3+
"version": "1.1.6",
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.3.3",
35-
"@music163/tango-helpers": "^1.2.0",
34+
"@music163/tango-core": "^1.4.0",
35+
"@music163/tango-helpers": "^1.2.1",
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.4.0](https://github.com/netease/tango/compare/@music163/tango-core@1.3.3...@music163/tango-core@1.4.0) (2024-08-01)
7+
8+
### Bug Fixes
9+
10+
- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55))
11+
12+
### Features
13+
14+
- add isError and errorMessage to File & add isAstSynced to Module ([#190](https://github.com/netease/tango/issues/190)) ([8dd289c](https://github.com/netease/tango/commit/8dd289cd7daba628e54dc6b8929f22a1e2245160))
15+
616
## [1.3.3](https://github.com/netease/tango/compare/@music163/tango-core@1.3.2...@music163/tango-core@1.3.3) (2024-07-12)
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.3.3",
3+
"version": "1.4.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.2.0",
31+
"@music163/tango-helpers": "^1.2.1",
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.4.0](https://github.com/netease/tango/compare/@music163/tango-designer@1.3.3...@music163/tango-designer@1.4.0) (2024-08-01)
7+
8+
### Bug Fixes
9+
10+
- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55))
11+
12+
### Features
13+
14+
- add isError and errorMessage to File & add isAstSynced to Module ([#190](https://github.com/netease/tango/issues/190)) ([8dd289c](https://github.com/netease/tango/commit/8dd289cd7daba628e54dc6b8929f22a1e2245160))
15+
616
## [1.3.3](https://github.com/netease/tango/compare/@music163/tango-designer@1.3.2...@music163/tango-designer@1.3.3) (2024-07-12)
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.3.3",
3+
"version": "1.4.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.5",
37-
"@music163/tango-core": "^1.3.3",
38-
"@music163/tango-helpers": "^1.2.0",
39-
"@music163/tango-sandbox": "^1.0.8",
40-
"@music163/tango-setting-form": "^1.2.8",
41-
"@music163/tango-ui": "^1.3.3",
36+
"@music163/tango-context": "^1.1.6",
37+
"@music163/tango-core": "^1.4.0",
38+
"@music163/tango-helpers": "^1.2.1",
39+
"@music163/tango-sandbox": "^1.0.9",
40+
"@music163/tango-setting-form": "^1.2.9",
41+
"@music163/tango-ui": "^1.4.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.1](https://github.com/netease/tango/compare/@music163/tango-helpers@1.2.0...@music163/tango-helpers@1.2.1) (2024-08-01)
7+
8+
### Bug Fixes
9+
10+
- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55))
11+
612
# [1.2.0](https://github.com/netease/tango/compare/@music163/tango-helpers@1.1.1...@music163/tango-helpers@1.2.0) (2024-06-03)
713

814
### 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.2.0",
3+
"version": "1.2.1",
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.9](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.8...@music163/tango-sandbox@1.0.9) (2024-08-01)
7+
8+
**Note:** Version bump only for package @music163/tango-sandbox
9+
610
## [1.0.8](https://github.com/netease/tango/compare/@music163/tango-sandbox@1.0.7...@music163/tango-sandbox@1.0.8) (2024-07-12)
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.8",
3+
"version": "1.0.9",
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.3.3",
33-
"@music163/tango-helpers": "^1.2.0",
32+
"@music163/tango-core": "^1.4.0",
33+
"@music163/tango-helpers": "^1.2.1",
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: 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.9](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.8...@music163/tango-setting-form@1.2.9) (2024-08-01)
7+
8+
### Bug Fixes
9+
10+
- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55))
11+
612
## [1.2.8](https://github.com/netease/tango/compare/@music163/tango-setting-form@1.2.7...@music163/tango-setting-form@1.2.8) (2024-07-12)
713

814
**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.8",
3+
"version": "1.2.9",
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.3.3",
32-
"@music163/tango-helpers": "^1.2.0",
33-
"@music163/tango-ui": "^1.3.3",
31+
"@music163/tango-core": "^1.4.0",
32+
"@music163/tango-helpers": "^1.2.1",
33+
"@music163/tango-ui": "^1.4.0",
3434
"antd": "^4.24.2",
3535
"coral-system": "^1.0.5",
3636
"mobx": "6.12.3",

packages/ui/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.4.0](https://github.com/netease/tango/compare/@music163/tango-ui@1.3.3...@music163/tango-ui@1.4.0) (2024-08-01)
7+
8+
### Bug Fixes
9+
10+
- update types ([67d602a](https://github.com/netease/tango/commit/67d602a3ec6b7f74156bb78fda6f3b4bc2676e55))
11+
12+
### Features
13+
14+
- add isError and errorMessage to File & add isAstSynced to Module ([#190](https://github.com/netease/tango/issues/190)) ([8dd289c](https://github.com/netease/tango/commit/8dd289cd7daba628e54dc6b8929f22a1e2245160))
15+
616
## [1.3.3](https://github.com/netease/tango/compare/@music163/tango-ui@1.3.2...@music163/tango-ui@1.3.3) (2024-07-12)
717

818
### 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.3.3",
3+
"version": "1.4.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.2.0",
41+
"@music163/tango-helpers": "^1.2.1",
4242
"@uiw/react-codemirror": "^4.22.0",
4343
"antd": "^4.24.2",
4444
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)