Skip to content

Commit a338f9a

Browse files
committed
Merge branch 'main' into next
2 parents ba22113 + c3af367 commit a338f9a

File tree

3 files changed

+8
-36
lines changed

3 files changed

+8
-36
lines changed

CHANGELOG.md

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,12 @@
1-
## [1.7.1-next.3](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.1-next.2...v1.7.1-next.3) (2022-11-18)
1+
## [1.7.1](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.0...v1.7.1) (2022-11-30)
22

33

44
### Bug Fixes
55

6-
* Removes extra string added to params table ([0d51872](https://github.com/rdkcentral/firebolt-openrpc/commit/0d5187266a1466cefded2ac50a7e44aa4ef1a2df))
7-
8-
## [1.7.1-next.2](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.1-next.1...v1.7.1-next.2) (2022-11-18)
9-
10-
11-
### Bug Fixes
12-
13-
* Improper null check of value ([eed458c](https://github.com/rdkcentral/firebolt-openrpc/commit/eed458c57eb8ba5701ea86097338041b79f88848))
14-
15-
## [1.7.1-next.1](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.0...v1.7.1-next.1) (2022-11-18)
16-
17-
18-
### Bug Fixes
19-
20-
* Capabilities for property setters to be manages instead of uses ([#77](https://github.com/rdkcentral/firebolt-openrpc/issues/77)) ([a2fa157](https://github.com/rdkcentral/firebolt-openrpc/commit/a2fa157fac3ace0c3cec9f283b59bc4768e17373))
21-
* Properly document context params ([#75](https://github.com/rdkcentral/firebolt-openrpc/issues/75)) ([325858c](https://github.com/rdkcentral/firebolt-openrpc/commit/325858c98116edd4708eacce644bbdb95a2e18e4))
22-
* Trigger semantic release ([bb2ab26](https://github.com/rdkcentral/firebolt-openrpc/commit/bb2ab26b76e7515c0770f79d0ea65a436c930915))
23-
24-
# [1.7.0-next.7](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.0-next.6...v1.7.0-next.7) (2022-11-18)
25-
26-
27-
### Bug Fixes
28-
29-
* Trigger semantic release ([bb2ab26](https://github.com/rdkcentral/firebolt-openrpc/commit/bb2ab26b76e7515c0770f79d0ea65a436c930915))
30-
31-
# [1.7.0-next.6](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.0-next.5...v1.7.0-next.6) (2022-11-18)
32-
33-
34-
### Bug Fixes
35-
36-
* Capabilities for property setters to be manages instead of uses ([#77](https://github.com/rdkcentral/firebolt-openrpc/issues/77)) ([a2fa157](https://github.com/rdkcentral/firebolt-openrpc/commit/a2fa157fac3ace0c3cec9f283b59bc4768e17373))
37-
* Properly document context params ([#75](https://github.com/rdkcentral/firebolt-openrpc/issues/75)) ([325858c](https://github.com/rdkcentral/firebolt-openrpc/commit/325858c98116edd4708eacce644bbdb95a2e18e4))
6+
* Capabilities for property setters to be manages instead of uses ([#77](https://github.com/rdkcentral/firebolt-openrpc/issues/77)) ([6f516e7](https://github.com/rdkcentral/firebolt-openrpc/commit/6f516e7ef32cf4a8de78b8ccb5992805d8b57c5b))
7+
* Improper null check of value ([85f77d8](https://github.com/rdkcentral/firebolt-openrpc/commit/85f77d8d10c6170c67ba642307cb12fd145e255e))
8+
* Properly document context params ([#75](https://github.com/rdkcentral/firebolt-openrpc/issues/75)) ([ca0f581](https://github.com/rdkcentral/firebolt-openrpc/commit/ca0f5811dca8016d147a1a012fca8518107f65a1))
9+
* Removes extra string added to params table ([cb9f35f](https://github.com/rdkcentral/firebolt-openrpc/commit/cb9f35f2e2cb70504b078b17ecb3a08b17c97359))
3810

3911
## 1.7.0
4012

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/openrpc",
3-
"version": "1.7.1-next.3",
3+
"version": "1.7.1",
44
"description": "The Firebolt SDK Code & Doc Generator",
55
"main": "src/js/sdk/index.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)