Skip to content

Commit

Permalink
chore: release-1.54.0 (#523)
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 22, 2024
1 parent 361a8b9 commit c19f93a
Show file tree
Hide file tree
Showing 10 changed files with 45 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.53.0",
"apps/backend": "1.24.0",
"apps/frontend": "1.42.0",
"packages/shared": "1.25.0"
".": "1.54.0",
"apps/backend": "1.25.0",
"apps/frontend": "1.43.0",
"packages/shared": "1.26.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.54.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.53.0...v1.54.0) (2024-09-22)


### Features

* **backend/shared:** feat ai integration bb-203 ([#442](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/442)) ([c7712a2](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/c7712a2b74f786c03bef17aec818031e6834f0de))
* **frontend/shared:** change password funcionality in profile screen bb-417 ([#512](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/512)) ([b3e98c8](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/b3e98c866bf44a2ebc450ac048f6be2cf121468b))
* **frontend:** the wheel parts should adjust to new estimations immediately bb-472 ([#517](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/517)) ([124fbfa](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/124fbfa0c0d8df91066444e42d9916e57f3c3f07))
* **mobile:** add Intro motivation screen bb-378 ([#489](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/489)) ([5ab7e69](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/5ab7e6994ccd51c52b41fbb1fa5dd2461bc3f94a))
* **mobile:** Added log out confirmation bb-366 ([#524](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/524)) ([b09e641](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/b09e6413daefae302bd456ace6826733e73da3ec))
* **mobile:** forgot password functionality bb-358 ([#500](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/500)) ([247f917](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/247f917684da1cd3e2442700bb7179c0152c0fdf))

## [1.53.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.52.0...v1.53.0) (2024-09-21)


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


### Features

* **backend/shared:** feat ai integration bb-203 ([#442](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/442)) ([c7712a2](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/c7712a2b74f786c03bef17aec818031e6834f0de))

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


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.24.0",
"version": "1.25.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.43.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.42.0...frontend-v1.43.0) (2024-09-22)


### Features

* **frontend/shared:** change password funcionality in profile screen bb-417 ([#512](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/512)) ([b3e98c8](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/b3e98c866bf44a2ebc450ac048f6be2cf121468b))
* **frontend:** the wheel parts should adjust to new estimations immediately bb-472 ([#517](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/517)) ([124fbfa](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/124fbfa0c0d8df91066444e42d9916e57f3c3f07))

## [1.42.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.41.0...frontend-v1.42.0) (2024-09-21)


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.42.0",
"version": "1.43.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.53.0",
"version": "1.54.0",
"type": "module",
"workspaces": [
"apps/backend",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.26.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.25.0...shared-v1.26.0) (2024-09-22)


### Features

* **backend/shared:** feat ai integration bb-203 ([#442](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/442)) ([c7712a2](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/c7712a2b74f786c03bef17aec818031e6834f0de))
* **frontend/shared:** change password funcionality in profile screen bb-417 ([#512](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/512)) ([b3e98c8](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/b3e98c866bf44a2ebc450ac048f6be2cf121468b))

## [1.25.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.24.0...shared-v1.25.0) (2024-09-21)


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.25.0",
"version": "1.26.0",
"type": "module",
"main": "build/index.js",
"types": "src/index.ts",
Expand Down

0 comments on commit c19f93a

Please sign in to comment.