Skip to content

Commit

Permalink
chore: release-1.7.0 (#177)
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 4, 2024
1 parent e89c510 commit 69434ee
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "1.6.2",
".": "1.7.0",
"apps/backend": "1.4.0",
"apps/frontend": "1.6.2",
"apps/frontend": "1.7.0",
"packages/shared": "1.4.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.7.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.6.2...v1.7.0) (2024-09-04)


### Features

* Add breadcrumbs to the project details page gf-165 ([#171](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/171)) ([e89c510](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/e89c510f279aa51ec6f77c5ada8f87bd33d4a606))
* add link to logo gf-154 ([#167](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/167)) ([c4c1621](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/c4c162173b45b07c29e4adbf6b85dbf81be0038c))
* scroll element must be shown at the right side of the table component gf-149 ([#174](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/174)) ([0c73b4d](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/0c73b4d271d5d0c04b1ab5aff8e08b9226c24b92))

## [1.6.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.6.1...v1.6.2) (2024-09-03)


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

## [1.7.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.6.2...frontend-v1.7.0) (2024-09-04)


### Features

* Add breadcrumbs to the project details page gf-165 ([#171](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/171)) ([e89c510](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/e89c510f279aa51ec6f77c5ada8f87bd33d4a606))
* add link to logo gf-154 ([#167](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/167)) ([c4c1621](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/c4c162173b45b07c29e4adbf6b85dbf81be0038c))
* scroll element must be shown at the right side of the table component gf-149 ([#174](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/174)) ([0c73b4d](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/0c73b4d271d5d0c04b1ab5aff8e08b9226c24b92))

## [1.6.2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.6.1...frontend-v1.6.2) (2024-09-03)


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.6.2",
"version": "1.7.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.6.2",
"version": "1.7.0",
"type": "module",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit 69434ee

Please sign in to comment.