Skip to content

Commit

Permalink
chore: release-1.68.2 (#617)
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 Oct 21, 2024
1 parent 3a98d75 commit ea72a7e
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.68.1",
"apps/backend": "1.41.4",
".": "1.68.2",
"apps/backend": "1.41.5",
"apps/frontend": "1.61.1",
"packages/shared": "1.38.1",
"scripts/analytics": "1.12.1"
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.68.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.68.1...v1.68.2) (2024-10-21)


### Bug Fixes

* analytics deletion is buggy gf-615 ([#616](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/616)) ([3a98d75](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3a98d752004d1c2a94feccd7f01f849f14eedf91))

## [1.68.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.68.0...v1.68.1) (2024-10-16)


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.5](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.41.4...backend-v1.41.5) (2024-10-21)


### Bug Fixes

* analytics deletion is buggy gf-615 ([#616](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/616)) ([3a98d75](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3a98d752004d1c2a94feccd7f01f849f14eedf91))

## [1.41.4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.41.3...backend-v1.41.4) (2024-10-09)


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.4",
"version": "1.41.5",
"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.68.1",
"version": "1.68.2",
"type": "module",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit ea72a7e

Please sign in to comment.