Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Dec 1, 2024
1 parent cd8fb6e commit 7789539
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ All services for Blog Environment Group. The monorepo system is powered by [Turb
[@repo/eslint-config]: ./packages/eslint-config
[@repo/typescript-config]: ./packages/typescript-config
[@repo/graphql-types]: ./packages/graphql-types
[cms-version]: https://img.shields.io/badge/Version-v6.1.0-brightgreen
[cms-version]: https://img.shields.io/badge/Version-v6.2.0-brightgreen
[frontend-version]: https://img.shields.io/badge/Version-v5.2.0-brightgreen
[backend-version]: https://img.shields.io/badge/Version-v3.1.1-brightgreen
[uploader-version]: https://img.shields.io/badge/Version-v2.0.1-brightgreen
Expand Down
6 changes: 6 additions & 0 deletions apps/cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.2.0

### Minor Changes

- store the collapsed state of the sidebar in localStorage

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cms",
"version": "6.1.0",
"version": "6.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7789539

Please sign in to comment.