From 47007f8724565eeaf9bf8408042095473468ed42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:51:22 +0300 Subject: [PATCH] chore: release-1.68.1 (#614) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- scripts/analytics/CHANGELOG.md | 7 +++++++ scripts/analytics/package.json | 2 +- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 513a42b2..60170749 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "1.68.0", + ".": "1.68.1", "apps/backend": "1.41.4", "apps/frontend": "1.61.1", "packages/shared": "1.38.1", - "scripts/analytics": "1.12.0" + "scripts/analytics": "1.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdb975f..08645bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.68.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.68.0...v1.68.1) (2024-10-16) + + +### Bug Fixes + +* git shortlog command fails on windows with single quotes in parameter values gf-612 ([#613](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/613)) ([ccb001e](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/ccb001e2ffd9accf74a44ad337238919809c62e0)) + ## [1.68.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.67.0...v1.68.0) (2024-10-09) diff --git a/package-lock.json b/package-lock.json index 9c728ffa..6cd24d6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-fit", - "version": "1.68.0", + "version": "1.68.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "git-fit", - "version": "1.68.0", + "version": "1.68.1", "workspaces": [ "apps/*", "packages/*", diff --git a/package.json b/package.json index 7d011b23..90202b03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-fit", - "version": "1.68.0", + "version": "1.68.1", "type": "module", "workspaces": [ "apps/*", diff --git a/scripts/analytics/CHANGELOG.md b/scripts/analytics/CHANGELOG.md index d8b7b670..52f94712 100644 --- a/scripts/analytics/CHANGELOG.md +++ b/scripts/analytics/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.12.0...analytics-v1.12.1) (2024-10-16) + + +### Bug Fixes + +* git shortlog command fails on windows with single quotes in parameter values gf-612 ([#613](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/613)) ([ccb001e](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/ccb001e2ffd9accf74a44ad337238919809c62e0)) + ## [1.12.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.11.0...analytics-v1.12.0) (2024-10-09) diff --git a/scripts/analytics/package.json b/scripts/analytics/package.json index be35637b..ec280b84 100644 --- a/scripts/analytics/package.json +++ b/scripts/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@git-fit/analytics", - "version": "1.12.0", + "version": "1.12.1", "type": "module", "repository": { "type": "git",