Skip to content

Commit 33d95b3

Browse files
chore: release-1.63.1 (#588)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e8a9d1f commit 33d95b3

6 files changed

+20
-6
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.63.0",
2+
".": "1.63.1",
33
"apps/backend": "1.41.3",
4-
"apps/frontend": "1.59.1",
4+
"apps/frontend": "1.59.2",
55
"packages/shared": "1.38.1",
66
"scripts/analytics": "1.8.0"
77
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.63.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.63.0...v1.63.1) (2024-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* update auth user permissions after project group deleted gf-585 ([#586](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/586)) ([e8a9d1f](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/e8a9d1f8c72131f65e5a42ca062f9c55c1ae3257))
9+
310
## [1.63.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.62.2...v1.63.0) (2024-09-28)
411

512

apps/frontend/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.59.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.1...frontend-v1.59.2) (2024-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* update auth user permissions after project group deleted gf-585 ([#586](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/586)) ([e8a9d1f](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/e8a9d1f8c72131f65e5a42ca062f9c55c1ae3257))
9+
310
## [1.59.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.0...frontend-v1.59.1) (2024-09-28)
411

512

apps/frontend/package.json

+1-1
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.1",
4+
"version": "1.59.2",
55
"type": "module",
66
"engines": {
77
"node": "20.x.x",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-fit",
3-
"version": "1.63.0",
3+
"version": "1.63.1",
44
"type": "module",
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)