Skip to content

Commit

Permalink
Prepare release v1.0.4
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
heroku-linguist[bot] committed Dec 12, 2024
1 parent 228c1c7 commit 2199626
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 14 deletions.
7 changes: 6 additions & 1 deletion buildpacks/static-web-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion buildpacks/static-web-server/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'."

Expand Down
7 changes: 6 additions & 1 deletion buildpacks/website-ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion buildpacks/website-ember/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
7 changes: 6 additions & 1 deletion buildpacks/website-public-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion buildpacks/website-public-html/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
10 changes: 9 additions & 1 deletion meta-buildpacks/website-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions meta-buildpacks/website-nodejs/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"
Expand Down
10 changes: 9 additions & 1 deletion meta-buildpacks/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions meta-buildpacks/website/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"
Expand Down

0 comments on commit 2199626

Please sign in to comment.