Skip to content

Commit 5ad8165

Browse files
committed
🚀 bump version v2.14.2
1 parent baaa1bb commit 5ad8165

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v2.14.1](https://github.com/lightning-tv/core/compare/v3.0.0-20...v2.14.1)
7+
#### [v2.14.2](https://github.com/lightning-tv/core/compare/v3.0.0-20...v2.14.2)
88

9+
- fix: dom mountX, mountY calculation [`#82`](https://github.com/lightning-tv/core/pull/82)
910
- feat: enhance DOM renderer with font loading and measurement improvements [`#80`](https://github.com/lightning-tv/core/pull/80)
1011
- feat: domRenderer - render events + lazyload images [`#78`](https://github.com/lightning-tv/core/pull/78)
1112
- fix: dom-renderer [`#77`](https://github.com/lightning-tv/core/pull/77)
@@ -195,13 +196,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
195196
- :rocket: bump version v2.7.7 [`e6d0193`](https://github.com/lightning-tv/core/commit/e6d0193dab280f1621ca9cb0eb4a52bdc456798d)
196197
- add isDev checks to remove log and assertTruthy from builds [`fd05557`](https://github.com/lightning-tv/core/commit/fd055579034d0a60f300da4fb54d74d377311b31)
197198

198-
#### [v3.0.0-0](https://github.com/lightning-tv/core/compare/v2.14.1-1...v3.0.0-0)
199+
#### [v3.0.0-0](https://github.com/lightning-tv/core/compare/v2.14.1...v3.0.0-0)
199200

200201
> 19 March 2025
201202
202203
- get core working with Renderer 3 [`d21db88`](https://github.com/lightning-tv/core/commit/d21db88693c897ce0fc82f5b670c1001b86cd9b2)
203204
- :rocket: bump version v3.0.0-0 [`96d54bf`](https://github.com/lightning-tv/core/commit/96d54bf7b3553f0ea3d81d2d1bda7b112bf0325f)
204205

206+
#### [v2.14.1](https://github.com/lightning-tv/core/compare/v2.14.1-1...v2.14.1)
207+
208+
> 19 March 2026
209+
210+
- feat: enhance DOM renderer with font loading and measurement improvements [`#80`](https://github.com/lightning-tv/core/pull/80)
211+
- :rocket: bump version v2.14.1 [`4d37c70`](https://github.com/lightning-tv/core/commit/4d37c708c0e8af47aa0d3e0010567122c25782fa)
212+
- deprecate core [`89752a6`](https://github.com/lightning-tv/core/commit/89752a671c9d102fc039fa4f4643067845941076)
213+
205214
#### [v2.14.1-1](https://github.com/lightning-tv/core/compare/v2.14.1-0...v2.14.1-1)
206215

207216
> 26 November 2025

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningtv/core",
3-
"version": "2.14.1",
3+
"version": "2.14.2",
44
"description": "Lightning TV Core for Universal Renderers",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)