Skip to content

Commit

Permalink
chore: release-1.62.0 (#564)
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 27, 2024
1 parent d4b2d82 commit b5837ed
Show file tree
Hide file tree
Showing 10 changed files with 58 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.61.0",
"apps/backend": "1.40.0",
"apps/frontend": "1.57.0",
"packages/shared": "1.37.0",
".": "1.62.0",
"apps/backend": "1.41.0",
"apps/frontend": "1.58.0",
"packages/shared": "1.38.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.62.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.61.0...v1.62.0) (2024-09-27)


### Features

* add green tick for generation api key fulfilled gf-189 ([#568](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/568)) ([d4b2d82](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/d4b2d821ff6e40e0e792414545e80561a9f23bd3))
* fix quality criteria issues gf-557 ([#561](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/561)) ([6b3c9ed](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6b3c9edb8d111e64e175183f6222dfa33940679c))


### Bug Fixes

* add project permissions to sign in response gf-560 ([#563](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/563)) ([34b9245](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/34b9245cb8ca3da7d620ebcc0cb47420fec4a4b1))
* restrict project card visibility based on user permissions gf-558 ([#565](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/565)) ([cfc71fa](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/cfc71fabc5d1fa829c9f0e30b9535cda7c6819b3))
* update user patch validation schema gf-562 ([#566](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/566)) ([3ab48eb](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3ab48eb2014837f8b2103d2dc9cf5a0a64d6c95b))

## [1.61.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.60.2...v1.61.0) (2024-09-27)


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

## [1.41.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.40.0...backend-v1.41.0) (2024-09-27)


### Features

* fix quality criteria issues gf-557 ([#561](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/561)) ([6b3c9ed](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6b3c9edb8d111e64e175183f6222dfa33940679c))


### Bug Fixes

* add project permissions to sign in response gf-560 ([#563](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/563)) ([34b9245](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/34b9245cb8ca3da7d620ebcc0cb47420fec4a4b1))
* restrict project card visibility based on user permissions gf-558 ([#565](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/565)) ([cfc71fa](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/cfc71fabc5d1fa829c9f0e30b9535cda7c6819b3))

## [1.40.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.39.1...backend-v1.40.0) (2024-09-27)


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.40.0",
"version": "1.41.0",
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
Expand Down
8 changes: 8 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* add green tick for generation api key fulfilled gf-189 ([#568](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/568)) ([d4b2d82](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/d4b2d821ff6e40e0e792414545e80561a9f23bd3))
* fix quality criteria issues gf-557 ([#561](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/561)) ([6b3c9ed](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6b3c9edb8d111e64e175183f6222dfa33940679c))

## [1.57.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.56.2...frontend-v1.57.0) (2024-09-27)


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.57.0",
"version": "1.58.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.61.0",
"version": "1.62.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.38.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.37.0...shared-v1.38.0) (2024-09-27)


### Features

* fix quality criteria issues gf-557 ([#561](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/561)) ([6b3c9ed](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6b3c9edb8d111e64e175183f6222dfa33940679c))


### Bug Fixes

* update user patch validation schema gf-562 ([#566](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/566)) ([3ab48eb](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3ab48eb2014837f8b2103d2dc9cf5a0a64d6c95b))

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


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.37.0",
"version": "1.38.0",
"type": "module",
"main": "build/index.js",
"types": "src/index.ts",
Expand Down

0 comments on commit b5837ed

Please sign in to comment.