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 Apr 30, 2022
1 parent f18e81f commit 23f7d17
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.5.1](https://github.com/miaoxing/logistics/compare/v0.5.0...v0.5.1) (2022-04-30)





### Dependencies

* **@mxjs/a-form:** upgrade from `0.3.4` to `0.3.5`
* **@mxjs/a-page:** upgrade from `0.3.4` to `0.3.5`
* **@miaoxing/admin:** upgrade from `0.7.0` to `0.7.1`
* **@miaoxing/app:** upgrade from `0.6.2` to `0.6.3`
* **@miaoxing/region:** upgrade from `0.2.5` to `0.2.6`

# [0.5.0](https://github.com/miaoxing/logistics/compare/v0.4.0...v0.5.0) (2022-03-31)


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.7.0",
"miaoxing/app": "^0.6.2",
"miaoxing/region": "^0.2.5"
"miaoxing/admin": "^0.7.1",
"miaoxing/app": "^0.6.3",
"miaoxing/region": "^0.2.6"
},
"require-dev": {
"miaoxing/dev": "^8.1.0"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/logistics",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"main": "index.js",
"author": "twinh",
Expand All @@ -15,8 +15,8 @@
"@ant-design/icons": "^4.6.2",
"@miaoxing/dev": "^8.1.0",
"@mxjs/a-clink": "^0.2.4",
"@mxjs/a-form": "^0.3.4",
"@mxjs/a-page": "^0.3.4",
"@mxjs/a-form": "^0.3.5",
"@mxjs/a-page": "^0.3.5",
"@mxjs/a-region-cascader": "^0.1.15",
"@mxjs/a-table": "^0.4.4",
"@mxjs/a-input": "^0.1.2",
Expand Down

0 comments on commit 23f7d17

Please sign in to comment.