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 30, 2022
1 parent 328814f commit 9008f69
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.6.3](https://github.com/miaoxing/app/compare/v0.6.2...v0.6.3) (2022-04-30)


### Bug Fixes

* **u, app:** 解决接口超过 3s 时,`$.loading` 会自动消失 ([328814f](https://github.com/miaoxing/app/commit/328814fb4146a0724ede36f458d3c34c5d6f5360))





### Dependencies

* **@miaoxing/plugin:** upgrade from `0.8.1` to `0.8.2`
* **@miaoxing/services:** upgrade from `0.5.2` to `0.5.3`

## [0.6.2](https://github.com/miaoxing/app/compare/v0.6.1...v0.6.2) (2022-03-31)


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/plugin": "^0.8.1",
"miaoxing/services": "^0.5.2"
"miaoxing/plugin": "^0.8.2",
"miaoxing/services": "^0.5.3"
},
"require-dev": {
"miaoxing/dev": "^8.1.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/app",
"version": "0.6.2",
"version": "0.6.3",
"private": true,
"repository": "https://github.com/miaoxing/app",
"license": "MIT",
Expand Down

0 comments on commit 9008f69

Please sign in to comment.