Skip to content

Commit 2c82f82

Browse files
chore: release-1.63.0 (#582)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5737b1 commit 2c82f82

File tree

8 files changed

+324
-8
lines changed

8 files changed

+324
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.62.2",
3-
"apps/backend": "1.41.2",
4-
"apps/frontend": "1.59.0",
2+
".": "1.63.0",
3+
"apps/backend": "1.41.3",
4+
"apps/frontend": "1.59.1",
55
"packages/shared": "1.38.1",
66
"scripts/analytics": "1.8.0"
77
}

CHANGELOG.md

Lines changed: 301 additions & 0 deletions
Large diffs are not rendered by default.

apps/backend/CHANGELOG.md

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

3+
## [1.41.3](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.41.2...backend-v1.41.3) (2024-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
311
## [1.41.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.41.1...backend-v1.41.2) (2024-09-27)
412

513

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.41.2",
4+
"version": "1.41.3",
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.59.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.0...frontend-v1.59.1) (2024-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.59.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.58.1...frontend-v1.59.0) (2024-09-27)
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.59.0",
4+
"version": "1.59.1",
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.62.2",
3+
"version": "1.63.0",
44
"type": "module",
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)