Skip to content

Commit

Permalink
chore: release v0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed Aug 24, 2023
1 parent 2c78729 commit c74f008
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 4 deletions.
110 changes: 109 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,115 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [0.65.4](https://github.com/georgejecook/maestro-roku/compare/0.65.3...0.65.4)
## [0.69.0](https://github.com/georgejecook/maestro-roku/compare/0.68.2...0.69.0)

### Merged

- chore: minor fixes [`#407`](https://github.com/georgejecook/maestro-roku/pull/407)
- chore: removes erroenous checkmarks config [`#406`](https://github.com/georgejecook/maestro-roku/pull/406)
- set selected for passed index control [`#402`](https://github.com/georgejecook/maestro-roku/pull/402)
- Add additional fields to views created by tab controller [`#404`](https://github.com/georgejecook/maestro-roku/pull/404)
- fixes for bslib [`#401`](https://github.com/georgejecook/maestro-roku/pull/401)
- feat(multi-container) : added offset to support different component o… [`#400`](https://github.com/georgejecook/maestro-roku/pull/400)
- Fix build workflow [`#377`](https://github.com/georgejecook/maestro-roku/pull/377)
- fix parameter type for create sgnode function [`#392`](https://github.com/georgejecook/maestro-roku/pull/392)
- fix curl output [`#399`](https://github.com/georgejecook/maestro-roku/pull/399)
- adds release-it stuff [`#396`](https://github.com/georgejecook/maestro-roku/pull/396)

### Commits

- Merge pull request #405 from georgejecook/regex-fix-email-validation [`ca031c9`](https://github.com/georgejecook/maestro-roku/commit/ca031c9907c00ceec4636cc55120f0c60635db0a)
- Revert "Merge pull request #400 from VanjaPin/feat/multi-container" [`8c6ff32`](https://github.com/georgejecook/maestro-roku/commit/8c6ff32bd1eaf9304e96b23c3e064378f8522a18)
- feat(multi-container) : added offset to support different component on 1 screen [`52af74c`](https://github.com/georgejecook/maestro-roku/commit/52af74c3392106bf8858f36983b5de75008bb7cc)
- update doc links - remove colons from filenames [`790b0c3`](https://github.com/georgejecook/maestro-roku/commit/790b0c33e0b5ae2d1d788f8ffcfd511948122a99)
- remove colons from file names and change seperator to "--" [`6934840`](https://github.com/georgejecook/maestro-roku/commit/69348404568df176829399685aba2a708b1b2d15)
- rename files to match new seperator [`d7de8dc`](https://github.com/georgejecook/maestro-roku/commit/d7de8dc1325f80a61941205b92d9c08480fd9642)
- removed setSelectedIndex, it's part of another opened pr [`8fff743`](https://github.com/georgejecook/maestro-roku/commit/8fff7433b082d9156aae080c2c3ca422b2ce81fa)
- make npm-release use latest ubuntu and node versions + cache npm dependencies [`29b9854`](https://github.com/georgejecook/maestro-roku/commit/29b9854ee8aa0e97822e4f67f46ebecdf7cfcb90)
- updated email validation regex to match + sign in first part of the email [`c8470bd`](https://github.com/georgejecook/maestro-roku/commit/c8470bd4ca968bfd146e29eb7819e62b531e7326)
- add additionals fields for views created by tab controller [`2b7c7a8`](https://github.com/georgejecook/maestro-roku/commit/2b7c7a85699f68412d1ba7ae5e975f88da3b8b17)
- add windows to os matrix [`ba412ef`](https://github.com/georgejecook/maestro-roku/commit/ba412ef3917ae33f16eaee371fe5685c737e0a06)
- use lts node version and cache npm dependencies [`6702159`](https://github.com/georgejecook/maestro-roku/commit/67021596b13517c9f700e52ff91bf9775d582824)
- removed print statement [`06c9b4c`](https://github.com/georgejecook/maestro-roku/commit/06c9b4c5793774f03051553366171bfb52c97c0a)
- re-enable lint on build [`e286f8c`](https://github.com/georgejecook/maestro-roku/commit/e286f8c847ff8e38e931c1e7850635578331fe7e)
- use latest versions of ubuntu and macos [`7236372`](https://github.com/georgejecook/maestro-roku/commit/7236372ed573f1be211998caf0bf8a77b52a61c3)
- Remove colon from file names [`9cc616b`](https://github.com/georgejecook/maestro-roku/commit/9cc616bca54498cdf1c991256a0bc3f1203fb22c)

## [0.68.2](https://github.com/georgejecook/maestro-roku/compare/0.68.1...0.68.2) - 2023-05-31

### Merged

- fix(focusmanager): addresses issue that prevents unlocking focus [`#395`](https://github.com/georgejecook/maestro-roku/pull/395)

### Commits

- Release 0.68.2 [`256c6e6`](https://github.com/georgejecook/maestro-roku/commit/256c6e6a2c42bf34bd056e628e7e83e3268647a0)

## [0.68.1](https://github.com/georgejecook/maestro-roku/compare/0.68.0...0.68.1) - 2023-05-25

### Commits

- Release 0.68.1 [`6f1c352`](https://github.com/georgejecook/maestro-roku/commit/6f1c35299d8ce66cc2c014cc44ae7c376c532c73)
- build: fix release builds not working [`804f83e`](https://github.com/georgejecook/maestro-roku/commit/804f83ea275deb076663c86d940eb1171231b2b1)

## [0.68.0](https://github.com/georgejecook/maestro-roku/compare/0.67.1...0.68.0) - 2023-05-25

### Merged

- feat(controls): adds isFocused to Poster. you can set normalUri and f… [`#390`](https://github.com/georgejecook/maestro-roku/pull/390)
- feat(dialogs): adds override hooks for setting focus [`#389`](https://github.com/georgejecook/maestro-roku/pull/389)
- feat(core): adds facility to createSGNode, where you can pass in the … [`#391`](https://github.com/georgejecook/maestro-roku/pull/391)
- fix(focusmanager): adds additional logging [`#388`](https://github.com/georgejecook/maestro-roku/pull/388)

### Commits

- feat(controls): adds isFocused to Poster. you can set normalUri and focusedUri, isFocused to toggle [`64fb89d`](https://github.com/georgejecook/maestro-roku/commit/64fb89d84efc03c6b060e3311bdf6250dd4ea583)
- feat(core): adds facility to createSGNode, where you can pass in the first argument as json [`77d3bb0`](https://github.com/georgejecook/maestro-roku/commit/77d3bb0dff30205492b28e4ca063df163b45f761)
- Release 0.68.0 [`8f3e3ad`](https://github.com/georgejecook/maestro-roku/commit/8f3e3ad2d39670335aac94167bf18591ee3176d3)

## [0.67.1](https://github.com/georgejecook/maestro-roku/compare/0.67.0...0.67.1) - 2023-05-23

### Merged

- chore(build): update release-it config [`#387`](https://github.com/georgejecook/maestro-roku/pull/387)
- fix(view): fixes itemContent observer not firing correctly [`#386`](https://github.com/georgejecook/maestro-roku/pull/386)

### Commits

- Release 0.67.1 [`a866d00`](https://github.com/georgejecook/maestro-roku/commit/a866d0076f40398c3ec01275cb43b755ac22bae9)
- fix [`57c8d9e`](https://github.com/georgejecook/maestro-roku/commit/57c8d9e8cfe2d73de103f8ba3739e1cf462744cc)

## [0.67.0](https://github.com/georgejecook/maestro-roku/compare/0.66.0...0.67.0) - 2023-05-23

### Merged

- fix(core): fixes selection state call back not getting called on views [`#385`](https://github.com/georgejecook/maestro-roku/pull/385)
- feat(core): adds ability to add fields to nodes when using createSGNode [`#384`](https://github.com/georgejecook/maestro-roku/pull/384)

### Commits

- Release 0.67.0 [`080adcc`](https://github.com/georgejecook/maestro-roku/commit/080adcc9322a7df15106b7140ef78e27b31cd973)

## [0.66.0](https://github.com/georgejecook/maestro-roku/compare/0.65.4...0.66.0) - 2023-05-20

### Merged

- docs: adds docs for view fragments [`#383`](https://github.com/georgejecook/maestro-roku/pull/383)
- build: adds missin gpackage [`#382`](https://github.com/georgejecook/maestro-roku/pull/382)
- build: adds commitzen support and other build fixes [`#381`](https://github.com/georgejecook/maestro-roku/pull/381)
- View api improvements [`#380`](https://github.com/georgejecook/maestro-roku/pull/380)
- have DebugTimer rely on startTime instead of lastTime [`#379`](https://github.com/georgejecook/maestro-roku/pull/379)

### Commits

- --ammend [`7f39576`](https://github.com/georgejecook/maestro-roku/commit/7f395762cf1a9f8e65f49087d2193697560fd87e)
- feat(views): adds fragment support [`807a53e`](https://github.com/georgejecook/maestro-roku/commit/807a53ebdad4331aa5b4b4c32755faef9546f4f9)
- docs: fixes poornaming that breaks the build [`f9c801c`](https://github.com/georgejecook/maestro-roku/commit/f9c801c5ca54e0a8b403c832d5bf930c0b8e81d7)
- bump [`149ad7a`](https://github.com/georgejecook/maestro-roku/commit/149ad7aedad273021dcd0873f5145b816c3d9e4b)
- Release 0.66.0 [`35c3933`](https://github.com/georgejecook/maestro-roku/commit/35c3933607d66c8a78cc24ae050b33262972223c)
- fix [`4d68077`](https://github.com/georgejecook/maestro-roku/commit/4d6807732e4033c7139f0a059f8e651db673af9a)

## [0.65.4](https://github.com/georgejecook/maestro-roku/compare/0.65.3...0.65.4) - 2023-05-12

### Merged

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": "maestro-roku",
"version": "0.68.2",
"version": "0.69.0",
"description": "A development platform for building roku channels in brighterscript",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit c74f008

Please sign in to comment.