Skip to content

Commit 4362ec2

Browse files
chore(release): 1.8.0-next-major.4 [skip ci]
# [1.8.0-next-major.4](v1.8.0-next-major.3...v1.8.0-next-major.4) (2025-12-05) ### Bug Fixes * Code refactored ([#460](#460)) ([7d08c6d](7d08c6d)) * Set pedantic compilation ([#450](#450)) ([c3d4e3f](c3d4e3f)) * Update internal type ([5c99780](5c99780)) ### Features * Accessibility API ([#452](#452)) ([15a78ec](15a78ec)) * Advertising api ([#457](#457)) ([5f83d37](5f83d37)) * Clean up code, update to changes in transport ([#462](#462)) ([caae282](caae282)) * compilation warnings ([#464](#464)) ([7fed125](7fed125)) * Component Tests for Accessibility API ([#470](#470)) ([0785271](0785271)) * Device API ([#451](#451)) ([c0bde26](c0bde26)) * Device.chipsetId ([#476](#476)) ([36dc605](36dc605)) * Display API ([#474](#474)) ([2912ca3](2912ca3)) * Localization API ([#477](#477)) ([d639456](d639456)) * New payload spec ([#454](#454)) ([8b9718b](8b9718b)) * Patch events' naming for backward compatibility with older event namings ([6663d2c](6663d2c)) * Presentation API ([#461](#461)) ([72268df](72268df)) * Remove not agreed APIs ([9d6124f](9d6124f)) * Set transport version to be used ([#468](#468)) ([a8589dc](a8589dc)) * Update around versioning ([#467](#467)) ([57c2e70](57c2e70)) * Update clang formatter, format code, add a checker in ci ([#465](#465)) ([6299894](6299894)) * Update demo app with presentation ([#466](#466)) ([d16361c](d16361c)) * Update namings ([#455](#455)) ([2432e35](2432e35)) * Use FetchContent for the Transport if not installed ([4d6795b](4d6795b)) * Use Transport v21 ([86fe64b](86fe64b))
1 parent 6663d2c commit 4362ec2

File tree

6 files changed

+39
-6
lines changed

6 files changed

+39
-6
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# [1.8.0-next-major.4](https://github.com/rdkcentral/firebolt-apis/compare/v1.8.0-next-major.3...v1.8.0-next-major.4) (2025-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Code refactored ([#460](https://github.com/rdkcentral/firebolt-apis/issues/460)) ([7d08c6d](https://github.com/rdkcentral/firebolt-apis/commit/7d08c6db24fc6586b30aba28983ba04bd7ef2f8f))
7+
* Set pedantic compilation ([#450](https://github.com/rdkcentral/firebolt-apis/issues/450)) ([c3d4e3f](https://github.com/rdkcentral/firebolt-apis/commit/c3d4e3f13084e5310e91a877c61686fbbb82c1a8))
8+
* Update internal type ([5c99780](https://github.com/rdkcentral/firebolt-apis/commit/5c997804dadaac278f3d27637687a5246ac44e3f))
9+
10+
11+
### Features
12+
13+
* Accessibility API ([#452](https://github.com/rdkcentral/firebolt-apis/issues/452)) ([15a78ec](https://github.com/rdkcentral/firebolt-apis/commit/15a78ec63da8ac7389c91fd11e6639111be88e22))
14+
* Advertising api ([#457](https://github.com/rdkcentral/firebolt-apis/issues/457)) ([5f83d37](https://github.com/rdkcentral/firebolt-apis/commit/5f83d37e6a899e6fc3dbb9d043de4e3049d05fe9))
15+
* Clean up code, update to changes in transport ([#462](https://github.com/rdkcentral/firebolt-apis/issues/462)) ([caae282](https://github.com/rdkcentral/firebolt-apis/commit/caae2824ff68c1c4bb1ed021761410a1b717c1a2))
16+
* compilation warnings ([#464](https://github.com/rdkcentral/firebolt-apis/issues/464)) ([7fed125](https://github.com/rdkcentral/firebolt-apis/commit/7fed1255b5f90091929e75b60c5ecd096a28fbac))
17+
* Component Tests for Accessibility API ([#470](https://github.com/rdkcentral/firebolt-apis/issues/470)) ([0785271](https://github.com/rdkcentral/firebolt-apis/commit/07852710a36d3497d66aeaf2affbb2730a682e71))
18+
* Device API ([#451](https://github.com/rdkcentral/firebolt-apis/issues/451)) ([c0bde26](https://github.com/rdkcentral/firebolt-apis/commit/c0bde2676d2fd2b9670441877cafd4d3ce522ab5))
19+
* Device.chipsetId ([#476](https://github.com/rdkcentral/firebolt-apis/issues/476)) ([36dc605](https://github.com/rdkcentral/firebolt-apis/commit/36dc60527a2fcd26a9687904b24ed2f3b599feef))
20+
* Display API ([#474](https://github.com/rdkcentral/firebolt-apis/issues/474)) ([2912ca3](https://github.com/rdkcentral/firebolt-apis/commit/2912ca387258f0ecb8dde22e63d44a0e86890f01))
21+
* Localization API ([#477](https://github.com/rdkcentral/firebolt-apis/issues/477)) ([d639456](https://github.com/rdkcentral/firebolt-apis/commit/d6394568d5ebc11704aa79525bbb960588aea121))
22+
* New payload spec ([#454](https://github.com/rdkcentral/firebolt-apis/issues/454)) ([8b9718b](https://github.com/rdkcentral/firebolt-apis/commit/8b9718b2458545739c216d77ba86135973866485))
23+
* Patch events' naming for backward compatibility with older event namings ([6663d2c](https://github.com/rdkcentral/firebolt-apis/commit/6663d2c6fab9a83f940ec6dbbc7cae5b673ee699))
24+
* Presentation API ([#461](https://github.com/rdkcentral/firebolt-apis/issues/461)) ([72268df](https://github.com/rdkcentral/firebolt-apis/commit/72268dfec24b258009833cc583f2b49fcc58e00c))
25+
* Remove not agreed APIs ([9d6124f](https://github.com/rdkcentral/firebolt-apis/commit/9d6124fe884e65cc6cb1d7351838b38c70670348))
26+
* Set transport version to be used ([#468](https://github.com/rdkcentral/firebolt-apis/issues/468)) ([a8589dc](https://github.com/rdkcentral/firebolt-apis/commit/a8589dc0f72208eb3bbe09908a224746deb849c7))
27+
* Update around versioning ([#467](https://github.com/rdkcentral/firebolt-apis/issues/467)) ([57c2e70](https://github.com/rdkcentral/firebolt-apis/commit/57c2e704b3fe75634fc9722a04906dfd9407739e))
28+
* Update clang formatter, format code, add a checker in ci ([#465](https://github.com/rdkcentral/firebolt-apis/issues/465)) ([6299894](https://github.com/rdkcentral/firebolt-apis/commit/62998949071c64b77100ed8a93122fd4b551eb1f))
29+
* Update demo app with presentation ([#466](https://github.com/rdkcentral/firebolt-apis/issues/466)) ([d16361c](https://github.com/rdkcentral/firebolt-apis/commit/d16361c733407102f9780c2bf3e252a154ef22d6))
30+
* Update namings ([#455](https://github.com/rdkcentral/firebolt-apis/issues/455)) ([2432e35](https://github.com/rdkcentral/firebolt-apis/commit/2432e356f16e0d98d3db0be34198be4a59679e4d))
31+
* Use FetchContent for the Transport if not installed ([4d6795b](https://github.com/rdkcentral/firebolt-apis/commit/4d6795b6cafbba2931d0215f1223e6a3e00f6da2))
32+
* Use Transport v21 ([86fe64b](https://github.com/rdkcentral/firebolt-apis/commit/86fe64b607e67684bf7c31be274a1a66f1f0c3be))
33+
134
# [1.8.0-next.31](https://github.com/rdkcentral/firebolt-apis/compare/v1.8.0-next.30...v1.8.0-next.31) (2025-12-04)
235

336

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": "@firebolt-js/sdks",
3-
"version": "1.8.0-next-major.3",
3+
"version": "1.8.0-next-major.4",
44
"description": "The Firebolt JS SDK",
55
"type": "module",
66
"bin": {

src/sdks/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebolt-js/sdk",
3-
"version": "1.8.0-next-major.3",
3+
"version": "1.8.0-next-major.4",
44
"description": "The Firebolt JS SDK",
55
"main": "./dist/lib/firebolt.mjs",
66
"types": "./dist/lib/firebolt.d.ts",

src/sdks/discovery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebolt-js/discovery-sdk",
3-
"version": "1.8.0-next-major.3",
3+
"version": "1.8.0-next-major.4",
44
"description": "The Firebolt Discovery JS SDK",
55
"main": "./dist/lib/firebolt-discovery.mjs",
66
"types": "./dist/lib/firebolt-discovery.d.ts",

src/sdks/manage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebolt-js/manage-sdk",
3-
"version": "1.8.0-next-major.3",
3+
"version": "1.8.0-next-major.4",
44
"description": "The Firebolt Manage JS SDK",
55
"main": "./dist/lib/firebolt-manage.mjs",
66
"types": "./dist/lib/firebolt-manage.d.ts",

0 commit comments

Comments
 (0)