Skip to content

Commit

Permalink
chore(release): 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.11.0](v0.10.0...v0.11.0) (2023-05-01)

### Bug Fixes

* **api:** Removing future APIs ([bac48f5](bac48f5))
* Build SDK before npm publish ([#64](#64)) ([1994587](1994587))
* Change doc examples to https ([#79](#79)) ([0da43e6](0da43e6))
* Don't ignore source files when pulbishing to npm [skip ci] ([19d695b](19d695b))
* FIRESDK-31 returned response from Lifecycle.ready method ([#81](#81)) ([7d13347](7d13347))
* Initiate semantic-release ([f2fe209](f2fe209))
* **Lifecycle:** Remove private LifecycleManagement API ([a3208ea](a3208ea))
* **READMEs:** Add various READMEs, remove Discovery SDK ([80365af](80365af))
* **README:** Update Readme ([0b8c20a](0b8c20a))
* **release:** Bring back npm plugin, turn of publish ([2fc9196](2fc9196))
* **release:** Copy broilerplate docs into each workspace ([2e6bd34](2e6bd34))
* **release:** Drop redundant copy of each SDK's /dist/ ([97dd3da](97dd3da))
* **release:** Fix bug where CHANGELOG.md only updated in [@latest](https://github.com/latest) channel ([9d96665](9d96665))
* **release:** Fixed untested mv/cp ([a329280](a329280))
* **release:** Initiating semantic-release test ([17063e8](17063e8))
* **release:** Only scrub pre-release notes on prod release cycle ([4cf4de3](4cf4de3))
* **release:** Pointing to next branch for `firebolt-openrpc` ([e25b57a](e25b57a))
* **release:** Remove redundant build, fix broilerplate copy ([836b246](836b246))
* **release:** Stop pushing mono-artifact to npm ([a7c772e](a7c772e))
* **rpc:** Better rpc.discover capability ([91bc54b](91bc54b))
* **specification:** Removing unused capabilities ([befcba4](befcba4))
* Support arrays of EventObjects ([67f561d](67f561d))
* **tests:** Update tests per previous commit ([8010c5b](8010c5b))
* **typo:** Fixed misspelled "primitives" ([c3403c9](c3403c9))
* Updated secure storage spec to allow null as result value ([#84](#84)) ([7ed1fed](7ed1fed))
* Word publish scripts ([#78](#78)) ([df66ebf](df66ebf))
* Word publish scripts ([#78](#78)) ([3ee86bf](3ee86bf))

### Features

* Add Secure Storage module ([#77](#77)) ([e633428](e633428))
* Added new methods for additionaInfo ([fe3c488](fe3c488))
* Make capabilities:info and capabilities:request non-negotiable ([e79ff5a](e79ff5a))
* **Metrics:** Add distributor Metrics.event API ([e5b87bd](e5b87bd))
* **specification:** Add script to generate Firebolt Version Specification JSON ([d417ac4](d417ac4))
* Trigger ([9792bee](9792bee))
* Trigger ([01156ca](01156ca))
* Trigger ([35cb430](35cb430))
* Trigger ([eba005f](eba005f))
* Trigger ([52bf827](52bf827))
* Trigger ([2a2b739](2a2b739))
* Trigger ([ccfc364](ccfc364))
* Trigger ([b3e6f83](b3e6f83))
* Turn on dryRun ([228e7d9](228e7d9))
* Turn on dryRun ([f90d475](f90d475))
  • Loading branch information
semantic-release-bot committed May 1, 2023
1 parent 313cae8 commit 23f5fe5
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 3 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 23f5fe5

Please sign in to comment.