Skip to content

Commit 4c5ad51

Browse files
chore: release-1.59.0 (#546)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11a237c commit 4c5ad51

File tree

10 files changed

+57
-10
lines changed

10 files changed

+57
-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.58.0",
3-
"apps/backend": "1.37.0",
4-
"apps/frontend": "1.54.0",
5-
"packages/shared": "1.34.0",
2+
".": "1.59.0",
3+
"apps/backend": "1.38.0",
4+
"apps/frontend": "1.55.0",
5+
"packages/shared": "1.35.0",
66
"scripts/analytics": "1.8.0"
77
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.59.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.58.0...v1.59.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* ability to mark notifications as read gf-460 ([#498](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/498)) ([3ce21f7](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3ce21f7c102898077d4be4177b02534277972c06))
9+
* adjusted style for date column to align with the table head gf-545 ([#548](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/548)) ([11a237c](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/11a237c7c2b59a3a2a7049ef97ae4134229b2db0))
10+
* update schema in readme to match the app gf-543 ([#544](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/544)) ([14abdce](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/14abdcee1b61e60aef4f4be1017c50e8cbddfd75))
11+
12+
13+
### Bug Fixes
14+
15+
* incorrect message displayed when all contributors are hidden gf-538 ([#539](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/539)) ([0dc06ae](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/0dc06aef56a3064730def9a6e46540d2c7ab79e8))
16+
* incorrect time display and color coding for analytics last sync time gf-547 ([#549](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/549)) ([6247724](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/624772468a6305b04c95460ef0e5f4af0f33e955))
17+
318
## [1.58.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.57.0...v1.58.0) (2024-09-25)
419

520

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.38.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.37.0...backend-v1.38.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* ability to mark notifications as read gf-460 ([#498](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/498)) ([3ce21f7](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3ce21f7c102898077d4be4177b02534277972c06))
9+
310
## [1.37.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.36.0...backend-v1.37.0) (2024-09-25)
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.37.0",
4+
"version": "1.38.0",
55
"engines": {
66
"node": "20.x.x",
77
"npm": "10.x.x"

apps/frontend/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.55.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.54.0...frontend-v1.55.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* ability to mark notifications as read gf-460 ([#498](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/498)) ([3ce21f7](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3ce21f7c102898077d4be4177b02534277972c06))
9+
* adjusted style for date column to align with the table head gf-545 ([#548](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/548)) ([11a237c](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/11a237c7c2b59a3a2a7049ef97ae4134229b2db0))
10+
11+
12+
### Bug Fixes
13+
14+
* incorrect message displayed when all contributors are hidden gf-538 ([#539](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/539)) ([0dc06ae](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/0dc06aef56a3064730def9a6e46540d2c7ab79e8))
15+
316
## [1.54.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.53.0...frontend-v1.54.0) (2024-09-25)
417

518

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.54.0",
4+
"version": "1.55.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.58.0",
3+
"version": "1.59.0",
44
"type": "module",
55
"workspaces": [
66
"apps/*",

packages/shared/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.35.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.34.0...shared-v1.35.0) (2024-09-26)
4+
5+
6+
### Features
7+
8+
* ability to mark notifications as read gf-460 ([#498](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/498)) ([3ce21f7](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3ce21f7c102898077d4be4177b02534277972c06))
9+
10+
11+
### Bug Fixes
12+
13+
* incorrect time display and color coding for analytics last sync time gf-547 ([#549](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/549)) ([6247724](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/624772468a6305b04c95460ef0e5f4af0f33e955))
14+
315
## [1.34.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.33.0...shared-v1.34.0) (2024-09-25)
416

517

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

0 commit comments

Comments
 (0)