Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
semantic-release-bot committed Mar 31, 2022
1 parent ab43932 commit a1ada65
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 11 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [0.5.0](https://github.com/miaoxing/logistics/compare/v0.4.0...v0.5.0) (2022-03-31)


### Bug Fixes

* 数据表增加 `app_id` 字段 ([8aee552](https://github.com/miaoxing/logistics/commit/8aee5528b84789f0e2870384941f932c652fee1c))


### BREAKING CHANGES

* 数据表增加 `app_id` 字段





### Dependencies

* **@mxjs/a-clink:** upgrade from `0.2.3` to `0.2.4`
* **@mxjs/a-form:** upgrade from `0.3.3` to `0.3.4`
* **@mxjs/a-page:** upgrade from `0.3.3` to `0.3.4`
* **@mxjs/a-table:** upgrade from `0.4.3` to `0.4.4`
* **@mxjs/app:** upgrade from `0.4.2` to `0.4.3`
* **@mxjs/box:** upgrade from `0.3.1` to `0.3.2`
* **@mxjs/test:** upgrade from `0.2.3` to `0.2.4`
* **@miaoxing/admin:** upgrade from `0.6.0` to `0.7.0`
* **@miaoxing/app:** upgrade from `0.6.1` to `0.6.2`
* **@miaoxing/region:** upgrade from `0.2.4` to `0.2.5`

# [0.4.0](https://github.com/miaoxing/logistics/compare/v0.3.2...v0.4.0) (2022-03-04)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
],
"license": "MIT",
"require": {
"miaoxing/admin": "^0.6.0",
"miaoxing/app": "^0.6.1",
"miaoxing/region": "^0.2.4"
"miaoxing/admin": "^0.7.0",
"miaoxing/app": "^0.6.2",
"miaoxing/region": "^0.2.5"
},
"require-dev": {
"miaoxing/dev": "^8.1.0"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/logistics",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"main": "index.js",
"author": "twinh",
Expand All @@ -14,16 +14,16 @@
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"@miaoxing/dev": "^8.1.0",
"@mxjs/a-clink": "^0.2.3",
"@mxjs/a-form": "^0.3.3",
"@mxjs/a-page": "^0.3.3",
"@mxjs/a-clink": "^0.2.4",
"@mxjs/a-form": "^0.3.4",
"@mxjs/a-page": "^0.3.4",
"@mxjs/a-region-cascader": "^0.1.15",
"@mxjs/a-table": "^0.4.3",
"@mxjs/a-table": "^0.4.4",
"@mxjs/a-input": "^0.1.2",
"@mxjs/actions": "^0.2.2",
"@mxjs/app": "^0.4.2",
"@mxjs/box": "^0.3.1",
"@mxjs/test": "^0.2.3",
"@mxjs/app": "^0.4.3",
"@mxjs/box": "^0.3.2",
"@mxjs/test": "^0.2.4",
"@testing-library/react": "^11.2.6",
"antd": "~4.17.4",
"jest-preset-miaoxing": "^0.3.0",
Expand Down

0 comments on commit a1ada65

Please sign in to comment.