Skip to content

Commit de6d38a

Browse files
chore: release-1.64.0 (#591)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a7e9082 commit de6d38a

8 files changed

+29
-8
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.63.1",
2+
".": "1.64.0",
33
"apps/backend": "1.41.3",
4-
"apps/frontend": "1.59.2",
4+
"apps/frontend": "1.60.0",
55
"packages/shared": "1.38.1",
6-
"scripts/analytics": "1.8.0"
6+
"scripts/analytics": "1.9.0"
77
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.64.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.63.1...v1.64.0) (2024-10-03)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [1.63.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.63.0...v1.63.1) (2024-09-28)
411

512

apps/frontend/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.60.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.2...frontend-v1.60.0) (2024-10-03)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [1.59.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.1...frontend-v1.59.2) (2024-09-28)
411

512

apps/frontend/package.json

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-fit",
3-
"version": "1.63.1",
3+
"version": "1.64.0",
44
"type": "module",
55
"workspaces": [
66
"apps/*",

scripts/analytics/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.8.0...analytics-v1.9.0) (2024-10-03)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [1.8.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.7.0...analytics-v1.8.0) (2024-09-25)
411

512

scripts/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-fit/analytics",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)