Skip to content

Commit

Permalink
chore: release-1.66.0 (#602)
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 Oct 8, 2024
1 parent bafc5f4 commit 01d2ad0
Show file tree
Hide file tree
Showing 6 changed files with 20 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,7 +1,7 @@
{
".": "1.65.1",
".": "1.66.0",
"apps/backend": "1.41.3",
"apps/frontend": "1.61.1",
"packages/shared": "1.38.1",
"scripts/analytics": "1.10.0"
"scripts/analytics": "1.11.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.66.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.65.1...v1.66.0) (2024-10-08)


### Features

* upload statistics for the last week on each run gf-600 ([#601](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/601)) ([bafc5f4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/bafc5f4aa9998dc6722d4aa57e9d0418a73ce708))

## [1.65.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.65.0...v1.65.1) (2024-10-04)


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.65.1",
"version": "1.66.0",
"type": "module",
"workspaces": [
"apps/*",
Expand Down
7 changes: 7 additions & 0 deletions scripts/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.10.0...analytics-v1.11.0) (2024-10-08)


### Features

* upload statistics for the last week on each run gf-600 ([#601](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/601)) ([bafc5f4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/bafc5f4aa9998dc6722d4aa57e9d0418a73ce708))

## [1.10.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/analytics-v1.9.0...analytics-v1.10.0) (2024-10-04)


Expand Down
2 changes: 1 addition & 1 deletion scripts/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@git-fit/analytics",
"version": "1.10.0",
"version": "1.11.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 01d2ad0

Please sign in to comment.