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 Jan 31, 2023
1 parent b8cbc2c commit f69a3bd
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [0.5.13](https://github.com/miaoxing/logistics/compare/v0.5.12...v0.5.13) (2023-01-31)


### Features

* 更新 `antd``~4.24.7` ([4ae00a3](https://github.com/miaoxing/logistics/commit/4ae00a383f803a6c62c9c3dff6ad1f84787e12a5))





### Dependencies

* **@mxjs/a-clink:** upgrade from `1.1.3` to `1.1.4`
* **@mxjs/a-form:** upgrade from `1.1.5` to `1.2.0`
* **@mxjs/a-page:** upgrade from `1.1.2` to `1.1.3`
* **@mxjs/a-table:** upgrade from `1.2.1` to `1.3.0`
* **@mxjs/a-input:** upgrade from `1.0.2` to `1.1.0`
* **@mxjs/actions:** upgrade from `0.2.6` to `0.2.7`
* **@miaoxing/admin:** upgrade from `0.9.6` to `0.9.7`
* **@miaoxing/app:** upgrade from `0.6.12` to `0.6.13`
* **@miaoxing/region:** upgrade from `0.2.15` to `0.2.16`

## [0.5.12](https://github.com/miaoxing/logistics/compare/v0.5.11...v0.5.12) (2023-01-01)


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.6",
"miaoxing/app": "^0.6.12",
"miaoxing/region": "^0.2.15"
"miaoxing/admin": "^0.9.7",
"miaoxing/app": "^0.6.13",
"miaoxing/region": "^0.2.16"
},
"require-dev": {
"miaoxing/dev": "^8.2.0"
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.12",
"version": "0.5.13",
"private": true,
"main": "index.js",
"author": "twinh",
Expand All @@ -14,13 +14,13 @@
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"@miaoxing/dev": "^8.2.0",
"@mxjs/a-clink": "^1.1.3",
"@mxjs/a-form": "^1.1.5",
"@mxjs/a-page": "^1.1.2",
"@mxjs/a-clink": "^1.1.4",
"@mxjs/a-form": "^1.2.0",
"@mxjs/a-page": "^1.1.3",
"@mxjs/a-region-cascader": "^1.0.2",
"@mxjs/a-table": "^1.2.1",
"@mxjs/a-input": "^1.0.2",
"@mxjs/actions": "^0.2.6",
"@mxjs/a-table": "^1.3.0",
"@mxjs/a-input": "^1.1.0",
"@mxjs/actions": "^0.2.7",
"@mxjs/app": "^0.5.4",
"@mxjs/box": "^0.3.6",
"@mxjs/test": "^1.0.3",
Expand Down

0 comments on commit f69a3bd

Please sign in to comment.