Skip to content

Commit 179de0c

Browse files
committed
chore(release): publish
- @music163/[email protected] - @music163/[email protected] - @music163/[email protected]
1 parent 6de5488 commit 179de0c

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

packages/designer/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.4.4](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-08-16)
7+
8+
### Bug Fixes
9+
10+
- CodeInput 支持 jsx css 代码补全 ([#198](https://github.com/netease/tango/issues/198)) ([6de5488](https://github.com/netease/tango/commit/6de54884b50d683c74d695a8c13184dc0ce8d3c4))
11+
612
## [1.4.3](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-08-09)
713

814
### Bug Fixes

packages/designer/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-designer",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "lowcode designer",
55
"keywords": [
66
"react"
@@ -37,8 +37,8 @@
3737
"@music163/tango-core": "^1.4.2",
3838
"@music163/tango-helpers": "^1.2.2",
3939
"@music163/tango-sandbox": "^1.0.11",
40-
"@music163/tango-setting-form": "^1.2.12",
41-
"@music163/tango-ui": "^1.4.2",
40+
"@music163/tango-setting-form": "^1.2.13",
41+
"@music163/tango-ui": "^1.4.3",
4242
"antd": "^4.24.2",
4343
"cash-dom": "^8.1.2",
4444
"classnames": "^2.5.1",

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.13](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-08-16)
7+
8+
### Bug Fixes
9+
10+
- CodeInput 支持 jsx css 代码补全 ([#198](https://github.com/netease/tango/issues/198)) ([6de5488](https://github.com/netease/tango/commit/6de54884b50d683c74d695a8c13184dc0ce8d3c4))
11+
612
## [1.2.12](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-08-09)
713

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

packages/setting-form/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-setting-form",
3-
"version": "1.2.12",
3+
"version": "1.2.13",
44
"description": "setting form of tango-apps",
55
"author": "wwsun <[email protected]>",
66
"homepage": "",
@@ -30,7 +30,7 @@
3030
"@ant-design/icons": "^4.8.0",
3131
"@music163/tango-core": "^1.4.2",
3232
"@music163/tango-helpers": "^1.2.2",
33-
"@music163/tango-ui": "^1.4.2",
33+
"@music163/tango-ui": "^1.4.3",
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.4.3](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-08-16)
7+
8+
### Bug Fixes
9+
10+
- CodeInput 支持 jsx css 代码补全 ([#198](https://github.com/netease/tango/issues/198)) ([6de5488](https://github.com/netease/tango/commit/6de54884b50d683c74d695a8c13184dc0ce8d3c4))
11+
612
## [1.4.2](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-08-09)
713

814
### Bug Fixes

packages/ui/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-ui",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "ui widgets of tango",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)