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 Feb 29, 2024
1 parent 82d2419 commit eb8fb48
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.29](https://github.com/miaoxing/logistics/compare/v0.5.28...v0.5.29) (2024-02-29)





### Dependencies

* **@mxjs/a-page:** upgrade from `2.4.0` to `2.4.1`
* **@miaoxing/admin:** upgrade from `0.12.1` to `0.12.2`
* **@miaoxing/app:** upgrade from `0.8.1` to `0.8.2`
* **@miaoxing/region:** upgrade from `0.2.30` to `0.2.31`

## [0.5.28](https://github.com/miaoxing/logistics/compare/v0.5.27...v0.5.28) (2024-02-20)


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.12.1",
"miaoxing/app": "^0.8.1",
"miaoxing/region": "^0.2.30"
"miaoxing/admin": "^0.12.2",
"miaoxing/app": "^0.8.2",
"miaoxing/region": "^0.2.31"
},
"require-dev": {
"miaoxing/dev": "^9.1.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/logistics",
"version": "0.5.28",
"version": "0.5.29",
"private": true,
"main": "index.js",
"author": "twinh",
Expand All @@ -16,7 +16,7 @@
"@miaoxing/dev": "^9.1.0",
"@mxjs/a-clink": "^2.1.1",
"@mxjs/a-form": "^2.2.0",
"@mxjs/a-page": "^2.4.0",
"@mxjs/a-page": "^2.4.1",
"@mxjs/a-region-cascader": "^1.0.8",
"@mxjs/a-table": "^1.8.0",
"@mxjs/a-input": "^1.5.0",
Expand Down

0 comments on commit eb8fb48

Please sign in to comment.