Skip to content

Commit

Permalink
chore: release-1.62.1 (#575)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
1 parent b968e29 commit 9d85720
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "1.62.0",
"apps/backend": "1.41.0",
".": "1.62.1",
"apps/backend": "1.41.1",
"apps/frontend": "1.58.0",
"packages/shared": "1.38.0",
"scripts/analytics": "1.8.0"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.62.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.62.0...v1.62.1) (2024-09-27)


### Bug Fixes

* Project groups are not deleted from the DB after deleting the project they corresponds to gf-504 ([#559](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/559)) ([6f519dc](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6f519dc3e74c46a925a0bf156af2526d87089e4b))

## [1.62.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.61.0...v1.62.0) (2024-09-27)


Expand Down
7 changes: 7 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.41.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.41.0...backend-v1.41.1) (2024-09-27)


### Bug Fixes

* Project groups are not deleted from the DB after deleting the project they corresponds to gf-504 ([#559](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/559)) ([6f519dc](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6f519dc3e74c46a925a0bf156af2526d87089e4b))

## [1.41.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.40.0...backend-v1.41.0) (2024-09-27)


Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@git-fit/backend",
"type": "module",
"version": "1.41.0",
"version": "1.41.1",
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-fit",
"version": "1.62.0",
"version": "1.62.1",
"type": "module",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit 9d85720

Please sign in to comment.