Skip to content

Commit

Permalink
chore: release-1.1.1 (#124)
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 Aug 30, 2024
1 parent 1777928 commit f4ee1bf
Show file tree
Hide file tree
Showing 8 changed files with 32 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,6 +1,6 @@
{
".": "1.1.0",
"apps/backend": "1.0.0",
"apps/frontend": "1.1.0",
".": "1.1.1",
"apps/backend": "1.0.1",
"apps/frontend": "1.1.1",
"packages/shared": "1.0.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.1.0...v1.1.1) (2024-08-30)


### Bug Fixes

* fixed 'no token provided' error on 'access management' page gf-117 ([#125](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/125)) ([667be01](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/667be01f574c0d516f5adfc61a84d56f72ab2f9e))
* Inconsistent layout on the Projects and Access Managment page gf-120 ([#126](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/126)) ([1777928](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1777928094417a5db688b8db4deb238d2a940c38))
* refactor user groups to permissions relation gf-78 ([#116](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/116)) ([9bcbf98](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/9bcbf98870a11adc7edd9e9bb28db0e23bc8c841))

## [1.1.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.0.0...v1.1.0) (2024-08-29)


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.0.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.0.0...backend-v1.0.1) (2024-08-30)


### Bug Fixes

* refactor user groups to permissions relation gf-78 ([#116](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/116)) ([9bcbf98](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/9bcbf98870a11adc7edd9e9bb28db0e23bc8c841))

## 1.0.0 (2024-08-29)


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.0.0",
"version": "1.0.1",
"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.1.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.1.0...frontend-v1.1.1) (2024-08-30)


### Bug Fixes

* fixed 'no token provided' error on 'access management' page gf-117 ([#125](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/125)) ([667be01](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/667be01f574c0d516f5adfc61a84d56f72ab2f9e))
* Inconsistent layout on the Projects and Access Managment page gf-120 ([#126](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/126)) ([1777928](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1777928094417a5db688b8db4deb238d2a940c38))

## [1.1.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.0.0...frontend-v1.1.0) (2024-08-29)


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.1.0",
"version": "1.1.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.1.0",
"version": "1.1.1",
"type": "module",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit f4ee1bf

Please sign in to comment.