Skip to content

Commit

Permalink
chore: Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed Nov 8, 2022
1 parent 7f69224 commit 0629da0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 70 deletions.
54 changes: 4 additions & 50 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,16 @@
# [0.9.0-next.4](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0-next.3...v0.9.0-next.4) (2022-11-07)


### Bug Fixes

* Updating package-lock.json ([40bbf0d](https://github.com/rdkcentral/firebolt-core-sdk/commit/40bbf0db5fa4bfe9b48224333f401bfd755d3350))

# 0.9.0

### Features

* Adding availabilities API ([#65](https://github.com/rdkcentral/firebolt-core-sdk/issues/65)) ([ec940dd](https://github.com/rdkcentral/firebolt-core-sdk/commit/ec940dd1a7a6865f18d64ada69793c87556a172e))
* Capabilities ([e3b6ee2](https://github.com/rdkcentral/firebolt-core-sdk/commit/e3b6ee2475fbd9157a40bc92490c06df135ebc34))

# [0.9.0-next.3](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0-next.2...v0.9.0-next.3) (2022-10-19)


### Bug Fixes

* Don't ignore source files when pulbishing to npm [skip ci] ([cb26ff2](https://github.com/rdkcentral/firebolt-core-sdk/commit/cb26ff2e09416613c5557e76966eccbe0ec66d54))

# [0.9.0-next.2](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0-next.1...v0.9.0-next.2) (2022-10-16)

* Adding Availabilities API ([#65](https://github.com/rdkcentral/firebolt-core-sdk/issues/65)) ([ec940dd](https://github.com/rdkcentral/firebolt-core-sdk/commit/ec940dd1a7a6865f18d64ada69793c87556a172e))
* Tagging Capabilities ([e3b6ee2](https://github.com/rdkcentral/firebolt-core-sdk/commit/e3b6ee2475fbd9157a40bc92490c06df135ebc34))

### Bug Fixes

* Don't ignore source files when publishing to npm [skip ci] ([cb26ff2](https://github.com/rdkcentral/firebolt-core-sdk/commit/cb26ff2e09416613c5557e76966eccbe0ec66d54))
* Build SDK before npm publish ([#64](https://github.com/rdkcentral/firebolt-core-sdk/issues/64)) ([f221fa3](https://github.com/rdkcentral/firebolt-core-sdk/commit/f221fa34e24e29e86487b1ec98468b64f495d134))

# [0.9.0-next.2](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0-next.1...v0.9.0-next.2) (2022-10-16)


### Bug Fixes

* Build SDK before npm publish ([#64](https://github.com/rdkcentral/firebolt-core-sdk/issues/64)) ([f221fa3](https://github.com/rdkcentral/firebolt-core-sdk/commit/f221fa34e24e29e86487b1ec98468b64f495d134))

# [0.9.0-next.2](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0-next.1...v0.9.0-next.2) (2022-10-16)


### Bug Fixes

* Build SDK before npm publish ([#64](https://github.com/rdkcentral/firebolt-core-sdk/issues/64)) ([f221fa3](https://github.com/rdkcentral/firebolt-core-sdk/commit/f221fa34e24e29e86487b1ec98468b64f495d134))

# [0.9.0-next.2](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0-next.1...v0.9.0-next.2) (2022-10-16)


### Bug Fixes

* Build SDK before npm publish ([#64](https://github.com/rdkcentral/firebolt-core-sdk/issues/64)) ([f221fa3](https://github.com/rdkcentral/firebolt-core-sdk/commit/f221fa34e24e29e86487b1ec98468b64f495d134))

# [0.9.0-next.1](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.8.0...v0.9.0-next.1) (2022-09-14)

### Bug Fixes

* **Device:** add device version firmware property ([ef12ec0](https://github.com/rdkcentral/firebolt-core-sdk/commit/ef12ec083591837e9a0c31d993f4e916810b11bc)), closes [#54](https://github.com/rdkcentral/firebolt-core-sdk/issues/54)
* **Lifecycle:** lifecycle state api returns correct state in all circumstances ([31e405c](https://github.com/rdkcentral/firebolt-core-sdk/commit/31e405c124d29a3e87294dc4b356ff8df9972af8))

### Features

* **Extensions:** extensions module ([7cf4128](https://github.com/rdkcentral/firebolt-core-sdk/commit/7cf412819de8bc9749d51af2de923556924ae564)), closes [#46](https://github.com/rdkcentral/firebolt-core-sdk/issues/46)

# 0.8.1

- Added Device.version().firmware to surface the underlying hardware firmware version
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/sdk",
"version": "0.9.0-next.4",
"version": "0.9.0",
"description": "The Firebolt JS SDK",
"main": "./dist/lib/firebolt.mjs",
"types": "./dist/lib/firebolt.d.ts",
Expand Down Expand Up @@ -29,16 +29,16 @@
"type": "git",
"url": "git+https://github.com/rdkcentral/firebolt-core-sdk"
},
"author": "^1.7.0-next.2",
"author": "",
"bugs": {
"url": "https://github.com/rdkcentral/firebolt-core-sdk/issues"
},
"homepage": "https://github.com/rdkcentral/firebolt-core-sdk#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@firebolt-js/openrpc": "^1.7.0-next.3",
"@firebolt-js/schemas": "^0.5.0-next.0",
"@firebolt-js/openrpc": "^1.7.0",
"@firebolt-js/schemas": "^0.5.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
Expand Down

0 comments on commit 0629da0

Please sign in to comment.