Skip to content

Commit 324e69a

Browse files
chore: release-1.61.0 (#556)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f1f1c5 commit 324e69a

10 files changed

+38
-10
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.60.2",
3-
"apps/backend": "1.39.1",
4-
"apps/frontend": "1.56.2",
5-
"packages/shared": "1.36.0",
2+
".": "1.61.0",
3+
"apps/backend": "1.40.0",
4+
"apps/frontend": "1.57.0",
5+
"packages/shared": "1.37.0",
66
"scripts/analytics": "1.8.0"
77
}

CHANGELOG.md

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

3+
## [1.61.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.60.2...v1.61.0) (2024-09-27)
4+
5+
6+
### Features
7+
8+
* Add project select to the contributors page gf-504 ([#516](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/516)) ([3f1f1c5](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3f1f1c52204f3233a350567b8c2b8915ce952cd7))
9+
310
## [1.60.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.60.1...v1.60.2) (2024-09-27)
411

512

apps/backend/CHANGELOG.md

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

3+
## [1.40.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.39.1...backend-v1.40.0) (2024-09-27)
4+
5+
6+
### Features
7+
8+
* Add project select to the contributors page gf-504 ([#516](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/516)) ([3f1f1c5](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3f1f1c52204f3233a350567b8c2b8915ce952cd7))
9+
310
## [1.39.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.39.0...backend-v1.39.1) (2024-09-27)
411

512

apps/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@git-fit/backend",
33
"type": "module",
4-
"version": "1.39.1",
4+
"version": "1.40.0",
55
"engines": {
66
"node": "20.x.x",
77
"npm": "10.x.x"

apps/frontend/CHANGELOG.md

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

3+
## [1.57.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.56.2...frontend-v1.57.0) (2024-09-27)
4+
5+
6+
### Features
7+
8+
* Add project select to the contributors page gf-504 ([#516](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/516)) ([3f1f1c5](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3f1f1c52204f3233a350567b8c2b8915ce952cd7))
9+
310
## [1.56.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.56.1...frontend-v1.56.2) (2024-09-27)
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.56.2",
4+
"version": "1.57.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.60.2",
3+
"version": "1.61.0",
44
"type": "module",
55
"workspaces": [
66
"apps/*",

packages/shared/CHANGELOG.md

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

3+
## [1.37.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.36.0...shared-v1.37.0) (2024-09-27)
4+
5+
6+
### Features
7+
8+
* Add project select to the contributors page gf-504 ([#516](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/516)) ([3f1f1c5](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3f1f1c52204f3233a350567b8c2b8915ce952cd7))
9+
310
## [1.36.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.35.0...shared-v1.36.0) (2024-09-26)
411

512

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-fit/shared",
3-
"version": "1.36.0",
3+
"version": "1.37.0",
44
"type": "module",
55
"main": "build/index.js",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)