Skip to content

Commit 85608cd

Browse files
chore: release-1.60.1 (#553)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4c8d9dd commit 85608cd

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.60.0",
2+
".": "1.60.1",
33
"apps/backend": "1.39.0",
4-
"apps/frontend": "1.56.0",
4+
"apps/frontend": "1.56.1",
55
"packages/shared": "1.36.0",
66
"scripts/analytics": "1.8.0"
77
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.60.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.60.0...v1.60.1) (2024-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.60.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.59.0...v1.60.0) (2024-09-26)
411

512

apps/frontend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.56.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.56.0...frontend-v1.56.1) (2024-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.56.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.55.0...frontend-v1.56.0) (2024-09-26)
411

512

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@git-fit/frontend",
33
"private": true,
4-
"version": "1.56.0",
4+
"version": "1.56.1",
55
"type": "module",
66
"engines": {
77
"node": "20.x.x",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-fit",
3-
"version": "1.60.0",
3+
"version": "1.60.1",
44
"type": "module",
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)