From 38e3cbe3309666ce5daac248def66f3d256ff29c Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 3 Oct 2024 15:52:20 -0400 Subject: [PATCH] Update changelog for v6.0.0-alpha.39 --- bsc-plugin/CHANGELOG.md | 6 ++++++ bsc-plugin/package-lock.json | 14 +++++++------- bsc-plugin/package.json | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 58846b3..2c56a44 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [6.0.0-alpha.39](https://github.com/rokucommunity/bslint/compare/v6.0.0-alpha.38...v6.0.0-alpha.39) - 2024-10-03 +### Changed + - upgrade to [brighterscript@1.0.0-alpha.39](https://github.com/rokucommunity/brighterscript/blob/release-1.0.0/CHANGELOG.md#100-alpha39---2024-10-03) + + + ## [6.0.0-alpha.38](https://github.com/rokucommunity/brighterscript/compare/5.13.0...v6.0.0-alpha.38) - 2024-10-01 ### Changed - upgrade to brighterscript v1.0.0-alpha.38 and fix issues ([#299](https://github.com/rokucommunity/rooibos/pull/299)) diff --git a/bsc-plugin/package-lock.json b/bsc-plugin/package-lock.json index e2e2cd3..8baf478 100644 --- a/bsc-plugin/package-lock.json +++ b/bsc-plugin/package-lock.json @@ -29,7 +29,7 @@ "@types/yargs": "^15.0.5", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", - "brighterscript": "^1.0.0-alpha.38", + "brighterscript": "^1.0.0-alpha.39", "chai": "^4.2.0", "chai-subset": "^1.6.0", "coveralls": "^3.0.0", @@ -1961,9 +1961,9 @@ } }, "node_modules/brighterscript": { - "version": "1.0.0-alpha.38", - "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-1.0.0-alpha.38.tgz", - "integrity": "sha512-x16tI2juW+UcTGKZ9UoxZDk70ZKDKmGskuklXrsTH1D8onnRdJrSQtejfBeczPvhP1/khxE4qzoLppSpfVhqqg==", + "version": "1.0.0-alpha.39", + "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-1.0.0-alpha.39.tgz", + "integrity": "sha512-cmUQdypUqvoxPQTn8pnpJkH9ryPAjTzC5PvxT83fJTBnpgYPgudklfYqKvcI9flWkpRqSOzj+idr9UmuIf4JTQ==", "dev": true, "dependencies": { "@rokucommunity/bslib": "^0.1.1", @@ -11319,9 +11319,9 @@ } }, "brighterscript": { - "version": "1.0.0-alpha.38", - "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-1.0.0-alpha.38.tgz", - "integrity": "sha512-x16tI2juW+UcTGKZ9UoxZDk70ZKDKmGskuklXrsTH1D8onnRdJrSQtejfBeczPvhP1/khxE4qzoLppSpfVhqqg==", + "version": "1.0.0-alpha.39", + "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-1.0.0-alpha.39.tgz", + "integrity": "sha512-cmUQdypUqvoxPQTn8pnpJkH9ryPAjTzC5PvxT83fJTBnpgYPgudklfYqKvcI9flWkpRqSOzj+idr9UmuIf4JTQ==", "dev": true, "requires": { "@rokucommunity/bslib": "^0.1.1", diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 9f20b85..9ae4c3e 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -50,7 +50,7 @@ "@types/yargs": "^15.0.5", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", - "brighterscript": "^1.0.0-alpha.38", + "brighterscript": "^1.0.0-alpha.39", "chai": "^4.2.0", "chai-subset": "^1.6.0", "coveralls": "^3.0.0",