Skip to content

Commit bff9835

Browse files
chore: release- (#581)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 694b627 commit bff9835

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
".": "1.62.2",
33
"apps/backend": "1.41.2",
44
"apps/frontend": "1.59.0",
5-
"packages/shared": "1.38.0",
5+
"packages/shared": "1.38.1",
66
"scripts/analytics": "1.8.0"
77
}

packages/shared/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.38.1](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.38.0...shared-v1.38.1) (2024-09-27)
4+
5+
6+
### Bug Fixes
7+
8+
* quality criteria issues gf-557 ([#580](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/580)) ([5013012](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/5013012e1c41baea1f729ee62e35ca4f59386008))
9+
310
## [1.38.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/shared-v1.37.0...shared-v1.38.0) (2024-09-27)
411

512

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-fit/shared",
3-
"version": "1.38.0",
3+
"version": "1.38.1",
44
"type": "module",
55
"main": "build/index.js",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)