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 Jun 30, 2024
1 parent 8dabd6f commit 3995ada
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.2.0](https://github.com/miaoxing/banner/compare/v1.1.10...v1.2.0) (2024-06-30)


### Features

* **banner:** 允许不填写分类的标识 ([8dabd6f](https://github.com/miaoxing/banner/commit/8dabd6f56120d87f48daf7460122b64d7ef773ae))





### Dependencies

* **@miaoxing/plugin:** upgrade from `0.14.7` to `0.15.0`
* **@miaoxing/services:** upgrade from `0.9.2` to `0.9.3`
* **@miaoxing/admin:** upgrade from `0.13.1` to `0.13.2`

## [1.1.10](https://github.com/miaoxing/banner/compare/v1.1.9...v1.1.10) (2024-05-30)


Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}
},
"require": {
"miaoxing/plugin": "^0.14.7",
"miaoxing/services": "^0.9.2",
"miaoxing/admin": "^0.13.1"
"miaoxing/plugin": "^0.15.0",
"miaoxing/services": "^0.9.3",
"miaoxing/admin": "^0.13.2"
},
"require-dev": {
"miaoxing/dev": "^9.1.1"
Expand All @@ -38,7 +38,7 @@
"require-ci": {
"miaoxing/dev": "miaoxing/dev as 8.x-dev",
"miaoxing/phpstan-miaoxing": "miaoxing/phpstan-miaoxing as 3.x-dev",
"miaoxing/plugin": "miaoxing/plugin as 0.14.x-dev",
"miaoxing/plugin": "miaoxing/plugin as 0.15.x-dev",
"wei/wei": "twinh/wei as 0.17.x-dev"
}
}
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/banner",
"version": "1.1.10",
"version": "1.2.0",
"private": true,
"main": "index.js",
"repository": "git@github.com:miaoxing/banner.git",
Expand Down

0 comments on commit 3995ada

Please sign in to comment.