Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Capabilities for property setters to be manages instead of uses #77

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

kpears201
Copy link
Collaborator

No description provided.

@kpears201 kpears201 merged commit a2fa157 into next Nov 18, 2022
@kpears201 kpears201 deleted the fix-capabilities-for-property-setters branch November 18, 2022 00:25
cletustboone pushed a commit that referenced this pull request Nov 18, 2022
# [1.7.0-next.6](v1.7.0-next.5...v1.7.0-next.6) (2022-11-18)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](#77)) ([a2fa157](a2fa157))
* Properly document context params ([#75](#75)) ([325858c](325858c))
@cletustboone
Copy link
Contributor

🎉 This PR is included in version 1.7.0-next.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

cletustboone pushed a commit that referenced this pull request Nov 18, 2022
## [1.7.1-next.1](v1.7.0...v1.7.1-next.1) (2022-11-18)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](#77)) ([a2fa157](a2fa157))
* Properly document context params ([#75](#75)) ([325858c](325858c))
* Trigger semantic release ([bb2ab26](bb2ab26))
@cletustboone
Copy link
Contributor

🎉 This PR is included in version 1.7.1-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

cletustboone added a commit that referenced this pull request Nov 30, 2022
* fix: Properly document context params (#75)

* fix: Properly document context params

* fix: Remove unused code

* fix: Capabilities for property setters to be manages instead of uses (#77)

### Bug Fixes

* Trigger semantic release ([bb2ab26](bb2ab26))

* chore(release): 1.7.1-next.1 [skip ci]

## [1.7.1-next.1](v1.7.0...v1.7.1-next.1) (2022-11-18)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](#77)) ([a2fa157](a2fa157))
* Properly document context params ([#75](#75)) ([325858c](325858c))
* Trigger semantic release ([bb2ab26](bb2ab26))

* fix: Improper null check of value

Fixes ClosedCaptions.enabled(false).

* ci: Release to npm and github on checkin to next (#74)

* ci: Release to npm and github on checkin to next
* ci: Run npm pack prior to pr merge

* chore(release): 1.7.1-next.2 [skip ci]

## [1.7.1-next.2](v1.7.1-next.1...v1.7.1-next.2) (2022-11-18)

### Bug Fixes

* Improper null check of value ([eed458c](eed458c))

* fix: Removes extra string added to params table

Co-authored-by: Clay Simmons <clay_simmons@comcast.com>

* chore(release): 1.7.1-next.3 [skip ci]

## [1.7.1-next.3](v1.7.1-next.2...v1.7.1-next.3) (2022-11-18)

### Bug Fixes

* Removes extra string added to params table ([0d51872](0d51872))

* ci: Update release.yml (#79)

Want the release automation triggered on merges to the `main` branch.

Co-authored-by: Jeremy LaCivita <jeremy.lacivita@comcast.com>
Co-authored-by: kpears201 <kevin_pearson@cable.comcast.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: ChakrabortySubhrajyoti <113670875+ChakrabortySubhrajyoti@users.noreply.github.com>
cletustboone pushed a commit that referenced this pull request Nov 30, 2022
cletustboone pushed a commit that referenced this pull request Nov 30, 2022
## [1.7.1](v1.7.0...v1.7.1) (2022-11-30)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](#77)) ([6f516e7](6f516e7))
* Improper null check of value ([85f77d8](85f77d8))
* Properly document context params ([#75](#75)) ([ca0f581](ca0f581))
* Removes extra string added to params table ([cb9f35f](cb9f35f))
cletustboone pushed a commit that referenced this pull request Dec 2, 2022
## [1.7.2-next.1](v1.7.1...v1.7.2-next.1) (2022-12-02)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](#77)) ([a2fa157](a2fa157))
* Improper null check of value ([eed458c](eed458c))
* Properly document context params ([#75](#75)) ([325858c](325858c))
* Removes extra string added to params table ([0d51872](0d51872))
* Trigger semantic release ([bb2ab26](bb2ab26))
@cletustboone
Copy link
Contributor

🎉 This PR is included in version 1.7.2-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

HaseenaSainul pushed a commit to HaseenaSainul/firebolt-openrpc that referenced this pull request Jan 17, 2023
HaseenaSainul pushed a commit to HaseenaSainul/firebolt-openrpc that referenced this pull request Jan 17, 2023
# [1.7.0-next.6](rdkcentral/firebolt-openrpc@v1.7.0-next.5...v1.7.0-next.6) (2022-11-18)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([rdkcentral#77](rdkcentral#77)) ([a2fa157](rdkcentral@a2fa157))
* Properly document context params ([rdkcentral#75](rdkcentral#75)) ([325858c](rdkcentral@325858c))
HaseenaSainul pushed a commit to HaseenaSainul/firebolt-openrpc that referenced this pull request Jan 17, 2023
## [1.7.1-next.1](rdkcentral/firebolt-openrpc@v1.7.0...v1.7.1-next.1) (2022-11-18)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([rdkcentral#77](rdkcentral#77)) ([a2fa157](rdkcentral@a2fa157))
* Properly document context params ([rdkcentral#75](rdkcentral#75)) ([325858c](rdkcentral@325858c))
* Trigger semantic release ([bb2ab26](rdkcentral@bb2ab26))
ottx-automation pushed a commit that referenced this pull request May 1, 2023
# [2.0.0](v1.7.1...v2.0.0) (2023-05-01)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](#77)) ([a2fa157](a2fa157))
* Handle error in calls-metrics template ([322f636](322f636))
* Handle error in calls-metrics template ([b737d09](b737d09))
* Improper null check of value ([eed458c](eed458c))
* Properly document context params ([#75](#75)) ([325858c](325858c))
* **release:** Publish prereleases to NPM ([8947d81](8947d81))
* Removes extra string added to params table ([0d51872](0d51872))
* Trigger semantic release ([bb2ab26](bb2ab26))

### Features

* Add registerEventContext as an import for Capabilities module ([#83](#83)) ([16409bd](16409bd))
* **readme:** Update Readme for 2.0 ([3537aa0](3537aa0))

### BREAKING CHANGES

* **readme:** tagging this commit because all of the others were squashed
@ottx-automation
Copy link
Collaborator

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants