Skip to content

Commit 7510e24

Browse files
chore: release-1.23.0 (#378)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b31b81 commit 7510e24

File tree

8 files changed

+43
-8
lines changed

8 files changed

+43
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "1.22.3",
2+
".": "1.23.0",
33
"apps/backend": "1.14.1",
4-
"apps/bot": "1.3.4",
5-
"apps/frontend": "1.19.2",
4+
"apps/bot": "1.4.0",
5+
"apps/frontend": "1.20.0",
66
"packages/shared": "1.12.1"
77
}

CHANGELOG.md

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

3+
## [1.23.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/v1.22.3...v1.23.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* add mobile responsive for meeting status indicator ml-282 ([#379](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/379)) ([d5a0480](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/d5a0480500421200d0b2616321f41b7578fb7f39))
9+
10+
11+
### Bug Fixes
12+
13+
* **frontend:** add focus to play button after seek ml-362 ([#381](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/381)) ([4b31b81](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/4b31b81e6cb7a1ef463a6a5f1246baa855e78275))
14+
* transcription animation not working ml-357 ([#377](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/377)) ([9559be5](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/9559be58036cadf552d0536f94c52ff975b8c777))
15+
* uploaded avatars appear stretched or distorted ml-371 ([#380](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/380)) ([aa6dd3c](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/aa6dd3c5fe2f8d904c5b19fc87cc55f795777602))
16+
317
## [1.22.3](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/v1.22.2...v1.22.3) (2025-08-29)
418

519

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.4.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/bot-v1.3.4...bot-v1.4.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* add mobile responsive for meeting status indicator ml-282 ([#379](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/379)) ([d5a0480](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/d5a0480500421200d0b2616321f41b7578fb7f39))
9+
310
## [1.3.4](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/bot-v1.3.3...bot-v1.3.4) (2025-08-29)
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.4",
4+
"version": "1.4.0",
55
"scripts": {
66
"lint:type": "npx tsc --noEmit",
77
"lint:js": "npx eslint . --max-warnings=0",

apps/frontend/CHANGELOG.md

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

3+
## [1.20.0](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/frontend-v1.19.2...frontend-v1.20.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* add mobile responsive for meeting status indicator ml-282 ([#379](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/379)) ([d5a0480](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/d5a0480500421200d0b2616321f41b7578fb7f39))
9+
10+
11+
### Bug Fixes
12+
13+
* **frontend:** add focus to play button after seek ml-362 ([#381](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/381)) ([4b31b81](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/4b31b81e6cb7a1ef463a6a5f1246baa855e78275))
14+
* transcription animation not working ml-357 ([#377](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/377)) ([9559be5](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/9559be58036cadf552d0536f94c52ff975b8c777))
15+
* uploaded avatars appear stretched or distorted ml-371 ([#380](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/issues/380)) ([aa6dd3c](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/commit/aa6dd3c5fe2f8d904c5b19fc87cc55f795777602))
16+
317
## [1.19.2](https://github.com/BinaryStudioAcademy/bsa-2025-meetlytic/compare/frontend-v1.19.1...frontend-v1.19.2) (2025-08-29)
418

519

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.2",
4+
"version": "1.20.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.22.3",
3+
"version": "1.23.0",
44
"type": "module",
55
"workspaces": [
66
"apps/backend",

0 commit comments

Comments
 (0)