Skip to content

Commit a6b96c4

Browse files
chore: release-1.60.0 (#552)
1 parent 1453c52 commit a6b96c4

File tree

10 files changed

+38
-10
lines changed

10 files changed

+38
-10
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.59.0",
3-
"apps/backend": "1.38.0",
4-
"apps/frontend": "1.55.0",
5-
"packages/shared": "1.35.0",
2+
".": "1.60.0",
3+
"apps/backend": "1.39.0",
4+
"apps/frontend": "1.56.0",
5+
"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.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.59.0...v1.60.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* Adjust project permissions gf-351 ([#401](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/401)) ([1453c52](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1453c52927ec3940e40331a3a93ea96c6a3ce060))
9+
310
## [1.59.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.58.0...v1.59.0) (2024-09-26)
411

512

apps/backend/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.39.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.38.0...backend-v1.39.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* Adjust project permissions gf-351 ([#401](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/401)) ([1453c52](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1453c52927ec3940e40331a3a93ea96c6a3ce060))
9+
310
## [1.38.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.37.0...backend-v1.38.0) (2024-09-26)
411

512

apps/backend/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/backend",
33
"type": "module",
4-
"version": "1.38.0",
4+
"version": "1.39.0",
55
"engines": {
66
"node": "20.x.x",
77
"npm": "10.x.x"

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.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.55.0...frontend-v1.56.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* Adjust project permissions gf-351 ([#401](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/401)) ([1453c52](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1453c52927ec3940e40331a3a93ea96c6a3ce060))
9+
310
## [1.55.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.54.0...frontend-v1.55.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.55.0",
4+
"version": "1.56.0",
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.59.0",
3+
"version": "1.60.0",
44
"type": "module",
55
"workspaces": [
66
"apps/*",

packages/shared/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.36.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.35.0...shared-v1.36.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* Adjust project permissions gf-351 ([#401](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/401)) ([1453c52](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1453c52927ec3940e40331a3a93ea96c6a3ce060))
9+
310
## [1.35.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.34.0...shared-v1.35.0) (2024-09-26)
411

512

packages/shared/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/shared",
3-
"version": "1.35.0",
3+
"version": "1.36.0",
44
"type": "module",
55
"main": "build/index.js",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)