Skip to content

Commit 43b99de

Browse files
committed
chore(release): publish
- @music163/tango-context@1.0.0 - @music163/tango-core@1.0.0 - @music163/tango-designer@1.0.0 - @music163/tango-sandbox@1.0.0 - @music163/tango-setting-form@1.0.0 - @music163/tango-ui@1.0.0
1 parent 1c1ad9e commit 43b99de

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

packages/context/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-context",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0",
44
"description": "react context for tango-apps",
55
"keywords": [
66
"react",
@@ -31,7 +31,7 @@
3131
"react": ">= 16.8"
3232
},
3333
"dependencies": {
34-
"@music163/tango-core": "^1.0.0-alpha.10",
34+
"@music163/tango-core": "^1.0.0",
3535
"@music163/tango-helpers": "^1.0.0-alpha.6",
3636
"mobx-react-lite": "4.0.5"
3737
},

packages/core/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-core",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0",
44
"description": "tango core",
55
"author": "wwsun <ww.sun@outlook.com>",
66
"homepage": "",

packages/designer/package.json

Lines changed: 6 additions & 6 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.18",
3+
"version": "1.0.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.1.2",
36-
"@music163/tango-context": "^1.0.0-alpha.10",
37-
"@music163/tango-core": "^1.0.0-alpha.10",
36+
"@music163/tango-context": "^1.0.0",
37+
"@music163/tango-core": "^1.0.0",
3838
"@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",
39+
"@music163/tango-sandbox": "^1.0.0",
40+
"@music163/tango-setting-form": "^1.0.0",
41+
"@music163/tango-ui": "^1.0.0",
4242
"antd": "^4.24.2",
4343
"cash-dom": "^8.1.2",
4444
"classnames": "^2.3.2",

packages/sandbox/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-sandbox",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0",
44
"description": "sandbox of tango apps",
55
"author": "wwsun <ww.sun@outlook.com>",
66
"homepage": "",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@ant-design/icons": "^4.8.0",
32-
"@music163/tango-core": "^1.0.0-alpha.10",
32+
"@music163/tango-core": "^1.0.0",
3333
"@music163/tango-helpers": "^1.0.0-alpha.6",
3434
"crypto-js": "^4.1.1",
3535
"lodash.isequal": "4.5.0",

packages/setting-form/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-setting-form",
3-
"version": "1.0.0-alpha.14",
3+
"version": "1.0.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.0-alpha.10",
31+
"@music163/tango-core": "^1.0.0",
3232
"@music163/tango-helpers": "^1.0.0-alpha.6",
33-
"@music163/tango-ui": "^1.0.0-alpha.12",
33+
"@music163/tango-ui": "^1.0.0",
3434
"antd": "^4.24.2",
3535
"coral-system": "^1.0.5",
3636
"mobx": "6.12.0",

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.0.0-alpha.12",
3+
"version": "1.0.0",
44
"description": "ui widgets of tango",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)