Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @music163/[email protected]
 - @music163/[email protected]
 - @music163/[email protected]
 - @music163/[email protected]
 - @music163/[email protected]
 - @music163/[email protected]
  • Loading branch information
wwsun committed Jul 12, 2024
1 parent 85c053b commit 82bc5db
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 15 deletions.
4 changes: 4 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.5](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-07-12)

**Note:** Version bump only for package @music163/tango-context

## [1.1.4](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-06-20)

**Note:** Version bump only for package @music163/tango-context
Expand Down
4 changes: 2 additions & 2 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-context",
"version": "1.1.4",
"version": "1.1.5",
"description": "react context for tango-apps",
"keywords": [
"react",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react": ">= 16.8"
},
"dependencies": {
"@music163/tango-core": "^1.3.2",
"@music163/tango-core": "^1.3.3",
"@music163/tango-helpers": "^1.2.0",
"mobx-react-lite": "4.0.7"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-07-12)

### Bug Fixes

- update designer config ([#186](https://github.com/netease/tango/issues/186)) ([85c053b](https://github.com/netease/tango/commit/85c053b3db6d652b41c9873dba1366315174833f))

## [1.3.2](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-06-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-core",
"version": "1.3.2",
"version": "1.3.3",
"description": "tango core",
"author": "wwsun <[email protected]>",
"homepage": "",
Expand Down
7 changes: 7 additions & 0 deletions packages/designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-07-12)

### Bug Fixes

- selection bug without prototype & update ToggleButton style ([#180](https://github.com/netease/tango/issues/180)) ([1d0fb4f](https://github.com/netease/tango/commit/1d0fb4f274a5b767962c54583ab5863329d5bcc5))
- update designer config ([#186](https://github.com/netease/tango/issues/186)) ([85c053b](https://github.com/netease/tango/commit/85c053b3db6d652b41c9873dba1366315174833f))

## [1.3.2](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-06-20)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-designer",
"version": "1.3.2",
"version": "1.3.3",
"description": "lowcode designer",
"keywords": [
"react"
Expand Down Expand Up @@ -33,12 +33,12 @@
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@music163/request": "^0.2.0",
"@music163/tango-context": "^1.1.4",
"@music163/tango-core": "^1.3.2",
"@music163/tango-context": "^1.1.5",
"@music163/tango-core": "^1.3.3",
"@music163/tango-helpers": "^1.2.0",
"@music163/tango-sandbox": "^1.0.7",
"@music163/tango-setting-form": "^1.2.7",
"@music163/tango-ui": "^1.3.2",
"@music163/tango-sandbox": "^1.0.8",
"@music163/tango-setting-form": "^1.2.8",
"@music163/tango-ui": "^1.3.3",
"antd": "^4.24.2",
"cash-dom": "^8.1.2",
"classnames": "^2.5.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.8](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-07-12)

**Note:** Version bump only for package @music163/tango-sandbox

## [1.0.7](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-06-20)

**Note:** Version bump only for package @music163/tango-sandbox
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-sandbox",
"version": "1.0.7",
"version": "1.0.8",
"description": "sandbox of tango apps",
"author": "wwsun <[email protected]>",
"homepage": "",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@music163/tango-core": "^1.3.2",
"@music163/tango-core": "^1.3.3",
"@music163/tango-helpers": "^1.2.0",
"crypto-js": "^4.1.1",
"lodash.isequal": "4.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/setting-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.8](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-07-12)

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

## [1.2.7](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-06-20)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/setting-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-setting-form",
"version": "1.2.7",
"version": "1.2.8",
"description": "setting form of tango-apps",
"author": "wwsun <[email protected]>",
"homepage": "",
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@music163/tango-core": "^1.3.2",
"@music163/tango-core": "^1.3.3",
"@music163/tango-helpers": "^1.2.0",
"@music163/tango-ui": "^1.3.2",
"@music163/tango-ui": "^1.3.3",
"antd": "^4.24.2",
"coral-system": "^1.0.5",
"mobx": "6.12.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-07-12)

### Bug Fixes

- selection bug without prototype & update ToggleButton style ([#180](https://github.com/netease/tango/issues/180)) ([1d0fb4f](https://github.com/netease/tango/commit/1d0fb4f274a5b767962c54583ab5863329d5bcc5))

## [1.3.2](https://github.com/netease/tango/compare/@music163/[email protected]...@music163/[email protected]) (2024-06-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@music163/tango-ui",
"version": "1.3.2",
"version": "1.3.3",
"description": "ui widgets of tango",
"keywords": [
"react",
Expand Down

0 comments on commit 82bc5db

Please sign in to comment.