Skip to content

Commit

Permalink
chore: release-1.59.0 (#546)
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 Sep 26, 2024
1 parent 11a237c commit 4c5ad51
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "1.58.0",
"apps/backend": "1.37.0",
"apps/frontend": "1.54.0",
"packages/shared": "1.34.0",
".": "1.59.0",
"apps/backend": "1.38.0",
"apps/frontend": "1.55.0",
"packages/shared": "1.35.0",
"scripts/analytics": "1.8.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.59.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.58.0...v1.59.0) (2024-09-26)


### Features

* 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))
* 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))
* 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))


### Bug Fixes

* 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))
* 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))

## [1.58.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.57.0...v1.58.0) (2024-09-25)


Expand Down
7 changes: 7 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.38.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.37.0...backend-v1.38.0) (2024-09-26)


### Features

* 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))

## [1.37.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.36.0...backend-v1.37.0) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@git-fit/backend",
"type": "module",
"version": "1.37.0",
"version": "1.38.0",
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
Expand Down
13 changes: 13 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.55.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.54.0...frontend-v1.55.0) (2024-09-26)


### Features

* 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))
* 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))


### Bug Fixes

* 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))

## [1.54.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.53.0...frontend-v1.54.0) (2024-09-25)


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.54.0",
"version": "1.55.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.58.0",
"version": "1.59.0",
"type": "module",
"workspaces": [
"apps/*",
Expand Down
12 changes: 12 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.35.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.34.0...shared-v1.35.0) (2024-09-26)


### Features

* 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))


### Bug Fixes

* 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))

## [1.34.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.33.0...shared-v1.34.0) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@git-fit/shared",
"version": "1.34.0",
"version": "1.35.0",
"type": "module",
"main": "build/index.js",
"types": "src/index.ts",
Expand Down

0 comments on commit 4c5ad51

Please sign in to comment.