Skip to content

Commit cf011b8

Browse files
chore: release-1.24.0 (#387)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a600ac commit cf011b8

File tree

10 files changed

+62
-10
lines changed

10 files changed

+62
-10
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.23.0",
3-
"apps/backend": "1.14.1",
2+
".": "1.24.0",
3+
"apps/backend": "1.14.2",
44
"apps/bot": "1.4.0",
5-
"apps/frontend": "1.20.0",
6-
"packages/shared": "1.12.1"
5+
"apps/frontend": "1.21.0",
6+
"packages/shared": "1.13.0"
77
}

CHANGELOG.md

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

3+
## [1.24.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/v1.23.0...v1.24.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* contact scroll and vertical align element ml-383 ([#386](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/386)) ([4a600ac](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/4a600ac86f3d55aefcd1f74f527c46721b5c791f))
9+
* use consistent datetime format ml-308 ([#338](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/338)) ([ab6044a](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/ab6044aa50d938eb9f7d0608eb604f28d896a44e))
10+
11+
12+
### Bug Fixes
13+
14+
* error toasts for invalid meeting ids ml-275 ([#319](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/319)) ([9fde184](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/9fde1842f06355e08d77cca3e432306a70f9d1ec))
15+
* **frontend:** export disabled during meeting, active after meeting ends ml-382 ([#389](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/389)) ([37545e2](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/37545e2e233b86ef0746f7217e7200004d0cc20a))
16+
* **frontend:** meeting buttons overlap ml-390 ([#391](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/391)) ([1ec8c3b](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/1ec8c3b9a063eb15d4fccf27c235c54d3bacea8f))
17+
* limit public layout width ml-351 ([#388](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/388)) ([cdc9760](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/cdc9760ac513acf3828825273dda9c76acf0cfc1))
18+
* no automatic logout and redirect when token invalid ml-174 ([#335](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/335)) ([a2ad2b7](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/a2ad2b75da252217db1b7e2d5caef56abc93a745))
19+
320
## [1.23.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/v1.22.3...v1.23.0) (2025-08-29)
421

522

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.2](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/backend-v1.14.1...backend-v1.14.2) (2025-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* error toasts for invalid meeting ids ml-275 ([#319](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/319)) ([9fde184](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/9fde1842f06355e08d77cca3e432306a70f9d1ec))
9+
310
## [1.14.1](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/backend-v1.14.0...backend-v1.14.1) (2025-08-29)
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.1",
4+
"version": "1.14.2",
55
"scripts": {
66
"lint:type": "npx tsc --noEmit",
77
"lint:js": "npx eslint . --max-warnings=0",

apps/frontend/CHANGELOG.md

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

3+
## [1.21.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/frontend-v1.20.0...frontend-v1.21.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* contact scroll and vertical align element ml-383 ([#386](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/386)) ([4a600ac](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/4a600ac86f3d55aefcd1f74f527c46721b5c791f))
9+
* use consistent datetime format ml-308 ([#338](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/338)) ([ab6044a](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/ab6044aa50d938eb9f7d0608eb604f28d896a44e))
10+
11+
12+
### Bug Fixes
13+
14+
* **frontend:** export disabled during meeting, active after meeting ends ml-382 ([#389](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/389)) ([37545e2](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/37545e2e233b86ef0746f7217e7200004d0cc20a))
15+
* **frontend:** meeting buttons overlap ml-390 ([#391](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/391)) ([1ec8c3b](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/1ec8c3b9a063eb15d4fccf27c235c54d3bacea8f))
16+
* limit public layout width ml-351 ([#388](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/388)) ([cdc9760](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/cdc9760ac513acf3828825273dda9c76acf0cfc1))
17+
* no automatic logout and redirect when token invalid ml-174 ([#335](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/335)) ([a2ad2b7](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/a2ad2b75da252217db1b7e2d5caef56abc93a745))
18+
319
## [1.20.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/frontend-v1.19.2...frontend-v1.20.0) (2025-08-29)
420

521

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.20.0",
4+
"version": "1.21.0",
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.23.0",
3+
"version": "1.24.0",
44
"type": "module",
55
"workspaces": [
66
"apps/backend",

packages/shared/CHANGELOG.md

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

3+
## [1.13.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/shared-v1.12.1...shared-v1.13.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* use consistent datetime format ml-308 ([#338](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/338)) ([ab6044a](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/ab6044aa50d938eb9f7d0608eb604f28d896a44e))
9+
10+
11+
### Bug Fixes
12+
13+
* error toasts for invalid meeting ids ml-275 ([#319](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/319)) ([9fde184](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/9fde1842f06355e08d77cca3e432306a70f9d1ec))
14+
315
## [1.12.1](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/shared-v1.12.0...shared-v1.12.1) (2025-08-29)
416

517

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meetlytic/shared",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"type": "module",
55
"main": "build/index.js",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)