Skip to content

Commit

Permalink
chore: release-1.60.1 (#553)
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 26, 2024
1 parent 4c8d9dd commit 85608cd
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,7 +1,7 @@
{
".": "1.60.0",
".": "1.60.1",
"apps/backend": "1.39.0",
"apps/frontend": "1.56.0",
"apps/frontend": "1.56.1",
"packages/shared": "1.36.0",
"scripts/analytics": "1.8.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.60.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.60.0...v1.60.1) (2024-09-26)


### Bug Fixes

* Browser Back button not functioning after redirecting to the Analytics page from the Project details page gf-540 ([#542](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/542)) ([4c8d9dd](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/4c8d9dd70e9e3cc6485bdbc3ff193da9584205f9))

## [1.60.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.59.0...v1.60.0) (2024-09-26)


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

## [1.56.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.56.0...frontend-v1.56.1) (2024-09-26)


### Bug Fixes

* Browser Back button not functioning after redirecting to the Analytics page from the Project details page gf-540 ([#542](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/542)) ([4c8d9dd](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/4c8d9dd70e9e3cc6485bdbc3ff193da9584205f9))

## [1.56.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.55.0...frontend-v1.56.0) (2024-09-26)


Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@git-fit/frontend",
"private": true,
"version": "1.56.0",
"version": "1.56.1",
"type": "module",
"engines": {
"node": "20.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.60.0",
"version": "1.60.1",
"type": "module",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit 85608cd

Please sign in to comment.