Skip to content

Commit 20196aa

Browse files
authored
Merge pull request #484 from BinaryStudioAcademy/release-please--branches--main
chore: release-1.38.3
2 parents 31c66dc + b30e4e3 commit 20196aa

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "1.38.2",
2+
".": "1.38.3",
33
"apps/backend": "1.19.1",
4-
"apps/frontend": "1.31.1",
4+
"apps/frontend": "1.31.2",
55
"packages/shared": "1.19.0"
66
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.38.3](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/compare/v1.38.2...v1.38.3) (2025-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Selected plan style enhancement cy-472 ([31c66dc](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/commit/31c66dc77c4be251308aae9e1877fe742c38a989))
9+
310
## [1.38.2](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/compare/v1.38.1...v1.38.2) (2025-08-30)
411

512

apps/frontend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.31.2](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/compare/frontend-v1.31.1...frontend-v1.31.2) (2025-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Selected plan style enhancement cy-472 ([31c66dc](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/commit/31c66dc77c4be251308aae9e1877fe742c38a989))
9+
310
## [1.31.1](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/compare/frontend-v1.31.0...frontend-v1.31.1) (2025-08-30)
411

512

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.31.1",
4+
"version": "1.31.2",
55
"type": "module",
66
"engines": {
77
"node": "22.x.x",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "сheckly",
3-
"version": "1.38.2",
3+
"version": "1.38.3",
44
"type": "module",
55
"workspaces": [
66
"apps/backend",

0 commit comments

Comments
 (0)