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 1, 2022
1 parent 9e8d561 commit a90df14
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [0.9.3](https://github.com/miaoxing/admin/compare/v0.9.2...v0.9.3) (2022-11-01)


### Bug Fixes

* 图片字段允许为空字符串 ([9e8d561](https://github.com/miaoxing/admin/commit/9e8d5617b65111d1c5d18e0f1f101c3fe4a80838))
* 校验增加长度检查 ([ac0204b](https://github.com/miaoxing/admin/commit/ac0204be47a255ca3d6603be93e0dc4b04370791))
* **admin:** 更新分组允许不提供名称,名称不能为空字符串 ([179975c](https://github.com/miaoxing/admin/commit/179975c7388d8424ea387bfaf9dc8822f036f99a))


### Features

* 增加图片地址检查 ([070a5ae](https://github.com/miaoxing/admin/commit/070a5ae5d68a94c554fa24ea65bfd42a939d76d0))





### Dependencies

* **@mxjs/a-clink:** upgrade from `1.0.1` to `1.1.0`
* **@mxjs/a-form:** upgrade from `1.1.1` to `1.1.2`
* **@mxjs/a-table:** upgrade from `1.1.0` to `1.1.1`
* **@mxjs/upload:** upgrade from `0.6.9` to `0.6.10`
* **@miaoxing/app:** upgrade from `0.6.9` to `0.6.10`
* **@miaoxing/file:** upgrade from `0.3.8` to `0.3.9`

## [0.9.2](https://github.com/miaoxing/admin/compare/v0.9.1...v0.9.2) (2022-09-30)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
],
"license": "MIT",
"require": {
"miaoxing/app": "^0.6.9",
"miaoxing/file": "^0.3.8"
"miaoxing/app": "^0.6.10",
"miaoxing/file": "^0.3.9"
},
"require-dev": {
"miaoxing/dev": "^8.1.3"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/admin",
"version": "0.9.2",
"version": "0.9.3",
"private": true,
"repository": "https://github.com/miaoxing/admin",
"license": "MIT",
Expand All @@ -13,13 +13,13 @@
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@fower/react": "^1.70.0",
"@mxjs/a-clink": "^1.0.1",
"@mxjs/a-form": "^1.1.1",
"@mxjs/a-clink": "^1.1.0",
"@mxjs/a-form": "^1.1.2",
"@mxjs/a-page": "^1.1.0",
"@mxjs/a-table": "^1.1.0",
"@mxjs/a-table": "^1.1.1",
"@mxjs/api": "^1.0.1",
"@mxjs/css": "^1.0.1",
"@mxjs/upload": "^0.6.9",
"@mxjs/upload": "^0.6.10",
"color": "^3.1.2",
"history": "^5.0.0",
"lodash.merge": "^4.6.2",
Expand Down

0 comments on commit a90df14

Please sign in to comment.