From 23f5fe58553d1cb3887d11735cc5a465e52e89f7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 May 2023 20:52:41 +0000 Subject: [PATCH] chore(release): 0.11.0 [skip ci] # [0.11.0](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.10.0...v0.11.0) (2023-05-01) ### Bug Fixes * **api:** Removing future APIs ([bac48f5](https://github.com/rdkcentral/firebolt-core-sdk/commit/bac48f5bd0223b765d896d11766b049450c3f37d)) * Build SDK before npm publish ([#64](https://github.com/rdkcentral/firebolt-core-sdk/issues/64)) ([1994587](https://github.com/rdkcentral/firebolt-core-sdk/commit/199458742f13d46c8d55b60e75112f8de393a8c4)) * Change doc examples to https ([#79](https://github.com/rdkcentral/firebolt-core-sdk/issues/79)) ([0da43e6](https://github.com/rdkcentral/firebolt-core-sdk/commit/0da43e666842bb75d20f9585c0d1f3f0236388ee)) * Don't ignore source files when pulbishing to npm [skip ci] ([19d695b](https://github.com/rdkcentral/firebolt-core-sdk/commit/19d695bcee81a1c7e89749b04d427ec50581c5a1)) * FIRESDK-31 returned response from Lifecycle.ready method ([#81](https://github.com/rdkcentral/firebolt-core-sdk/issues/81)) ([7d13347](https://github.com/rdkcentral/firebolt-core-sdk/commit/7d133473829c30227246b53d32b92c609398344f)) * Initiate semantic-release ([f2fe209](https://github.com/rdkcentral/firebolt-core-sdk/commit/f2fe209ef08a3ce0cb470666da29720e7ab24946)) * **Lifecycle:** Remove private LifecycleManagement API ([a3208ea](https://github.com/rdkcentral/firebolt-core-sdk/commit/a3208ea8cc9cc9d818fb2bc7e70453f2d368c4dd)) * **READMEs:** Add various READMEs, remove Discovery SDK ([80365af](https://github.com/rdkcentral/firebolt-core-sdk/commit/80365afad63faf3a67a8f679047c3fc618aaa413)) * **README:** Update Readme ([0b8c20a](https://github.com/rdkcentral/firebolt-core-sdk/commit/0b8c20a1f25824b6647a553a1c05a6a8cfac47e8)) * **release:** Bring back npm plugin, turn of publish ([2fc9196](https://github.com/rdkcentral/firebolt-core-sdk/commit/2fc91962d85e050350415dd628d6144e8569299d)) * **release:** Copy broilerplate docs into each workspace ([2e6bd34](https://github.com/rdkcentral/firebolt-core-sdk/commit/2e6bd34b4317e9663aeafc173f6c6f9a6f249e83)) * **release:** Drop redundant copy of each SDK's /dist/ ([97dd3da](https://github.com/rdkcentral/firebolt-core-sdk/commit/97dd3dadfa278c76a4a99357c9eb3ede6dfc59f7)) * **release:** Fix bug where CHANGELOG.md only updated in [@latest](https://github.com/latest) channel ([9d96665](https://github.com/rdkcentral/firebolt-core-sdk/commit/9d96665616dd6d644f9c47411b8a41f8c33d8e30)) * **release:** Fixed untested mv/cp ([a329280](https://github.com/rdkcentral/firebolt-core-sdk/commit/a329280cf099ada6d42e9b3d451a10c35bb60c67)) * **release:** Initiating semantic-release test ([17063e8](https://github.com/rdkcentral/firebolt-core-sdk/commit/17063e885215701dbab982ab058d916ec54badba)) * **release:** Only scrub pre-release notes on prod release cycle ([4cf4de3](https://github.com/rdkcentral/firebolt-core-sdk/commit/4cf4de3bc2df1669191f595190a8fb5d8f955394)) * **release:** Pointing to next branch for `firebolt-openrpc` ([e25b57a](https://github.com/rdkcentral/firebolt-core-sdk/commit/e25b57ac6986187752e39d78881c0ad529b39226)) * **release:** Remove redundant build, fix broilerplate copy ([836b246](https://github.com/rdkcentral/firebolt-core-sdk/commit/836b246040d6b92131156b24cc69c401de5d7424)) * **release:** Stop pushing mono-artifact to npm ([a7c772e](https://github.com/rdkcentral/firebolt-core-sdk/commit/a7c772e143662f8b7650280eea12262e70bc3f2a)) * **rpc:** Better rpc.discover capability ([91bc54b](https://github.com/rdkcentral/firebolt-core-sdk/commit/91bc54b470dffe14464d95f318d6fb49474ed3ff)) * **specification:** Removing unused capabilities ([befcba4](https://github.com/rdkcentral/firebolt-core-sdk/commit/befcba40cd70f95de59c3d7ceb5d25c82c7b7926)) * Support arrays of EventObjects ([67f561d](https://github.com/rdkcentral/firebolt-core-sdk/commit/67f561d52a4d8aa0ef8cdabe6fadb91c6af00d65)) * **tests:** Update tests per previous commit ([8010c5b](https://github.com/rdkcentral/firebolt-core-sdk/commit/8010c5b4c52d4b02e0ac33a3eabd0a460f1ce39a)) * **typo:** Fixed misspelled "primitives" ([c3403c9](https://github.com/rdkcentral/firebolt-core-sdk/commit/c3403c9fba7ee037acb1aa53d3b866898689ed04)) * Updated secure storage spec to allow null as result value ([#84](https://github.com/rdkcentral/firebolt-core-sdk/issues/84)) ([7ed1fed](https://github.com/rdkcentral/firebolt-core-sdk/commit/7ed1fed9ab9f5d84927c4e31c2816e15da0d6f44)) * Word publish scripts ([#78](https://github.com/rdkcentral/firebolt-core-sdk/issues/78)) ([df66ebf](https://github.com/rdkcentral/firebolt-core-sdk/commit/df66ebf642de26dced139998b2834fc8f801e88b)) * Word publish scripts ([#78](https://github.com/rdkcentral/firebolt-core-sdk/issues/78)) ([3ee86bf](https://github.com/rdkcentral/firebolt-core-sdk/commit/3ee86bf587e94d51d662c24d4eb0fe63a799f213)) ### Features * Add Secure Storage module ([#77](https://github.com/rdkcentral/firebolt-core-sdk/issues/77)) ([e633428](https://github.com/rdkcentral/firebolt-core-sdk/commit/e633428843d802b330d5fc6d93a4a5e3e5370521)) * Added new methods for additionaInfo ([fe3c488](https://github.com/rdkcentral/firebolt-core-sdk/commit/fe3c48878f4c18550174c8de416335c2a7f8316f)) * Make capabilities:info and capabilities:request non-negotiable ([e79ff5a](https://github.com/rdkcentral/firebolt-core-sdk/commit/e79ff5a88aa41eaaa37c7ad2a717b234500df1b5)) * **Metrics:** Add distributor Metrics.event API ([e5b87bd](https://github.com/rdkcentral/firebolt-core-sdk/commit/e5b87bd2fa8f0f3be8d17b5fadd657a88491a974)) * **specification:** Add script to generate Firebolt Version Specification JSON ([d417ac4](https://github.com/rdkcentral/firebolt-core-sdk/commit/d417ac4b7f96b314476401d20bf2e2b71bce5de5)) * Trigger ([9792bee](https://github.com/rdkcentral/firebolt-core-sdk/commit/9792beee52a1937a0e90bebcd5a80265e5f7eaac)) * Trigger ([01156ca](https://github.com/rdkcentral/firebolt-core-sdk/commit/01156ca1ae023d944984637dad3bb9e5151941c1)) * Trigger ([35cb430](https://github.com/rdkcentral/firebolt-core-sdk/commit/35cb430f7ffb5ece384b8799707aeb945e72aa9e)) * Trigger ([eba005f](https://github.com/rdkcentral/firebolt-core-sdk/commit/eba005f3565475fb01a0d73f907839c621b74e43)) * Trigger ([52bf827](https://github.com/rdkcentral/firebolt-core-sdk/commit/52bf827508bcec2995ccbbae6b614a8b839132bc)) * Trigger ([2a2b739](https://github.com/rdkcentral/firebolt-core-sdk/commit/2a2b73910b96017afa4ee6e3c3d3420591ca61ac)) * Trigger ([ccfc364](https://github.com/rdkcentral/firebolt-core-sdk/commit/ccfc364b342947ab2e1ffadbe5e3825a207c4d83)) * Trigger ([b3e6f83](https://github.com/rdkcentral/firebolt-core-sdk/commit/b3e6f83fd6326b1ddd341ef30baa3c5b63382f62)) * Turn on dryRun ([228e7d9](https://github.com/rdkcentral/firebolt-core-sdk/commit/228e7d97af909933ed2b3a5984d76e957cc98f7f)) * Turn on dryRun ([f90d475](https://github.com/rdkcentral/firebolt-core-sdk/commit/f90d47595def476cd09f4e646f1f99a22180791f)) --- CHANGELOG.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 55 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5869c9d4d..7cc9a26ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,55 @@ +# [0.11.0](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.10.0...v0.11.0) (2023-05-01) + + +### Bug Fixes + +* **api:** Removing future APIs ([bac48f5](https://github.com/rdkcentral/firebolt-core-sdk/commit/bac48f5bd0223b765d896d11766b049450c3f37d)) +* Build SDK before npm publish ([#64](https://github.com/rdkcentral/firebolt-core-sdk/issues/64)) ([1994587](https://github.com/rdkcentral/firebolt-core-sdk/commit/199458742f13d46c8d55b60e75112f8de393a8c4)) +* Change doc examples to https ([#79](https://github.com/rdkcentral/firebolt-core-sdk/issues/79)) ([0da43e6](https://github.com/rdkcentral/firebolt-core-sdk/commit/0da43e666842bb75d20f9585c0d1f3f0236388ee)) +* Don't ignore source files when pulbishing to npm [skip ci] ([19d695b](https://github.com/rdkcentral/firebolt-core-sdk/commit/19d695bcee81a1c7e89749b04d427ec50581c5a1)) +* FIRESDK-31 returned response from Lifecycle.ready method ([#81](https://github.com/rdkcentral/firebolt-core-sdk/issues/81)) ([7d13347](https://github.com/rdkcentral/firebolt-core-sdk/commit/7d133473829c30227246b53d32b92c609398344f)) +* Initiate semantic-release ([f2fe209](https://github.com/rdkcentral/firebolt-core-sdk/commit/f2fe209ef08a3ce0cb470666da29720e7ab24946)) +* **Lifecycle:** Remove private LifecycleManagement API ([a3208ea](https://github.com/rdkcentral/firebolt-core-sdk/commit/a3208ea8cc9cc9d818fb2bc7e70453f2d368c4dd)) +* **READMEs:** Add various READMEs, remove Discovery SDK ([80365af](https://github.com/rdkcentral/firebolt-core-sdk/commit/80365afad63faf3a67a8f679047c3fc618aaa413)) +* **README:** Update Readme ([0b8c20a](https://github.com/rdkcentral/firebolt-core-sdk/commit/0b8c20a1f25824b6647a553a1c05a6a8cfac47e8)) +* **release:** Bring back npm plugin, turn of publish ([2fc9196](https://github.com/rdkcentral/firebolt-core-sdk/commit/2fc91962d85e050350415dd628d6144e8569299d)) +* **release:** Copy broilerplate docs into each workspace ([2e6bd34](https://github.com/rdkcentral/firebolt-core-sdk/commit/2e6bd34b4317e9663aeafc173f6c6f9a6f249e83)) +* **release:** Drop redundant copy of each SDK's /dist/ ([97dd3da](https://github.com/rdkcentral/firebolt-core-sdk/commit/97dd3dadfa278c76a4a99357c9eb3ede6dfc59f7)) +* **release:** Fix bug where CHANGELOG.md only updated in [@latest](https://github.com/latest) channel ([9d96665](https://github.com/rdkcentral/firebolt-core-sdk/commit/9d96665616dd6d644f9c47411b8a41f8c33d8e30)) +* **release:** Fixed untested mv/cp ([a329280](https://github.com/rdkcentral/firebolt-core-sdk/commit/a329280cf099ada6d42e9b3d451a10c35bb60c67)) +* **release:** Initiating semantic-release test ([17063e8](https://github.com/rdkcentral/firebolt-core-sdk/commit/17063e885215701dbab982ab058d916ec54badba)) +* **release:** Only scrub pre-release notes on prod release cycle ([4cf4de3](https://github.com/rdkcentral/firebolt-core-sdk/commit/4cf4de3bc2df1669191f595190a8fb5d8f955394)) +* **release:** Pointing to next branch for `firebolt-openrpc` ([e25b57a](https://github.com/rdkcentral/firebolt-core-sdk/commit/e25b57ac6986187752e39d78881c0ad529b39226)) +* **release:** Remove redundant build, fix broilerplate copy ([836b246](https://github.com/rdkcentral/firebolt-core-sdk/commit/836b246040d6b92131156b24cc69c401de5d7424)) +* **release:** Stop pushing mono-artifact to npm ([a7c772e](https://github.com/rdkcentral/firebolt-core-sdk/commit/a7c772e143662f8b7650280eea12262e70bc3f2a)) +* **rpc:** Better rpc.discover capability ([91bc54b](https://github.com/rdkcentral/firebolt-core-sdk/commit/91bc54b470dffe14464d95f318d6fb49474ed3ff)) +* **specification:** Removing unused capabilities ([befcba4](https://github.com/rdkcentral/firebolt-core-sdk/commit/befcba40cd70f95de59c3d7ceb5d25c82c7b7926)) +* Support arrays of EventObjects ([67f561d](https://github.com/rdkcentral/firebolt-core-sdk/commit/67f561d52a4d8aa0ef8cdabe6fadb91c6af00d65)) +* **tests:** Update tests per previous commit ([8010c5b](https://github.com/rdkcentral/firebolt-core-sdk/commit/8010c5b4c52d4b02e0ac33a3eabd0a460f1ce39a)) +* **typo:** Fixed misspelled "primitives" ([c3403c9](https://github.com/rdkcentral/firebolt-core-sdk/commit/c3403c9fba7ee037acb1aa53d3b866898689ed04)) +* Updated secure storage spec to allow null as result value ([#84](https://github.com/rdkcentral/firebolt-core-sdk/issues/84)) ([7ed1fed](https://github.com/rdkcentral/firebolt-core-sdk/commit/7ed1fed9ab9f5d84927c4e31c2816e15da0d6f44)) +* Word publish scripts ([#78](https://github.com/rdkcentral/firebolt-core-sdk/issues/78)) ([df66ebf](https://github.com/rdkcentral/firebolt-core-sdk/commit/df66ebf642de26dced139998b2834fc8f801e88b)) +* Word publish scripts ([#78](https://github.com/rdkcentral/firebolt-core-sdk/issues/78)) ([3ee86bf](https://github.com/rdkcentral/firebolt-core-sdk/commit/3ee86bf587e94d51d662c24d4eb0fe63a799f213)) + + +### Features + +* Add Secure Storage module ([#77](https://github.com/rdkcentral/firebolt-core-sdk/issues/77)) ([e633428](https://github.com/rdkcentral/firebolt-core-sdk/commit/e633428843d802b330d5fc6d93a4a5e3e5370521)) +* Added new methods for additionaInfo ([fe3c488](https://github.com/rdkcentral/firebolt-core-sdk/commit/fe3c48878f4c18550174c8de416335c2a7f8316f)) +* Make capabilities:info and capabilities:request non-negotiable ([e79ff5a](https://github.com/rdkcentral/firebolt-core-sdk/commit/e79ff5a88aa41eaaa37c7ad2a717b234500df1b5)) +* **Metrics:** Add distributor Metrics.event API ([e5b87bd](https://github.com/rdkcentral/firebolt-core-sdk/commit/e5b87bd2fa8f0f3be8d17b5fadd657a88491a974)) +* **specification:** Add script to generate Firebolt Version Specification JSON ([d417ac4](https://github.com/rdkcentral/firebolt-core-sdk/commit/d417ac4b7f96b314476401d20bf2e2b71bce5de5)) +* Trigger ([9792bee](https://github.com/rdkcentral/firebolt-core-sdk/commit/9792beee52a1937a0e90bebcd5a80265e5f7eaac)) +* Trigger ([01156ca](https://github.com/rdkcentral/firebolt-core-sdk/commit/01156ca1ae023d944984637dad3bb9e5151941c1)) +* Trigger ([35cb430](https://github.com/rdkcentral/firebolt-core-sdk/commit/35cb430f7ffb5ece384b8799707aeb945e72aa9e)) +* Trigger ([eba005f](https://github.com/rdkcentral/firebolt-core-sdk/commit/eba005f3565475fb01a0d73f907839c621b74e43)) +* Trigger ([52bf827](https://github.com/rdkcentral/firebolt-core-sdk/commit/52bf827508bcec2995ccbbae6b614a8b839132bc)) +* Trigger ([2a2b739](https://github.com/rdkcentral/firebolt-core-sdk/commit/2a2b73910b96017afa4ee6e3c3d3420591ca61ac)) +* Trigger ([ccfc364](https://github.com/rdkcentral/firebolt-core-sdk/commit/ccfc364b342947ab2e1ffadbe5e3825a207c4d83)) +* Trigger ([b3e6f83](https://github.com/rdkcentral/firebolt-core-sdk/commit/b3e6f83fd6326b1ddd341ef30baa3c5b63382f62)) +* Turn on dryRun ([228e7d9](https://github.com/rdkcentral/firebolt-core-sdk/commit/228e7d97af909933ed2b3a5984d76e957cc98f7f)) +* Turn on dryRun ([f90d475](https://github.com/rdkcentral/firebolt-core-sdk/commit/f90d47595def476cd09f4e646f1f99a22180791f)) + # [0.11.0-next.8](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.11.0-next.7...v0.11.0-next.8) (2023-05-01) diff --git a/package-lock.json b/package-lock.json index 5aa697be0..31fbe5bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@firebolt-js/sdks", - "version": "0.11.0-next.8", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@firebolt-js/sdks", - "version": "0.11.0-next.8", + "version": "0.11.0", "license": "Apache-2.0", "workspaces": [ "src/sdks/core", diff --git a/package.json b/package.json index ad623ea9a..dc94bce72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@firebolt-js/sdks", - "version": "0.11.0-next.8", + "version": "0.11.0", "description": "The Firebolt JS SDK", "type": "module", "bin": {