Skip to content

Commit

Permalink
chore: release-1.3.0 (#140)
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 2, 2024
1 parent ba11d74 commit a964b5b
Show file tree
Hide file tree
Showing 10 changed files with 54 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.2.0",
"apps/backend": "1.0.1",
"apps/frontend": "1.2.0",
"packages/shared": "1.0.0"
".": "1.3.0",
"apps/backend": "1.1.0",
"apps/frontend": "1.3.0",
"packages/shared": "1.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.3.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.2.0...v1.3.0) (2024-09-02)


### Features

* add an ability to create a project group gf-71 ([#108](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/108)) ([4ceb575](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/4ceb575bf603508a6a3942aa2592cb29f0b5adcb))
* Add project page gf-86 ([#109](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/109)) ([ba11d74](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/ba11d74366764dfafef62b367cd5f66a7182f0a9))
* Sign Up page fields validation, Sign up button inconsistent text gf-131 ([#132](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/132)) ([c6496a4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/c6496a4616237542cc6d88f83dd83eb2cb173359))


### Bug Fixes

* Make sidebar item to indicate the active page gf-118 ([#123](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/123)) ([b851b6c](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/b851b6c57c57c7dbe9f352cfd61e0729558cd244))

## [1.2.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.1.1...v1.2.0) (2024-08-30)


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

## [1.1.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.0.1...backend-v1.1.0) (2024-09-02)


### Features

* add an ability to create a project group gf-71 ([#108](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/108)) ([4ceb575](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/4ceb575bf603508a6a3942aa2592cb29f0b5adcb))
* Add project page gf-86 ([#109](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/109)) ([ba11d74](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/ba11d74366764dfafef62b367cd5f66a7182f0a9))

## [1.0.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.0.0...backend-v1.0.1) (2024-08-30)


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": "@git-fit/backend",
"type": "module",
"version": "1.0.1",
"version": "1.1.0",
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
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.3.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.2.0...frontend-v1.3.0) (2024-09-02)


### Features

* Add project page gf-86 ([#109](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/109)) ([ba11d74](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/ba11d74366764dfafef62b367cd5f66a7182f0a9))
* Sign Up page fields validation, Sign up button inconsistent text gf-131 ([#132](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/132)) ([c6496a4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/c6496a4616237542cc6d88f83dd83eb2cb173359))


### Bug Fixes

* Make sidebar item to indicate the active page gf-118 ([#123](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/123)) ([b851b6c](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/b851b6c57c57c7dbe9f352cfd61e0729558cd244))

## [1.2.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.1.1...frontend-v1.2.0) (2024-08-30)


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": "@git-fit/frontend",
"private": true,
"version": "1.2.0",
"version": "1.3.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": "git-fit",
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"workspaces": [
"apps/*",
Expand Down
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.0.0...shared-v1.1.0) (2024-09-02)


### Features

* add an ability to create a project group gf-71 ([#108](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/108)) ([4ceb575](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/4ceb575bf603508a6a3942aa2592cb29f0b5adcb))
* Add project page gf-86 ([#109](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/109)) ([ba11d74](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/ba11d74366764dfafef62b367cd5f66a7182f0a9))
* Sign Up page fields validation, Sign up button inconsistent text gf-131 ([#132](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/132)) ([c6496a4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/c6496a4616237542cc6d88f83dd83eb2cb173359))

## 1.0.0 (2024-08-29)


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": "@git-fit/shared",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "build/index.js",
"types": "src/index.ts",
Expand Down

0 comments on commit a964b5b

Please sign in to comment.