From fb2e0dabcb6208bc5751d2ba500719e27d5af93d Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:00:25 +0000 Subject: [PATCH] Prepare release v1.0.4 (#37) ## heroku/static-web-server - No changes. ## heroku/website ### Changed - Updated `heroku/static-web-server` to `1.0.4`. - Updated `heroku/website-public-html` to `1.0.4`. ## heroku/website-ember - No changes. ## heroku/website-nodejs ### Changed - Updated `heroku/static-web-server` to `1.0.4`. - Updated `heroku/website-ember` to `1.0.4`. ## heroku/website-public-html - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- buildpacks/static-web-server/CHANGELOG.md | 7 ++++++- buildpacks/static-web-server/buildpack.toml | 2 +- buildpacks/website-ember/CHANGELOG.md | 7 ++++++- buildpacks/website-ember/buildpack.toml | 2 +- buildpacks/website-public-html/CHANGELOG.md | 7 ++++++- buildpacks/website-public-html/buildpack.toml | 2 +- meta-buildpacks/website-nodejs/CHANGELOG.md | 10 +++++++++- meta-buildpacks/website-nodejs/buildpack.toml | 6 +++--- meta-buildpacks/website/CHANGELOG.md | 10 +++++++++- meta-buildpacks/website/buildpack.toml | 6 +++--- 10 files changed, 45 insertions(+), 14 deletions(-) diff --git a/buildpacks/static-web-server/CHANGELOG.md b/buildpacks/static-web-server/CHANGELOG.md index 4e42102..b34cc3c 100644 --- a/buildpacks/static-web-server/CHANGELOG.md +++ b/buildpacks/static-web-server/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4] - 2024-12-12 + +- No changes. + ## [1.0.3] - 2024-12-11 - No changes. @@ -19,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - No changes. -[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD +[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2 [0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1 diff --git a/buildpacks/static-web-server/buildpack.toml b/buildpacks/static-web-server/buildpack.toml index 2a1add4..bf088bb 100644 --- a/buildpacks/static-web-server/buildpack.toml +++ b/buildpacks/static-web-server/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/static-web-server" -version = "1.0.3" +version = "1.0.4" name = "Heroku Static Web Server" description = "A component buildpack used by Heroku's front-end web buildpacks, such as 'heroku/website' and 'heroku/website-nodejs'." diff --git a/buildpacks/website-ember/CHANGELOG.md b/buildpacks/website-ember/CHANGELOG.md index 4e42102..b34cc3c 100644 --- a/buildpacks/website-ember/CHANGELOG.md +++ b/buildpacks/website-ember/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4] - 2024-12-12 + +- No changes. + ## [1.0.3] - 2024-12-11 - No changes. @@ -19,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - No changes. -[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD +[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2 [0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1 diff --git a/buildpacks/website-ember/buildpack.toml b/buildpacks/website-ember/buildpack.toml index c456b39..b04df7a 100644 --- a/buildpacks/website-ember/buildpack.toml +++ b/buildpacks/website-ember/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/website-ember" -version = "1.0.3" +version = "1.0.4" name = "Heroku Website (Ember.js)" description = "A component of the 'heroku/website-nodejs' buildpack." diff --git a/buildpacks/website-public-html/CHANGELOG.md b/buildpacks/website-public-html/CHANGELOG.md index 4e42102..b34cc3c 100644 --- a/buildpacks/website-public-html/CHANGELOG.md +++ b/buildpacks/website-public-html/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4] - 2024-12-12 + +- No changes. + ## [1.0.3] - 2024-12-11 - No changes. @@ -19,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - No changes. -[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD +[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2 [0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1 diff --git a/buildpacks/website-public-html/buildpack.toml b/buildpacks/website-public-html/buildpack.toml index b7eb91c..ccabb76 100644 --- a/buildpacks/website-public-html/buildpack.toml +++ b/buildpacks/website-public-html/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/website-public-html" -version = "1.0.3" +version = "1.0.4" name = "Heroku Website (Public HTML)" description = "A component of the 'heroku/website' buildpack." diff --git a/meta-buildpacks/website-nodejs/CHANGELOG.md b/meta-buildpacks/website-nodejs/CHANGELOG.md index 19ed3bc..4b822fc 100644 --- a/meta-buildpacks/website-nodejs/CHANGELOG.md +++ b/meta-buildpacks/website-nodejs/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4] - 2024-12-12 + +### Changed + +- Updated `heroku/static-web-server` to `1.0.4`. +- Updated `heroku/website-ember` to `1.0.4`. + ## [1.0.3] - 2024-12-11 ### Changed @@ -28,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `heroku/static-web-server` to `0.1.1`. - Updated `heroku/website-ember` to `0.1.1`. -[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD +[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2 [0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1 diff --git a/meta-buildpacks/website-nodejs/buildpack.toml b/meta-buildpacks/website-nodejs/buildpack.toml index eb729ba..05559de 100644 --- a/meta-buildpacks/website-nodejs/buildpack.toml +++ b/meta-buildpacks/website-nodejs/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/website-nodejs" -version = "1.0.3" +version = "1.0.4" name = "Heroku Website/Node.js" description = "Heroku's buildpack for static web apps that require Node.js for build." keywords = ["ember", "emberjs", "heroku"] @@ -22,11 +22,11 @@ version = "3.3.5" [[order.group]] id = "heroku/static-web-server" -version = "1.0.3" +version = "1.0.4" [[order.group]] id = "heroku/website-ember" -version = "1.0.3" +version = "1.0.4" [[metadata.targets]] os = "linux" diff --git a/meta-buildpacks/website/CHANGELOG.md b/meta-buildpacks/website/CHANGELOG.md index ea04803..08e70fb 100644 --- a/meta-buildpacks/website/CHANGELOG.md +++ b/meta-buildpacks/website/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4] - 2024-12-12 + +### Changed + +- Updated `heroku/static-web-server` to `1.0.4`. +- Updated `heroku/website-public-html` to `1.0.4`. + ## [1.0.3] - 2024-12-11 ### Changed @@ -28,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `heroku/static-web-server` to `0.1.1`. - Updated `heroku/website-public-html` to `0.1.1`. -[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD +[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD +[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2 [0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1 diff --git a/meta-buildpacks/website/buildpack.toml b/meta-buildpacks/website/buildpack.toml index 6d26281..6865ec5 100644 --- a/meta-buildpacks/website/buildpack.toml +++ b/meta-buildpacks/website/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/website" -version = "1.0.3" +version = "1.0.4" name = "Heroku Website" description = "Heroku's buildpack for static websites." keywords = ["website", "html", "javascript", "css", "static", "heroku"] @@ -18,11 +18,11 @@ version = "1.0.3" [[order.group]] id = "heroku/static-web-server" -version = "1.0.3" +version = "1.0.4" [[order.group]] id = "heroku/website-public-html" -version = "1.0.3" +version = "1.0.4" [[metadata.targets]] os = "linux"