diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c04f66b1..5171eec2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.64.0", + ".": "1.65.0", "apps/backend": "1.41.3", - "apps/frontend": "1.60.0", + "apps/frontend": "1.61.0", "packages/shared": "1.38.1", - "scripts/analytics": "1.9.0" + "scripts/analytics": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cdeb1a88..ea6c12da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.65.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.64.0...v1.65.0) (2024-10-04) + + +### Features + +* change script to take parameters from configuration file instead of CLI gf-595 ([#595](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/595)) ([#596](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/596)) ([00acb5a](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/00acb5afe103271f4d23723fd6591c3f515e0513)) +* run analytics upload immediately on start gf-592 ([#592](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/592)) ([#593](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/593)) ([1f0b90c](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1f0b90cec8253cbdb7902078071a193d52abb868)) + ## [1.64.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.63.1...v1.64.0) (2024-10-03) diff --git a/apps/frontend/CHANGELOG.md b/apps/frontend/CHANGELOG.md index d8e1f79c..3dfde82a 100644 --- a/apps/frontend/CHANGELOG.md +++ b/apps/frontend/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.61.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.60.0...frontend-v1.61.0) (2024-10-04) + + +### Features + +* change script to take parameters from configuration file instead of CLI gf-595 ([#595](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/595)) ([#596](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/596)) ([00acb5a](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/00acb5afe103271f4d23723fd6591c3f515e0513)) + ## [1.60.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/frontend-v1.59.2...frontend-v1.60.0) (2024-10-03) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index a697d9a5..bd78af6e 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,7 +1,7 @@ { "name": "@git-fit/frontend", "private": true, - "version": "1.60.0", + "version": "1.61.0", "type": "module", "engines": { "node": "20.x.x", diff --git a/package-lock.json b/package-lock.json index 83084740..fd8f0b2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-fit", - "version": "1.64.0", + "version": "1.65.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "git-fit", - "version": "1.64.0", + "version": "1.65.0", "workspaces": [ "apps/*", "packages/*", diff --git a/package.json b/package.json index 7982bed8..daf016a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-fit", - "version": "1.64.0", + "version": "1.65.0", "type": "module", "workspaces": [ "apps/*", diff --git a/scripts/analytics/CHANGELOG.md b/scripts/analytics/CHANGELOG.md index 44de8e66..1d149c1c 100644 --- a/scripts/analytics/CHANGELOG.md +++ b/scripts/analytics/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.10.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.9.0...analytics-v1.10.0) (2024-10-04) + + +### Features + +* change script to take parameters from configuration file instead of CLI gf-595 ([#595](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/595)) ([#596](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/596)) ([00acb5a](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/00acb5afe103271f4d23723fd6591c3f515e0513)) +* run analytics upload immediately on start gf-592 ([#592](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/592)) ([#593](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/593)) ([1f0b90c](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1f0b90cec8253cbdb7902078071a193d52abb868)) + ## [1.9.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.8.0...analytics-v1.9.0) (2024-10-03) diff --git a/scripts/analytics/package.json b/scripts/analytics/package.json index 074848ef..ae31a13f 100644 --- a/scripts/analytics/package.json +++ b/scripts/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@git-fit/analytics", - "version": "1.9.0", + "version": "1.10.0", "type": "module", "repository": { "type": "git",