Skip to content

Commit

Permalink
chore: release-1.64.0 (#591)
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 3, 2024
1 parent a7e9082 commit de6d38a
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "1.63.1",
".": "1.64.0",
"apps/backend": "1.41.3",
"apps/frontend": "1.59.2",
"apps/frontend": "1.60.0",
"packages/shared": "1.38.1",
"scripts/analytics": "1.8.0"
"scripts/analytics": "1.9.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.64.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.63.1...v1.64.0) (2024-10-03)


### Features

* change script to support more than 1 git repository gf-589 ([#590](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/590)) ([a7e9082](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/a7e9082823aad891c6aed34174ee11385918a8fb))

## [1.63.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.63.0...v1.63.1) (2024-09-28)


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.60.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.2...frontend-v1.60.0) (2024-10-03)


### Features

* change script to support more than 1 git repository gf-589 ([#590](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/590)) ([a7e9082](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/a7e9082823aad891c6aed34174ee11385918a8fb))

## [1.59.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.1...frontend-v1.59.2) (2024-09-28)


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.59.2",
"version": "1.60.0",
"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.63.1",
"version": "1.64.0",
"type": "module",
"workspaces": [
"apps/*",
Expand Down
7 changes: 7 additions & 0 deletions scripts/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.8.0...analytics-v1.9.0) (2024-10-03)


### Features

* change script to support more than 1 git repository gf-589 ([#590](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/590)) ([a7e9082](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/a7e9082823aad891c6aed34174ee11385918a8fb))

## [1.8.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.7.0...analytics-v1.8.0) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion scripts/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@git-fit/analytics",
"version": "1.8.0",
"version": "1.9.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit de6d38a

Please sign in to comment.