Skip to content

Commit

Permalink
chore: release v5.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Feb 26, 2025
1 parent e23afd8 commit 023a363
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions bsc-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v5.15.3](https://github.com/rokucommunity/rooibos/compare/v6.0.0-alpha.44...v5.15.3)
#### [v5.15.4](https://github.com/rokucommunity/rooibos/compare/v6.0.0-alpha.44...v5.15.4)

- Fixed a bunch of potential crashes due to prop name conflicts with native functions [`#319`](https://github.com/rokucommunity/rooibos/pull/319)
- Added the ability to have duplicate test names [`#317`](https://github.com/rokucommunity/rooibos/pull/317)
- Clean up test files [`#318`](https://github.com/rokucommunity/rooibos/pull/318)
- chore(deps): bump serialize-javascript and mocha in /bsc-plugin [`#316`](https://github.com/rokucommunity/rooibos/pull/316)
Expand All @@ -17,7 +18,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Task/update framework folder to match structure on device [`#306`](https://github.com/rokucommunity/rooibos/pull/306)
- Cleaned up formatting [`852cd15`](https://github.com/rokucommunity/rooibos/commit/852cd15ea0d99cf7fafc6ff2531290c87ca3371b)
- more indentation clean up [`973d6f2`](https://github.com/rokucommunity/rooibos/commit/973d6f23c7304163fe35dc031cb64624217510d0)
- Update unit test to account for this [`8c4d819`](https://github.com/rokucommunity/rooibos/commit/8c4d8194692cd72e22da6c0e9de7f42cd23ebed9)
- Fixed a bunch of potental crashes due to prop name conflicts with native functions [`0b23f1f`](https://github.com/rokucommunity/rooibos/commit/0b23f1f33a2c76254abdf67cd062374c4bd63d58)

#### [v6.0.0-alpha.44](https://github.com/rokucommunity/rooibos/compare/v6.0.0-alpha.41...v6.0.0-alpha.44)

Expand Down Expand Up @@ -52,7 +53,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: release v5.14.0 [`e2d2a57`](https://github.com/rokucommunity/rooibos/commit/e2d2a574c78f2fa22f47427016437ee087653aaf)
- Update changelog for v6.0.0-alpha.39 [`38e3cbe`](https://github.com/rokucommunity/rooibos/commit/38e3cbe3309666ce5daac248def66f3d256ff29c)

#### [v6.0.0-alpha.38](https://github.com/rokucommunity/rooibos/compare/v5.15.2...v6.0.0-alpha.38)
#### [v6.0.0-alpha.38](https://github.com/rokucommunity/rooibos/compare/v5.15.3...v6.0.0-alpha.38)

> 1 October 2024
Expand All @@ -62,6 +63,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Upgrading to Brighterscript v1 [`#289`](https://github.com/rokucommunity/rooibos/pull/289)
- upgrade changelog for v6.0.0-alpha.38 [`9ac4db8`](https://github.com/rokucommunity/rooibos/commit/9ac4db87dea8db8821d0e91249e1cbd1786c15f7)

#### [v5.15.3](https://github.com/rokucommunity/rooibos/compare/v5.15.2...v5.15.3)

> 24 February 2025
- Added the ability to have duplicate test names [`#317`](https://github.com/rokucommunity/rooibos/pull/317)
- Clean up test files [`#318`](https://github.com/rokucommunity/rooibos/pull/318)
- chore(deps): bump serialize-javascript and mocha in /bsc-plugin [`#316`](https://github.com/rokucommunity/rooibos/pull/316)
- Cleaned up formatting [`852cd15`](https://github.com/rokucommunity/rooibos/commit/852cd15ea0d99cf7fafc6ff2531290c87ca3371b)
- more indentation clean up [`973d6f2`](https://github.com/rokucommunity/rooibos/commit/973d6f23c7304163fe35dc031cb64624217510d0)
- File path standardization for test hashing [`e239045`](https://github.com/rokucommunity/rooibos/commit/e239045c69b2e0423e5c3bb7c24110d300d4521b)

#### [v5.15.2](https://github.com/rokucommunity/rooibos/compare/v5.15.1...v5.15.2)

> 17 February 2025
Expand Down
4 changes: 2 additions & 2 deletions bsc-plugin/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 bsc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rooibos-roku",
"version": "5.15.3",
"version": "5.15.4",
"description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin",
"scripts": {
"preversion": "npm run build && npm run lint && npm run test",
Expand Down

0 comments on commit 023a363

Please sign in to comment.