@playkit-js/transcript 3.7.0 → 3.7.1-canary.0-bc71bd2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -1
- package/dist/playkit-transcript.js +1 -1
- package/dist/playkit-transcript.js.map +1 -1
- package/package.json +1 -1
- package/translations/de.i18n.json +2 -1
- package/translations/es.i18n.json +2 -1
- package/translations/fi.i18n.json +2 -1
- package/translations/fr.i18n.json +2 -1
- package/translations/fr_ca.i18n.json +2 -1
- package/translations/it.i18n.json +2 -1
- package/translations/ja.i18n.json +2 -1
- package/translations/ko.i18n.json +2 -1
- package/translations/nl.i18n.json +2 -1
- package/translations/pt_br.i18n.json +2 -1
- package/translations/ru.i18n.json +2 -1
- package/translations/zh_cn.i18n.json +2 -1
- package/translations/zh_tw.i18n.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### 3.7.1-canary.0-bc71bd2 (2025-07-07)
|
|
6
|
+
|
|
5
7
|
## 3.7.0 (2025-06-19)
|
|
6
8
|
|
|
7
9
|
|
|
@@ -114,7 +116,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
114
116
|
|
|
115
117
|
### Bug Fixes
|
|
116
118
|
|
|
117
|
-
* **FEC-13775:** transcript shows only current caption line ([#183](https://github.com/kaltura/playkit-js-transcript/issues/183)) ([774125a](https://github.com/kaltura/playkit-js-transcript/commit/
|
|
119
|
+
* **FEC-13775:** transcript shows only current caption line ([#183](https://github.com/kaltura/playkit-js-transcript/issues/183)) ([774125a](https://github.com/kaltura/playkit-js-transcript/commit/774125a28f50638760aa0e9a8cf01b0de91e5046))
|
|
118
120
|
|
|
119
121
|
### 3.5.12 (2024-03-31)
|
|
120
122
|
|