Skip to content

Commit

Permalink
chore: release-1.86.0 (#718)
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 Mar 23, 2024
1 parent bd0abaf commit d895191
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,6 +1,6 @@
{
".": "1.85.3",
"apps/backend": "1.51.0",
".": "1.86.0",
"apps/backend": "1.52.0",
"apps/frontend": "1.68.2",
"packages/shared": "1.47.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.86.0](https://github.com/BinaryStudioAcademy/bsa-winter-2023-2024-trackmates/compare/v1.85.3...v1.86.0) (2024-03-23)


### Features

* **backend:** update queries in friend repository tm-665 ([#709](https://github.com/BinaryStudioAcademy/bsa-winter-2023-2024-trackmates/issues/709)) ([bd0abaf](https://github.com/BinaryStudioAcademy/bsa-winter-2023-2024-trackmates/commit/bd0abafe86e13ee5a7f1c1f0a6c5f585b3aa7aed))

## [1.85.3](https://github.com/BinaryStudioAcademy/bsa-winter-2023-2024-trackmates/compare/v1.85.2...v1.85.3) (2024-03-23)


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

## [1.52.0](https://github.com/BinaryStudioAcademy/bsa-winter-2023-2024-trackmates/compare/backend-v1.51.0...backend-v1.52.0) (2024-03-23)


### Features

* **backend:** update queries in friend repository tm-665 ([#709](https://github.com/BinaryStudioAcademy/bsa-winter-2023-2024-trackmates/issues/709)) ([bd0abaf](https://github.com/BinaryStudioAcademy/bsa-winter-2023-2024-trackmates/commit/bd0abafe86e13ee5a7f1c1f0a6c5f585b3aa7aed))

## [1.51.0](https://github.com/BinaryStudioAcademy/bsa-winter-2023-2024-trackmates/compare/backend-v1.50.1...backend-v1.51.0) (2024-03-23)


Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trackmates/backend",
"type": "module",
"version": "1.51.0",
"version": "1.52.0",
"engines": {
"node": "18.x.x",
"npm": ">=9.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": "trackmates",
"version": "1.85.3",
"version": "1.86.0",
"type": "module",
"workspaces": [
"apps/*",
Expand Down

0 comments on commit d895191

Please sign in to comment.