Skip to content

Commit 4fa397f

Browse files
chore: release-1.22.3 (#376)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2a525e0 commit 4fa397f

File tree

12 files changed

+52
-12
lines changed

12 files changed

+52
-12
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.22.2",
3-
"apps/backend": "1.14.0",
4-
"apps/bot": "1.3.3",
5-
"apps/frontend": "1.19.1",
6-
"packages/shared": "1.12.0"
2+
".": "1.22.3",
3+
"apps/backend": "1.14.1",
4+
"apps/bot": "1.3.4",
5+
"apps/frontend": "1.19.2",
6+
"packages/shared": "1.12.1"
77
}

CHANGELOG.md

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

3+
## [1.22.3](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/v1.22.2...v1.22.3) (2025-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* add swap file 4gb and optimize puppeteer launch options ml-305 ([#370](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/370)) ([75c7747](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/75c7747275fb8f39f1e54324387ccc601cf4b7ba))
9+
* removed searchbar ml-350 ([#372](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/372)) ([c027cba](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/c027cba0172f7d855e14c4ab003ff6585d0cc08c))
10+
* repaire pdf titles ml-364 ([#373](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/373)) ([e006bdd](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/e006bdd143cfc9d5759e5937969511ad64af2150))
11+
* signup-mobile-firefpx ml-374 ([#375](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/375)) ([2a525e0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/2a525e0c760e6ca318f0c2e09f3ff2e9f5da7e90))
12+
313
## [1.22.2](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/v1.22.1...v1.22.2) (2025-08-28)
414

515

apps/backend/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.14.1](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/backend-v1.14.0...backend-v1.14.1) (2025-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* add swap file 4gb and optimize puppeteer launch options ml-305 ([#370](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/370)) ([75c7747](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/75c7747275fb8f39f1e54324387ccc601cf4b7ba))
9+
310
## [1.14.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/backend-v1.13.2...backend-v1.14.0) (2025-08-28)
411

512

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@meetlytic/backend",
33
"type": "module",
4-
"version": "1.14.0",
4+
"version": "1.14.1",
55
"scripts": {
66
"lint:type": "npx tsc --noEmit",
77
"lint:js": "npx eslint . --max-warnings=0",

apps/bot/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.3.4](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/bot-v1.3.3...bot-v1.3.4) (2025-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* add swap file 4gb and optimize puppeteer launch options ml-305 ([#370](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/370)) ([75c7747](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/75c7747275fb8f39f1e54324387ccc601cf4b7ba))
9+
310
## [1.3.3](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/bot-v1.3.2...bot-v1.3.3) (2025-08-28)
411

512

apps/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@meetlytic/bot",
33
"type": "module",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"scripts": {
66
"lint:type": "npx tsc --noEmit",
77
"lint:js": "npx eslint . --max-warnings=0",

apps/frontend/CHANGELOG.md

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

3+
## [1.19.2](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/frontend-v1.19.1...frontend-v1.19.2) (2025-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* removed searchbar ml-350 ([#372](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/372)) ([c027cba](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/c027cba0172f7d855e14c4ab003ff6585d0cc08c))
9+
* repaire pdf titles ml-364 ([#373](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/373)) ([e006bdd](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/e006bdd143cfc9d5759e5937969511ad64af2150))
10+
* signup-mobile-firefpx ml-374 ([#375](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/375)) ([2a525e0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/2a525e0c760e6ca318f0c2e09f3ff2e9f5da7e90))
11+
312
## [1.19.1](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/frontend-v1.19.0...frontend-v1.19.1) (2025-08-28)
413

514

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": "@meetlytic/frontend",
33
"private": true,
4-
"version": "1.19.1",
4+
"version": "1.19.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": "meetlytic",
3-
"version": "1.22.2",
3+
"version": "1.22.3",
44
"type": "module",
55
"workspaces": [
66
"apps/backend",

0 commit comments

Comments
 (0)