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 Dec 31, 2023
1 parent c20c4ae commit c19af0e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.7.10](https://github.com/miaoxing/app/compare/v0.7.9...v0.7.10) (2023-12-31)





### Dependencies

* **@miaoxing/dev:** upgrade from `8.2.4` to `9.0.0`
* **@miaoxing/plugin:** upgrade from `0.14.0` to `0.14.1`
* **@miaoxing/services:** upgrade from `0.8.2` to `0.8.3`

## [0.7.9](https://github.com/miaoxing/app/compare/v0.7.8...v0.7.9) (2023-11-30)


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/plugin": "^0.14.0",
"miaoxing/services": "^0.8.2"
"miaoxing/plugin": "^0.14.1",
"miaoxing/services": "^0.8.3"
},
"require-dev": {
"miaoxing/dev": "^8.2.4"
"miaoxing/dev": "^9.0.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/app",
"version": "0.7.9",
"version": "0.7.10",
"private": true,
"repository": "https://github.com/miaoxing/app",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"lcfirst": "^1.1.0"
},
"devDependencies": {
"@miaoxing/dev": "^8.2.4",
"@miaoxing/dev": "^9.0.0",
"@sentry/browser": "^5.12.1",
"@types/execa": "^2.0.0",
"@types/glob": "^7.2.0",
Expand Down

0 comments on commit c19af0e

Please sign in to comment.