Skip to content

Commit

Permalink
chore(*): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Jun 5, 2024
1 parent 32ce3b7 commit aa129ec
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All services for Blog Environment Group. The monorepo system is powered by [rush
[uploader-service]:./apps/uploader-service
[@shared/components]:./libs/components
[@shared/utils]:./libs/utils
[blog-cms-version]: https://img.shields.io/badge/Version-v5.7.1-brightgreen
[blog-cms-version]: https://img.shields.io/badge/Version-v5.7.2-brightgreen
[blog-web-version]: https://img.shields.io/badge/Version-v4.35.0-brightgreen
[blog-service-version]: https://img.shields.io/badge/Version-v2.5.1-brightgreen
[uploader-service-version]: https://img.shields.io/badge/Version-v1.4.0-brightgreen
Expand Down
12 changes: 12 additions & 0 deletions apps/blog-cms/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "blog-cms",
"entries": [
{
"version": "5.7.2",
"tag": "blog-cms_v5.7.2",
"date": "Wed, 05 Jun 2024 06:08:35 GMT",
"comments": {
"patch": [
{
"comment": "forget to return data..."
}
]
}
},
{
"version": "5.7.1",
"tag": "blog-cms_v5.7.1",
Expand Down
9 changes: 8 additions & 1 deletion apps/blog-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - blog-cms

This log was last generated on Wed, 05 Jun 2024 05:53:27 GMT and should not be manually modified.
This log was last generated on Wed, 05 Jun 2024 06:08:35 GMT and should not be manually modified.

## 5.7.2
Wed, 05 Jun 2024 06:08:35 GMT

### Patches

- forget to return data...

## 5.7.1
Wed, 05 Jun 2024 05:53:27 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/blog-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-cms",
"version": "5.7.1",
"version": "5.7.2",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
Expand Down

0 comments on commit aa129ec

Please sign in to comment.