Skip to content

Commit

Permalink
chore: release-1.63.0 (#582)
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 28, 2024
1 parent d5737b1 commit 2c82f82
Show file tree
Hide file tree
Showing 8 changed files with 324 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "1.62.2",
"apps/backend": "1.41.2",
"apps/frontend": "1.59.0",
".": "1.63.0",
"apps/backend": "1.41.3",
"apps/frontend": "1.59.1",
"packages/shared": "1.38.1",
"scripts/analytics": "1.8.0"
}
301 changes: 301 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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

## [1.41.3](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.41.2...backend-v1.41.3) (2024-09-28)


### Bug Fixes

* Manage Project permission does not allow user to delete a Project group in this specific project on the Manage Access page gf-569 ([#572](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/572)) ([582b31a](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/582b31a0417824fafbd4ae396ce27fc65db3ff4c))
* the delete project button is displayed and the deletion is accessible for the manage specific project permission gf-570 ([#578](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/578)) ([d5737b1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/d5737b1a0fdf9c29753af6178206ccd6ec4fd24c))

## [1.41.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.41.1...backend-v1.41.2) (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.41.2",
"version": "1.41.3",
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
Expand Down
7 changes: 7 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.59.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.0...frontend-v1.59.1) (2024-09-28)


### Bug Fixes

* the delete project button is displayed and the deletion is accessible for the manage specific project permission gf-570 ([#578](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/578)) ([d5737b1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/d5737b1a0fdf9c29753af6178206ccd6ec4fd24c))

## [1.59.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.58.1...frontend-v1.59.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.59.0",
"version": "1.59.1",
"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.62.2",
"version": "1.63.0",
"type": "module",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit 2c82f82

Please sign in to comment.