Skip to content

Commit

Permalink
chore: release-1.60.0 (#587)
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 26, 2024
1 parent 3737bfc commit 896d230
Show file tree
Hide file tree
Showing 8 changed files with 44 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.59.0",
".": "1.60.0",
"apps/backend": "1.29.0",
"apps/frontend": "1.47.0",
"packages/shared": "1.30.0"
"apps/frontend": "1.48.0",
"packages/shared": "1.31.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.60.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.59.0...v1.60.0) (2024-09-26)


### Features

* **frontend:** regenerate all task suggestions bb-340 ([#576](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/576)) ([8b244e8](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/8b244e8f9df797193cd695b5dbd62edd6b18b946))
* **frontend:** scroll to top on next and back buttons click bb-290 ([#585](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/585)) ([3737bfc](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/3737bfc93dc8ba9b51ff7836880099a6bfe9754f))
* **mobile:** ai chat service bb-441 ([#570](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/570)) ([0fc4299](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/0fc42990fe81d8e00473a3538dd88db21c0d7d5c))


### Bug Fixes

* **frontend:** default browser popup bb-580 ([#582](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/582)) ([1503180](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/15031802e654d347991e00d1279f0cca8e218649))
* **mobile:** edit scores manually bb-344 ([#590](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/590)) ([83597b6](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/83597b6eed8e7768715dbdc5651d0953991d9df0))

## [1.59.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.58.0...v1.59.0) (2024-09-26)


Expand Down
13 changes: 13 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.48.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.47.0...frontend-v1.48.0) (2024-09-26)


### Features

* **frontend:** regenerate all task suggestions bb-340 ([#576](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/576)) ([8b244e8](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/8b244e8f9df797193cd695b5dbd62edd6b18b946))
* **frontend:** scroll to top on next and back buttons click bb-290 ([#585](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/585)) ([3737bfc](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/3737bfc93dc8ba9b51ff7836880099a6bfe9754f))


### Bug Fixes

* **frontend:** default browser popup bb-580 ([#582](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/582)) ([1503180](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/15031802e654d347991e00d1279f0cca8e218649))

## [1.47.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.46.1...frontend-v1.47.0) (2024-09-26)


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.47.0",
"version": "1.48.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.59.0",
"version": "1.60.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.31.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.30.0...shared-v1.31.0) (2024-09-26)


### Features

* **frontend:** regenerate all task suggestions bb-340 ([#576](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/576)) ([8b244e8](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/8b244e8f9df797193cd695b5dbd62edd6b18b946))
* **mobile:** ai chat service bb-441 ([#570](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/570)) ([0fc4299](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/0fc42990fe81d8e00473a3538dd88db21c0d7d5c))

## [1.30.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.29.0...shared-v1.30.0) (2024-09-25)


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

0 comments on commit 896d230

Please sign in to comment.