Skip to content

Commit

Permalink
chore: release-1.5.0 (#144)
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 2e08e17 commit 159a86b
Show file tree
Hide file tree
Showing 10 changed files with 38 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.4.0",
"apps/backend": "1.2.0",
"apps/frontend": "1.4.0",
"packages/shared": "1.2.0"
".": "1.5.0",
"apps/backend": "1.3.0",
"apps/frontend": "1.5.0",
"packages/shared": "1.3.0"
}
7 changes: 7 additions & 0 deletions 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-gitfit/compare/v1.4.0...v1.5.0) (2024-09-02)


### Features

* add an ability to create a project gf-87 ([#115](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/115)) ([2e08e17](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/2e08e17056b0293e2ed61ab0ab7ec208835db647))

## [1.4.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.3.0...v1.4.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.3.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/backend-v1.2.0...backend-v1.3.0) (2024-09-02)


### Features

* add an ability to create a project gf-87 ([#115](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/115)) ([2e08e17](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/2e08e17056b0293e2ed61ab0ab7ec208835db647))

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


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.2.0",
"version": "1.3.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-gitfit/compare/frontend-v1.4.0...frontend-v1.5.0) (2024-09-02)


### Features

* add an ability to create a project gf-87 ([#115](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/115)) ([2e08e17](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/2e08e17056b0293e2ed61ab0ab7ec208835db647))

## [1.4.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.3.0...frontend-v1.4.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": "@git-fit/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": "git-fit",
"version": "1.4.0",
"version": "1.5.0",
"type": "module",
"workspaces": [
"apps/*",
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.3.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.2.0...shared-v1.3.0) (2024-09-02)


### Features

* add an ability to create a project gf-87 ([#115](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/115)) ([2e08e17](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/2e08e17056b0293e2ed61ab0ab7ec208835db647))

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


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

0 comments on commit 159a86b

Please sign in to comment.