Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Nov 30, 2024
1 parent 8f44b41 commit 95423c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Code Style](https://img.shields.io/badge/code%20style-prettier-green)](https://prettier.io/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/Yancey-Blog/beg-monorepo/pulls)
[![Node](https://img.shields.io/badge/node-%3E%3D18.19.0-orange.svg)](https://nodejs.org/en/)
[![Node](https://img.shields.io/badge/node-%3E%3D20.18.0-orange.svg)](https://nodejs.org/en/)
[![Gitter](https://badges.gitter.im/yancey-official/community.svg)](https://gitter.im/yancey-official/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/Yancey-Blog/beg-monorepo.svg)](https://isitmaintained.com/project/Yancey-Blog/beg-monorepo)
[![Percentage of issues still open](https://isitmaintained.com/badge/open/Yancey-Blog/beg-monorepo.svg)](https://isitmaintained.com/project/Yancey-Blog/beg-monorepo)
Expand Down Expand Up @@ -34,7 +34,7 @@ All services for Blog Environment Group. The monorepo system is powered by [Turb
[@repo/typescript-config]: ./packages/typescript-config
[@repo/graphql-types]: ./packages/graphql-types
[cms-version]: https://img.shields.io/badge/Version-v6.1.0-brightgreen
[frontend-version]: https://img.shields.io/badge/Version-v5.1.0-brightgreen
[frontend-version]: https://img.shields.io/badge/Version-v5.2.0-brightgreen
[backend-version]: https://img.shields.io/badge/Version-v3.1.0-brightgreen
[uploader-version]: https://img.shields.io/badge/Version-v2.0.1-brightgreen
[@repo/utils-version]: https://img.shields.io/badge/Version-v2.0.0-brightgreen
Expand Down
6 changes: 6 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.0

### Minor Changes

- format code

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "5.1.0",
"version": "5.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 95423c0

Please sign in to comment.