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 Dec 1, 2022
1 parent c8ae992 commit f63b60d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [0.5.11](https://github.com/miaoxing/logistics/compare/v0.5.10...v0.5.11) (2022-12-01)





### Dependencies

* **@mxjs/a-clink:** upgrade from `1.1.1` to `1.1.2`
* **@mxjs/a-form:** upgrade from `1.1.3` to `1.1.4`
* **@mxjs/a-page:** upgrade from `1.1.0` to `1.1.1`
* **@mxjs/a-table:** upgrade from `1.1.2` to `1.2.0`
* **@mxjs/test:** upgrade from `1.0.1` to `1.0.2`
* **miaoxing:** upgrade from `0.4.4` to `0.4.5`
* **@miaoxing/admin:** upgrade from `0.9.4` to `0.9.5`
* **@miaoxing/app:** upgrade from `0.6.10` to `0.6.11`
* **@miaoxing/region:** upgrade from `0.2.13` to `0.2.14`

## [0.5.10](https://github.com/miaoxing/logistics/compare/v0.5.9...v0.5.10) (2022-11-02)


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.9.4",
"miaoxing/app": "^0.6.10",
"miaoxing/region": "^0.2.13"
"miaoxing/admin": "^0.9.5",
"miaoxing/app": "^0.6.11",
"miaoxing/region": "^0.2.14"
},
"require-dev": {
"miaoxing/dev": "^8.1.3"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/logistics",
"version": "0.5.10",
"version": "0.5.11",
"private": true,
"main": "index.js",
"author": "twinh",
Expand All @@ -14,20 +14,20 @@
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"@miaoxing/dev": "^8.1.3",
"@mxjs/a-clink": "^1.1.1",
"@mxjs/a-form": "^1.1.3",
"@mxjs/a-page": "^1.1.0",
"@mxjs/a-clink": "^1.1.2",
"@mxjs/a-form": "^1.1.4",
"@mxjs/a-page": "^1.1.1",
"@mxjs/a-region-cascader": "^1.0.1",
"@mxjs/a-table": "^1.1.2",
"@mxjs/a-table": "^1.2.0",
"@mxjs/a-input": "^1.0.1",
"@mxjs/actions": "^0.2.5",
"@mxjs/app": "^0.5.3",
"@mxjs/box": "^0.3.5",
"@mxjs/test": "^1.0.1",
"@mxjs/test": "^1.0.2",
"@testing-library/react": "^11.2.6",
"antd": "~4.17.4",
"jest-preset-miaoxing": "^0.3.1",
"miaoxing": "^0.4.4",
"miaoxing": "^0.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
Expand Down

0 comments on commit f63b60d

Please sign in to comment.