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 Mar 12, 2021
1 parent 114d5d7 commit 555e53d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.3.9](https://github.com/miaoxing/admin/compare/v0.3.8...v0.3.9) (2021-03-12)


### Bug Fixes

* 更新前端包依赖 ([114d5d7](https://github.com/miaoxing/admin/commit/114d5d76c6a9d060d83c6a57c11ce07517eddd70))





### Dependencies

* **@miaoxing/dev:** upgrade from `6.3.2` to `6.3.3`
* **miaoxing:** upgrade from `0.2.0` to `0.2.1`
* **@mxjs/upload:** upgrade from `0.3.7` to `0.3.8`
* **@miaoxing/app:** upgrade from `0.2.10` to `0.2.11`
* **@miaoxing/file:** upgrade from `0.1.5` to `0.1.6`

## [0.3.8](https://github.com/miaoxing/admin/compare/v0.3.7...v0.3.8) (2021-03-11)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
],
"license": "MIT",
"require": {
"miaoxing/app": "^0.2.10",
"miaoxing/file": "^0.1.5"
"miaoxing/app": "^0.2.11",
"miaoxing/file": "^0.1.6"
},
"require-dev": {
"miaoxing/dev": "^6.3.2"
"miaoxing/dev": "^6.3.3"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@mxjs/admin",
"version": "0.3.8",
"version": "0.3.9",
"private": true,
"repository": "https://github.com/miaoxing/admin",
"license": "MIT",
"scripts": {
"test": "jest"
},
"devDependencies": {
"@miaoxing/dev": "^6.3.2",
"@miaoxing/dev": "^6.3.3",
"@testing-library/react": "^10.4.8",
"core-js": "^3.6.5",
"enzyme": "^3.11.0",
Expand All @@ -20,8 +20,8 @@
"react-router": "^5.2.0",
"regenerator-runtime": "^0.13.5",
"@ant-design/icons": "^4.2.1",
"miaoxing": "^0.2.0",
"@mxjs/upload": "^0.3.7",
"miaoxing": "^0.2.1",
"@mxjs/upload": "^0.3.8",
"bizcharts": "^3.5.6",
"color": "^3.1.2"
},
Expand Down

0 comments on commit 555e53d

Please sign in to comment.