Skip to content

Commit

Permalink
chore: release-1.52.0 (#501)
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>
Co-authored-by: Farid Shabanov <[email protected]>
  • Loading branch information
github-actions[bot] and fshabanov authored Sep 20, 2024
1 parent f77f2c2 commit bd7c387
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "1.51.0",
"apps/backend": "1.23.0",
"apps/frontend": "1.40.0",
"packages/shared": "1.23.0"
".": "1.52.0",
"apps/backend": "1.24.0",
"apps/frontend": "1.41.0",
"packages/shared": "1.24.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.52.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.51.0...v1.52.0) (2024-09-20)


### Features

* **backend/frontend/shared:** Add notes to tasks bb-419 ([#484](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/484)) ([80cfe92](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/80cfe922e1a2a5bee49c24ad771d0a36d153b554))
* **backend/frontend/shared:** change password funcionality in profile screen bb-417 ([#507](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/507)) ([bd52a7a](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/bd52a7abf7d3063c3d09358673077b11a9ccf5da))
* **frontend:** add action buttons to tasks bb-362 ([#486](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/486)) ([bce2889](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/bce2889ffceb49222c810fbd0eded92f3f77ba2e))
* **frontend:** add hover design on sidebar nav item bb-371 ([#509](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/509)) ([a676c5f](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/a676c5f80a67996f4c306b4f5d35077611b70af4))


### Bug Fixes

* **frontend:** add missing `/profile` navigation on header bb-464 ([#495](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/495)) ([6dda6ff](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/6dda6ff31ebef8c82d6fac5a022477c708033d7a))
* **frontend:** fix balance wheel truncated border when animating bb-204 ([#506](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/506)) ([824a68a](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/824a68af10516df64cecbea350ab9e81014a35d1))
* **frontend:** incorrect redirection after account creation attempt with existing email bb-483 ([#502](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/502)) ([eebef9d](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/eebef9d7a7de835047c9f91047767fe9685dab7e))
* **frontend:** move progress components bb-444 ([#505](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/505)) ([d5887a4](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/d5887a43253561dc565434821b2a09b0024083ab))

## [1.51.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.50.0...v1.51.0) (2024-09-19)


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.24.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/backend-v1.23.0...backend-v1.24.0) (2024-09-20)


### Features

* **backend/frontend/shared:** Add notes to tasks bb-419 ([#484](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/484)) ([80cfe92](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/80cfe922e1a2a5bee49c24ad771d0a36d153b554))

## [1.23.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/backend-v1.22.0...backend-v1.23.0) (2024-09-19)


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.23.0",
"version": "1.24.0",
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
Expand Down
17 changes: 17 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.41.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.40.0...frontend-v1.41.0) (2024-09-20)


### Features

* **backend/frontend/shared:** change password funcionality in profile screen bb-417 ([#507](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/507)) ([bd52a7a](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/bd52a7abf7d3063c3d09358673077b11a9ccf5da))
* **frontend:** add action buttons to tasks bb-362 ([#486](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/486)) ([bce2889](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/bce2889ffceb49222c810fbd0eded92f3f77ba2e))
* **frontend:** add hover design on sidebar nav item bb-371 ([#509](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/509)) ([a676c5f](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/a676c5f80a67996f4c306b4f5d35077611b70af4))


### Bug Fixes

* **frontend:** add missing `/profile` navigation on header bb-464 ([#495](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/495)) ([6dda6ff](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/6dda6ff31ebef8c82d6fac5a022477c708033d7a))
* **frontend:** fix balance wheel truncated border when animating bb-204 ([#506](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/506)) ([824a68a](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/824a68af10516df64cecbea350ab9e81014a35d1))
* **frontend:** incorrect redirection after account creation attempt with existing email bb-483 ([#502](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/502)) ([eebef9d](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/eebef9d7a7de835047c9f91047767fe9685dab7e))
* **frontend:** move progress components bb-444 ([#505](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/505)) ([d5887a4](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/d5887a43253561dc565434821b2a09b0024083ab))

## [1.40.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.39.0...frontend-v1.40.0) (2024-09-19)


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.40.0",
"version": "1.41.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.51.0",
"version": "1.52.0",
"type": "module",
"workspaces": [
"apps/backend",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.24.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.23.0...shared-v1.24.0) (2024-09-20)


### Features

* **backend/frontend/shared:** Add notes to tasks bb-419 ([#484](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/484)) ([80cfe92](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/80cfe922e1a2a5bee49c24ad771d0a36d153b554))

## [1.23.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.22.0...shared-v1.23.0) (2024-09-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "1.23.0",
"version": "1.24.0",
"type": "module",
"main": "build/index.js",
"types": "src/index.ts",
Expand Down

0 comments on commit bd7c387

Please sign in to comment.