Skip to content

Commit 09de5c3

Browse files
authored
Merge pull request #486 from BinaryStudioAcademy/release-please--branches--main
chore: release-1.38.4
2 parents 63cd4fb + 6a50a74 commit 09de5c3

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.3",
2+
".": "1.38.4",
33
"apps/backend": "1.19.1",
4-
"apps/frontend": "1.31.2",
4+
"apps/frontend": "1.31.3",
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.4](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/compare/v1.38.3...v1.38.4) (2025-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **frontend:** temporay fix for demo cy-482 ([63cd4fb](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/commit/63cd4fb8977605ac4583e1f7d293c972a3b77a0d))
9+
310
## [1.38.3](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/compare/v1.38.2...v1.38.3) (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.3](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/compare/frontend-v1.31.2...frontend-v1.31.3) (2025-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **frontend:** temporay fix for demo cy-482 ([63cd4fb](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/commit/63cd4fb8977605ac4583e1f7d293c972a3b77a0d))
9+
310
## [1.31.2](https://github.com/BinaryStudioAcademy/bsa-2025-checkly/compare/frontend-v1.31.1...frontend-v1.31.2) (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.2",
4+
"version": "1.31.3",
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.3",
3+
"version": "1.38.4",
44
"type": "module",
55
"workspaces": [
66
"apps/backend",

0 commit comments

Comments
 (0)