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 Apr 18, 2023
1 parent f16b3a4 commit 8a18f91
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.10.2](https://github.com/miaoxing/admin/compare/v0.10.1...v0.10.2) (2023-04-18)





### Dependencies

* **@mxjs/a-clink:** upgrade from `1.2.0` to `1.2.1`
* **@mxjs/a-form:** upgrade from `1.2.1` to `1.2.2`
* **@mxjs/a-page:** upgrade from `2.1.0` to `2.1.1`
* **@mxjs/a-table:** upgrade from `1.4.0` to `1.4.1`
* **@mxjs/upload:** upgrade from `0.6.15` to `0.6.16`

## [0.10.1](https://github.com/miaoxing/admin/compare/v0.10.0...v0.10.1) (2023-04-15)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/admin",
"version": "0.10.1",
"version": "0.10.2",
"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.75.0",
"@mxjs/a-clink": "^1.2.0",
"@mxjs/a-form": "^1.2.1",
"@mxjs/a-page": "^2.1.0",
"@mxjs/a-table": "^1.4.0",
"@mxjs/a-clink": "^1.2.1",
"@mxjs/a-form": "^1.2.2",
"@mxjs/a-page": "^2.1.1",
"@mxjs/a-table": "^1.4.1",
"@mxjs/api": "^1.0.3",
"@mxjs/css": "^1.1.0",
"@mxjs/upload": "^0.6.15",
"@mxjs/upload": "^0.6.16",
"color": "^3.1.2",
"history": "^5.0.0",
"lodash.merge": "^4.6.2",
Expand Down

0 comments on commit 8a18f91

Please sign in to comment.