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 Nov 2, 2022
1 parent ddfee0b commit c8ae992
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.5.10](https://github.com/miaoxing/logistics/compare/v0.5.9...v0.5.10) (2022-11-02)





### Dependencies

* **@mxjs/a-clink:** upgrade from `1.1.0` to `1.1.1`
* **@mxjs/a-form:** upgrade from `1.1.2` to `1.1.3`
* **@mxjs/a-table:** upgrade from `1.1.1` to `1.1.2`
* **@miaoxing/admin:** upgrade from `0.9.3` to `0.9.4`

## [0.5.9](https://github.com/miaoxing/logistics/compare/v0.5.8...v0.5.9) (2022-11-01)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"miaoxing/admin": "^0.9.3",
"miaoxing/admin": "^0.9.4",
"miaoxing/app": "^0.6.10",
"miaoxing/region": "^0.2.13"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/logistics",
"version": "0.5.9",
"version": "0.5.10",
"private": true,
"main": "index.js",
"author": "twinh",
Expand All @@ -14,11 +14,11 @@
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"@miaoxing/dev": "^8.1.3",
"@mxjs/a-clink": "^1.1.0",
"@mxjs/a-form": "^1.1.2",
"@mxjs/a-clink": "^1.1.1",
"@mxjs/a-form": "^1.1.3",
"@mxjs/a-page": "^1.1.0",
"@mxjs/a-region-cascader": "^1.0.1",
"@mxjs/a-table": "^1.1.1",
"@mxjs/a-table": "^1.1.2",
"@mxjs/a-input": "^1.0.1",
"@mxjs/actions": "^0.2.5",
"@mxjs/app": "^0.5.3",
Expand Down

0 comments on commit c8ae992

Please sign in to comment.