Skip to content

Commit

Permalink
chore: release-1.29.0 (#272)
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 3, 2024
1 parent 3e24ec9 commit dc971a6
Show file tree
Hide file tree
Showing 10 changed files with 49 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.28.0",
"apps/backend": "1.9.0",
"apps/frontend": "1.19.0",
"packages/shared": "1.8.0"
".": "1.29.0",
"apps/backend": "1.10.0",
"apps/frontend": "1.20.0",
"packages/shared": "1.9.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.29.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.28.0...v1.29.0) (2024-09-03)


### Features

* **backend/frontend/shared:** forgot-password-functionality bb-188 ([#230](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/230)) ([3e24ec9](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/3e24ec928ad898c33eb0caa06d7f83692f322026))
* **mobile:** balance wheel animated graph bb-196 ([#254](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/254)) ([a4a3d0f](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/a4a3d0f81843c5d4bc8bdcccf4d74a73df02d6d7))


### Bug Fixes

* evened out header with sidebar logo bb-252 ([#273](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/273)) ([7803eca](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/7803eca09e47034effe8fd97b75f3800538271e3))

## [1.28.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.27.0...v1.28.0) (2024-09-02)


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


### Features

* **backend/frontend/shared:** forgot-password-functionality bb-188 ([#230](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/230)) ([3e24ec9](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/3e24ec928ad898c33eb0caa06d7f83692f322026))

## [1.9.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/backend-v1.8.0...backend-v1.9.0) (2024-09-01)


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

## [1.20.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.19.0...frontend-v1.20.0) (2024-09-03)


### Features

* **backend/frontend/shared:** forgot-password-functionality bb-188 ([#230](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/230)) ([3e24ec9](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/3e24ec928ad898c33eb0caa06d7f83692f322026))


### Bug Fixes

* evened out header with sidebar logo bb-252 ([#273](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/273)) ([7803eca](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/7803eca09e47034effe8fd97b75f3800538271e3))

## [1.19.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.18.0...frontend-v1.19.0) (2024-09-02)


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.19.0",
"version": "1.20.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.28.0",
"version": "1.29.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.9.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.8.0...shared-v1.9.0) (2024-09-03)


### Features

* **backend/frontend/shared:** forgot-password-functionality bb-188 ([#230](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/230)) ([3e24ec9](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/3e24ec928ad898c33eb0caa06d7f83692f322026))

## [1.8.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.7.0...shared-v1.8.0) (2024-09-01)


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

0 comments on commit dc971a6

Please sign in to comment.