Skip to content

Commit

Permalink
chore: release-1.11.0 (#119)
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 22, 2024
1 parent 12ac4d7 commit cf0a243
Show file tree
Hide file tree
Showing 8 changed files with 34 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.10.0",
"apps/backend": "1.4.0",
"apps/frontend": "1.5.0",
".": "1.11.0",
"apps/backend": "1.4.1",
"apps/frontend": "1.6.0",
"packages/shared": "1.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.11.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.10.0...v1.11.0) (2024-08-22)


### Features

* Sign Up bb-9 ([#55](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/55)) ([1957941](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/1957941e8145c5ad0942048b98d62c5f62e8e6da))


### Bug Fixes

* **backend:** add missing "/api" prefix for white route check bb-11 ([#116](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/116)) ([12ac4d7](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/12ac4d7c8cdae85ea5561e6ba74b82bed439281d))

## [1.10.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.9.0...v1.10.0) (2024-08-22)


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.4.1](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/backend-v1.4.0...backend-v1.4.1) (2024-08-22)


### Bug Fixes

* **backend:** add missing "/api" prefix for white route check bb-11 ([#116](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/116)) ([12ac4d7](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/12ac4d7c8cdae85ea5561e6ba74b82bed439281d))

## [1.4.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/backend-v1.3.0...backend-v1.4.0) (2024-08-22)


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": "backend",
"type": "module",
"version": "1.4.0",
"version": "1.4.1",
"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.6.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.5.0...frontend-v1.6.0) (2024-08-22)


### Features

* Sign Up bb-9 ([#55](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/55)) ([1957941](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/1957941e8145c5ad0942048b98d62c5f62e8e6da))

## [1.5.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.4.0...frontend-v1.5.0) (2024-08-22)


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": "frontend",
"private": true,
"version": "1.5.0",
"version": "1.6.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": "bebalance",
"version": "1.10.0",
"version": "1.11.0",
"type": "module",
"workspaces": [
"apps/backend",
Expand Down

0 comments on commit cf0a243

Please sign in to comment.