Skip to content

Commit

Permalink
chore: release-1.10.0 (#111)
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 dfb6769 commit 0478028
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.9.0",
"apps/backend": "1.3.0",
"apps/frontend": "1.4.0",
"packages/shared": "1.4.0"
".": "1.10.0",
"apps/backend": "1.4.0",
"apps/frontend": "1.5.0",
"packages/shared": "1.5.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.10.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/v1.9.0...v1.10.0) (2024-08-22)


### Features

* get authenticated user bb-13 ([#47](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/47)) ([dfb6769](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/dfb67695905b4a1fe9050e4ea07f94e7af17bb4a))
* Quiz introduction screen bb-87 ([#97](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/97)) ([f53bc9f](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/f53bc9f2f47a03c47426dc263a67bcfac71d9793))


### Bug Fixes

* **backend:** fix unresolved auth plugin and invalid white routes bb-11 ([#108](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/108)) ([bc97a65](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/bc97a655d9833ad512c7d10526cf7ad43be05f4f))

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


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

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


### Features

* get authenticated user bb-13 ([#47](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/47)) ([dfb6769](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/dfb67695905b4a1fe9050e4ea07f94e7af17bb4a))


### Bug Fixes

* **backend:** fix unresolved auth plugin and invalid white routes bb-11 ([#108](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/108)) ([bc97a65](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/bc97a655d9833ad512c7d10526cf7ad43be05f4f))

## [1.3.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/backend-v1.2.0...backend-v1.3.0) (2024-08-21)


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


### Features

* Quiz introduction screen bb-87 ([#97](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/97)) ([f53bc9f](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/f53bc9f2f47a03c47426dc263a67bcfac71d9793))

## [1.4.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/frontend-v1.3.0...frontend-v1.4.0) (2024-08-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.4.0",
"version": "1.5.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.9.0",
"version": "1.10.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.5.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.4.0...shared-v1.5.0) (2024-08-22)


### Features

* get authenticated user bb-13 ([#47](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/issues/47)) ([dfb6769](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/commit/dfb67695905b4a1fe9050e4ea07f94e7af17bb4a))

## [1.4.0](https://github.com/BinaryStudioAcademy/bsa-2024-bebalance/compare/shared-v1.3.0...shared-v1.4.0) (2024-08-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.4.0",
"version": "1.5.0",
"type": "module",
"main": "build/index.js",
"types": "src/index.ts",
Expand Down

0 comments on commit 0478028

Please sign in to comment.