Skip to content

Commit

Permalink
chore: release-1.13.0 (#215)
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 6, 2024
1 parent 43bafae commit c565390
Show file tree
Hide file tree
Showing 8 changed files with 31 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.12.1",
"apps/backend": "1.8.1",
"apps/frontend": "1.11.1",
".": "1.13.0",
"apps/backend": "1.9.0",
"apps/frontend": "1.12.0",
"packages/shared": "1.9.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.13.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.12.1...v1.13.0) (2024-09-06)


### Features

* Add a "No projects found" message when search field no results on the Projects page gf-187 ([#210](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/210)) ([43bafae](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/43bafae531f87d4109b90fc29a8dafe86581996d))
* Add an ability to delete personal account gf-146 ([#185](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/185)) ([7fb5001](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/7fb500191fc25e2de94679e90501e685317ae339))

## [1.12.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.12.0...v1.12.1) (2024-09-06)


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.9.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.8.1...backend-v1.9.0) (2024-09-06)


### Features

* Add an ability to delete personal account gf-146 ([#185](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/185)) ([7fb5001](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/7fb500191fc25e2de94679e90501e685317ae339))

## [1.8.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.8.0...backend-v1.8.1) (2024-09-06)


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.8.1",
"version": "1.9.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.12.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.11.1...frontend-v1.12.0) (2024-09-06)


### Features

* Add a "No projects found" message when search field no results on the Projects page gf-187 ([#210](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/210)) ([43bafae](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/43bafae531f87d4109b90fc29a8dafe86581996d))
* Add an ability to delete personal account gf-146 ([#185](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/185)) ([7fb5001](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/7fb500191fc25e2de94679e90501e685317ae339))

## [1.11.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.11.0...frontend-v1.11.1) (2024-09-06)


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.11.1",
"version": "1.12.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.12.1",
"version": "1.13.0",
"type": "module",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit c565390

Please sign in to comment.