From e9f1f5570637aa52b200d0d67da239ca58e071c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Feb 2023 23:02:05 +0000 Subject: [PATCH] chore(release): 0.10.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [0.10.0](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0...v0.10.0) (2023-02-06) ### Bug Fixes * Capability module needs capability tags ([#71](https://github.com/rdkcentral/firebolt-core-sdk/issues/71)) ([6f0af1b](https://github.com/rdkcentral/firebolt-core-sdk/commit/6f0af1b9712faab137b1652ea337d5f284196ad4)) * Change doc examples to https ([#79](https://github.com/rdkcentral/firebolt-core-sdk/issues/79)) ([c7047af](https://github.com/rdkcentral/firebolt-core-sdk/commit/c7047af9f3fa47e8cd7d252c3bbd321fa8f3d125)) * FIRESDK-31 returned response from Lifecycle.ready method ([#81](https://github.com/rdkcentral/firebolt-core-sdk/issues/81)) ([efc740f](https://github.com/rdkcentral/firebolt-core-sdk/commit/efc740f7899897981cc840f12efe30f3e9543be4)) * Updated openrpc version to 1.8.0-next.2 ([#85](https://github.com/rdkcentral/firebolt-core-sdk/issues/85)) ([b988c41](https://github.com/rdkcentral/firebolt-core-sdk/commit/b988c4159b154f8c041b766f794618250448bce0)) * Updated package json version ([cb6a7f3](https://github.com/rdkcentral/firebolt-core-sdk/commit/cb6a7f30331cbbe6bb4390b756e3e7a1948940dc)) * Updated secure storage spec to allow null as result value ([#84](https://github.com/rdkcentral/firebolt-core-sdk/issues/84)) ([4117ad7](https://github.com/rdkcentral/firebolt-core-sdk/commit/4117ad79322c8a3decd59f5ad52d5dfe6cf2f2a4)) * Use new openrpc template code with bug fixes ([#69](https://github.com/rdkcentral/firebolt-core-sdk/issues/69)) ([9fed6fc](https://github.com/rdkcentral/firebolt-core-sdk/commit/9fed6fcb71b9914e91674f5e80f7d61673cc66fe)) * Word publish scripts ([#78](https://github.com/rdkcentral/firebolt-core-sdk/issues/78)) ([a3846e0](https://github.com/rdkcentral/firebolt-core-sdk/commit/a3846e0db22e1221547ad97a019aba3850c51f6a)) ### Features * Add content-access api, deprecate entitlements, remove availabi… ([#83](https://github.com/rdkcentral/firebolt-core-sdk/issues/83)) ([f3c8017](https://github.com/rdkcentral/firebolt-core-sdk/commit/f3c8017eb391119e47d810426fdae4b11d8e0c38)) * Add Secure Storage module ([#77](https://github.com/rdkcentral/firebolt-core-sdk/issues/77)) ([f62e4ae](https://github.com/rdkcentral/firebolt-core-sdk/commit/f62e4aeb9325df00c6a2484cf3aaa0b756bd8113)) * New Capabilities API ([#63](https://github.com/rdkcentral/firebolt-core-sdk/issues/63)) ([0ba5ef5](https://github.com/rdkcentral/firebolt-core-sdk/commit/0ba5ef5e030ce740e40fd5ad30ca5cfd100cf32e)) * Trigger ([2cd78c4](https://github.com/rdkcentral/firebolt-core-sdk/commit/2cd78c449b1660d5e5779a94b7510ff7c0631ec3)) * Trigger ([90bf4df](https://github.com/rdkcentral/firebolt-core-sdk/commit/90bf4df618259e786d30edab0add0ade0111ce36)) * Trigger ([9bcea8f](https://github.com/rdkcentral/firebolt-core-sdk/commit/9bcea8f8cf936c2cc295c0c415cb2b5f32b8862a)) * Trigger ([84f7a35](https://github.com/rdkcentral/firebolt-core-sdk/commit/84f7a353fd8c8991d4c5681ac063eac9f99095be)) * Trigger ([4d24430](https://github.com/rdkcentral/firebolt-core-sdk/commit/4d2443039e4e194846512b0844e19d95aa61a838)) * Trigger ([58ee909](https://github.com/rdkcentral/firebolt-core-sdk/commit/58ee909ee8e82a0b0e18cc659bd04a4937d0f98d)) * Trigger ([2cd905a](https://github.com/rdkcentral/firebolt-core-sdk/commit/2cd905a6b9476c02796c1dad18779f8e96319372)) * Trigger ([607825b](https://github.com/rdkcentral/firebolt-core-sdk/commit/607825bd5547c74a8a7707f751446ab0e069d9f9)) * Turn on dryRun ([927babd](https://github.com/rdkcentral/firebolt-core-sdk/commit/927babd98bdbb73918d3379e7769b3db0dd5b3c6)) * Turn on dryRun ([dcddc60](https://github.com/rdkcentral/firebolt-core-sdk/commit/dcddc6068f91505d97457ed04eb8e2996dab9278)) --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468fa3c21..879d5684f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +# [0.10.0](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0...v0.10.0) (2023-02-06) + + +### Bug Fixes + +* Capability module needs capability tags ([#71](https://github.com/rdkcentral/firebolt-core-sdk/issues/71)) ([6f0af1b](https://github.com/rdkcentral/firebolt-core-sdk/commit/6f0af1b9712faab137b1652ea337d5f284196ad4)) +* Change doc examples to https ([#79](https://github.com/rdkcentral/firebolt-core-sdk/issues/79)) ([c7047af](https://github.com/rdkcentral/firebolt-core-sdk/commit/c7047af9f3fa47e8cd7d252c3bbd321fa8f3d125)) +* FIRESDK-31 returned response from Lifecycle.ready method ([#81](https://github.com/rdkcentral/firebolt-core-sdk/issues/81)) ([efc740f](https://github.com/rdkcentral/firebolt-core-sdk/commit/efc740f7899897981cc840f12efe30f3e9543be4)) +* Updated openrpc version to 1.8.0-next.2 ([#85](https://github.com/rdkcentral/firebolt-core-sdk/issues/85)) ([b988c41](https://github.com/rdkcentral/firebolt-core-sdk/commit/b988c4159b154f8c041b766f794618250448bce0)) +* Updated package json version ([cb6a7f3](https://github.com/rdkcentral/firebolt-core-sdk/commit/cb6a7f30331cbbe6bb4390b756e3e7a1948940dc)) +* Updated secure storage spec to allow null as result value ([#84](https://github.com/rdkcentral/firebolt-core-sdk/issues/84)) ([4117ad7](https://github.com/rdkcentral/firebolt-core-sdk/commit/4117ad79322c8a3decd59f5ad52d5dfe6cf2f2a4)) +* Use new openrpc template code with bug fixes ([#69](https://github.com/rdkcentral/firebolt-core-sdk/issues/69)) ([9fed6fc](https://github.com/rdkcentral/firebolt-core-sdk/commit/9fed6fcb71b9914e91674f5e80f7d61673cc66fe)) +* Word publish scripts ([#78](https://github.com/rdkcentral/firebolt-core-sdk/issues/78)) ([a3846e0](https://github.com/rdkcentral/firebolt-core-sdk/commit/a3846e0db22e1221547ad97a019aba3850c51f6a)) + + +### Features + +* Add content-access api, deprecate entitlements, remove availabi… ([#83](https://github.com/rdkcentral/firebolt-core-sdk/issues/83)) ([f3c8017](https://github.com/rdkcentral/firebolt-core-sdk/commit/f3c8017eb391119e47d810426fdae4b11d8e0c38)) +* Add Secure Storage module ([#77](https://github.com/rdkcentral/firebolt-core-sdk/issues/77)) ([f62e4ae](https://github.com/rdkcentral/firebolt-core-sdk/commit/f62e4aeb9325df00c6a2484cf3aaa0b756bd8113)) +* New Capabilities API ([#63](https://github.com/rdkcentral/firebolt-core-sdk/issues/63)) ([0ba5ef5](https://github.com/rdkcentral/firebolt-core-sdk/commit/0ba5ef5e030ce740e40fd5ad30ca5cfd100cf32e)) +* Trigger ([2cd78c4](https://github.com/rdkcentral/firebolt-core-sdk/commit/2cd78c449b1660d5e5779a94b7510ff7c0631ec3)) +* Trigger ([90bf4df](https://github.com/rdkcentral/firebolt-core-sdk/commit/90bf4df618259e786d30edab0add0ade0111ce36)) +* Trigger ([9bcea8f](https://github.com/rdkcentral/firebolt-core-sdk/commit/9bcea8f8cf936c2cc295c0c415cb2b5f32b8862a)) +* Trigger ([84f7a35](https://github.com/rdkcentral/firebolt-core-sdk/commit/84f7a353fd8c8991d4c5681ac063eac9f99095be)) +* Trigger ([4d24430](https://github.com/rdkcentral/firebolt-core-sdk/commit/4d2443039e4e194846512b0844e19d95aa61a838)) +* Trigger ([58ee909](https://github.com/rdkcentral/firebolt-core-sdk/commit/58ee909ee8e82a0b0e18cc659bd04a4937d0f98d)) +* Trigger ([2cd905a](https://github.com/rdkcentral/firebolt-core-sdk/commit/2cd905a6b9476c02796c1dad18779f8e96319372)) +* Trigger ([607825b](https://github.com/rdkcentral/firebolt-core-sdk/commit/607825bd5547c74a8a7707f751446ab0e069d9f9)) +* Turn on dryRun ([927babd](https://github.com/rdkcentral/firebolt-core-sdk/commit/927babd98bdbb73918d3379e7769b3db0dd5b3c6)) +* Turn on dryRun ([dcddc60](https://github.com/rdkcentral/firebolt-core-sdk/commit/dcddc6068f91505d97457ed04eb8e2996dab9278)) + # [0.10.0-next.9](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.10.0-next.8...v0.10.0-next.9) (2023-02-06) diff --git a/package-lock.json b/package-lock.json index cddfddb86..e2188e599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@firebolt-js/sdk", - "version": "0.10.0-next.9", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@firebolt-js/sdk", - "version": "0.10.0-next.9", + "version": "0.10.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^17.0.3", diff --git a/package.json b/package.json index f328d1fff..8af9e428f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@firebolt-js/sdk", - "version": "0.10.0-next.9", + "version": "0.10.0", "description": "The Firebolt JS SDK", "main": "./dist/lib/firebolt.mjs", "types": "./dist/lib/firebolt.d.ts",