diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f8e8bec8..887b5f7bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index feca605dc..6cd37e999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/apps/frontend/CHANGELOG.md b/apps/frontend/CHANGELOG.md index 02b0af899..ab9c3d784 100644 --- a/apps/frontend/CHANGELOG.md +++ b/apps/frontend/CHANGELOG.md @@ -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) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 4eb75150b..003663640 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 724a2ac7f..4eb46b327 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-fit", - "version": "1.6.2", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "git-fit", - "version": "1.6.2", + "version": "1.7.0", "workspaces": [ "apps/*", "packages/*" diff --git a/package.json b/package.json index 71bbfc16e..0fd895d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-fit", - "version": "1.6.2", + "version": "1.7.0", "type": "module", "workspaces": [ "apps/*",