Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed Oct 12, 2021
1 parent 50a5c25 commit 2e9178d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,31 @@ 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.28.2](https://github.com/georgejecook/maestro-roku/compare/0.28.1...0.28.2)
## [0.28.3](https://github.com/georgejecook/maestro-roku/compare/0.28.2...0.28.3)

### Merged

- Fix/adds navcontroller wrappers [`#64`](https://github.com/georgejecook/maestro-roku/pull/64)

### Commits

- fix: wires aniamted fields into navcontroller proxy functions and adds resetNavControllerToRoot on BaseScreen and BaseViewModel [`1e43f1c`](https://github.com/georgejecook/maestro-roku/commit/1e43f1c11adc5a5eb4f4c623aafd051a549ace8b)

## [0.28.2](https://github.com/georgejecook/maestro-roku/compare/0.28.1...0.28.2) - 2021-10-12

### Merged

- fix: fixes crash on combiner [`#63`](https://github.com/georgejecook/maestro-roku/pull/63)
- NavController.replace() doesn't set the view controller on new view [`#62`](https://github.com/georgejecook/maestro-roku/pull/62)

### Commits

- version bump [`ed6d5e1`](https://github.com/georgejecook/maestro-roku/commit/ed6d5e10b500ba8d6a7124cdeada40d2ca6f72d8)

## [0.28.1](https://github.com/georgejecook/maestro-roku/compare/0.28.0...0.28.1) - 2021-10-12

### Merged

- NavController.replace() doesn't set the view controller on new view [`#62`](https://github.com/georgejecook/maestro-roku/pull/62)
- feat: adds default locale to style manager [`#61`](https://github.com/georgejecook/maestro-roku/pull/61)

### Commits
Expand Down
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.28.2",
"version": "0.28.3",
"description": "A development platform for building roku channels in brighterscript",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 2e9178d

Please sign in to comment.