chore(release): publish

- @music163/tango-context@0.1.2
 - @music163/tango-core@0.1.2
 - @music163/tango-designer@0.1.2
 - @music163/tango-helpers@0.1.2
 - @music163/tango-sandbox@0.1.2
 - @music163/tango-setting-form@0.1.2
 - @music163/tango-ui@0.1.2
This commit is contained in:
wwsun
2023-09-06 20:05:50 +08:00
parent d9cc49374b
commit 0a7f4807e9
14 changed files with 94 additions and 22 deletions
+8
View File
@@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.2 (2023-09-06)
**Note:** Version bump only for package @music163/tango-context
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-context",
"version": "0.1.1",
"version": "0.1.2",
"description": "react context for tango-apps",
"keywords": [
"react",
@@ -31,8 +31,8 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@music163/tango-core": "^0.1.1",
"@music163/tango-helpers": "^0.1.1",
"@music163/tango-core": "^0.1.2",
"@music163/tango-helpers": "^0.1.2",
"mobx-react-lite": "4.0.2"
},
"publishConfig": {
+13
View File
@@ -0,0 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.2 (2023-09-06)
### Bug Fixes
- parse service file with sub module ([468910a](https://github.com/netease/tango/commit/468910afde6aec75255f07f8af1f756025e1a237))
- refactor codes ([9392231](https://github.com/netease/tango/commit/9392231414fa1f992e206804549367c5bfee52cb))
- refactor core helpers ([f9c9cbe](https://github.com/netease/tango/commit/f9c9cbefaef7b7fa46585798834e951ded36c68a))
- refactor designer ([ea5fb24](https://github.com/netease/tango/commit/ea5fb24ba7469e28a3de3f60597c819f2f37104a))
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "tango core",
"author": "wwsun <ww.sun@outlook.com>",
"homepage": "",
@@ -28,7 +28,7 @@
"@babel/parser": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@babel/types": "^7.22.15",
"@music163/tango-helpers": "^0.1.1",
"@music163/tango-helpers": "^0.1.2",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.18.3",
"mobx": "6.9.0",
+15
View File
@@ -0,0 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.2 (2023-09-06)
### Bug Fixes
- fix broke link ([c1b8f34](https://github.com/netease/tango/commit/c1b8f34c14179b9167913ffab70180d5da3c819c))
- parse service file with sub module ([468910a](https://github.com/netease/tango/commit/468910afde6aec75255f07f8af1f756025e1a237))
- refactor codes ([d9cc493](https://github.com/netease/tango/commit/d9cc49374b572089e3c68f28c5d461253e72a04e))
- refactor codes ([9392231](https://github.com/netease/tango/commit/9392231414fa1f992e206804549367c5bfee52cb))
- refactor core helpers ([f9c9cbe](https://github.com/netease/tango/commit/f9c9cbefaef7b7fa46585798834e951ded36c68a))
- refactor designer ([ea5fb24](https://github.com/netease/tango/commit/ea5fb24ba7469e28a3de3f60597c819f2f37104a))
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-designer",
"version": "0.1.1",
"version": "0.1.2",
"description": "lowcode designer",
"keywords": [
"react"
@@ -33,12 +33,12 @@
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@music163/request": "^0.1.0",
"@music163/tango-context": "^0.1.1",
"@music163/tango-core": "^0.1.1",
"@music163/tango-helpers": "^0.1.1",
"@music163/tango-sandbox": "^0.1.1",
"@music163/tango-setting-form": "^0.1.1",
"@music163/tango-ui": "^0.1.1",
"@music163/tango-context": "^0.1.2",
"@music163/tango-core": "^0.1.2",
"@music163/tango-helpers": "^0.1.2",
"@music163/tango-sandbox": "^0.1.2",
"@music163/tango-setting-form": "^0.1.2",
"@music163/tango-ui": "^0.1.2",
"antd": "^4.24.2",
"cash-dom": "^8.1.2",
"classnames": "^2.3.2",
+10
View File
@@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.2 (2023-09-06)
### Bug Fixes
- refactor core helpers ([f9c9cbe](https://github.com/netease/tango/commit/f9c9cbefaef7b7fa46585798834e951ded36c68a))
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-helpers",
"version": "0.1.1",
"version": "0.1.2",
"description": "Shared types, helpers, and hooks of tango-apps",
"keywords": [
"shared",
+10
View File
@@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.2 (2023-09-06)
### Bug Fixes
- refactor codes ([9392231](https://github.com/netease/tango/commit/9392231414fa1f992e206804549367c5bfee52cb))
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-sandbox",
"version": "0.1.1",
"version": "0.1.2",
"description": "sandbox of tango apps",
"author": "wwsun <ww.sun@outlook.com>",
"homepage": "",
@@ -29,8 +29,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@music163/tango-core": "^0.1.1",
"@music163/tango-helpers": "^0.1.1",
"@music163/tango-core": "^0.1.2",
"@music163/tango-helpers": "^0.1.2",
"crypto-js": "^4.1.1",
"lodash.isequal": "4.5.0",
"react-frame-component": "^5.2.4"
+8
View File
@@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.2 (2023-09-06)
**Note:** Version bump only for package @music163/tango-setting-form
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-setting-form",
"version": "0.1.1",
"version": "0.1.2",
"description": "setting form of tango-apps",
"author": "wwsun <ww.sun@outlook.com>",
"homepage": "",
@@ -28,9 +28,9 @@
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@music163/tango-core": "^0.1.1",
"@music163/tango-helpers": "^0.1.1",
"@music163/tango-ui": "^0.1.1",
"@music163/tango-core": "^0.1.2",
"@music163/tango-helpers": "^0.1.2",
"@music163/tango-ui": "^0.1.2",
"antd": "^4.24.2",
"color": "^4.2.3",
"coral-system": "^1.0.5",
+8
View File
@@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.1.2 (2023-09-06)
**Note:** Version bump only for package @music163/tango-ui
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-ui",
"version": "0.1.1",
"version": "0.1.2",
"description": "ui widgets of tango",
"keywords": [
"react",
@@ -36,7 +36,7 @@
"@codemirror/autocomplete": "^6.7.1",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/search": "^6.2.3",
"@music163/tango-helpers": "^0.1.1",
"@music163/tango-helpers": "^0.1.2",
"@uiw/react-codemirror": "^4.19.3",
"antd": "^4.24.2",
"antd-easy-form": "^1.1.3",