Skip to content

Commit 7d402e7

Browse files
Prepare release v2.1.0 (#56)
## heroku/static-web-server - No changes. ## heroku/website ### Changed - Updated `heroku/static-web-server` to `2.1.0`. - Updated `heroku/website-public-html` to `2.1.0`. ## heroku/website-ember - No changes. ## heroku/website-nodejs ### Changed - Updated `heroku/static-web-server` to `2.1.0`. - Updated `heroku/website-ember` to `2.1.0`. ## heroku/website-public-html - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 99b7a17 commit 7d402e7

File tree

10 files changed

+45
-14
lines changed

10 files changed

+45
-14
lines changed

buildpacks/static-web-server/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2026-01-05
11+
12+
- No changes.
13+
1014
## [2.0.0] - 2025-12-15
1115

1216
- No changes.
@@ -43,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4347

4448
- No changes.
4549

46-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...HEAD
50+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...HEAD
51+
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.0
4752
[2.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.8...v2.0.0
4853
[1.0.8]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...v1.0.8
4954
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7

buildpacks/static-web-server/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/static-web-server"
5-
version = "2.0.0"
5+
version = "2.1.0"
66
name = "Heroku Static Web Server"
77
description = "A component buildpack used by Heroku's front-end web buildpacks, such as 'heroku/website' and 'heroku/website-nodejs'."
88

buildpacks/website-ember/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2026-01-05
11+
12+
- No changes.
13+
1014
## [2.0.0] - 2025-12-15
1115

1216
- No changes.
@@ -45,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4549

4650
- No changes.
4751

48-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...HEAD
52+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...HEAD
53+
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.0
4954
[2.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.8...v2.0.0
5055
[1.0.8]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...v1.0.8
5156
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7

buildpacks/website-ember/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/website-ember"
5-
version = "2.0.0"
5+
version = "2.1.0"
66
name = "Heroku Website (Ember.js)"
77
description = "A component of the 'heroku/website-nodejs' buildpack."
88

buildpacks/website-public-html/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2026-01-05
11+
12+
- No changes.
13+
1014
## [2.0.0] - 2025-12-15
1115

1216
- No changes.
@@ -43,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4347

4448
- No changes.
4549

46-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...HEAD
50+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...HEAD
51+
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.0
4752
[2.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.8...v2.0.0
4853
[1.0.8]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...v1.0.8
4954
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7

buildpacks/website-public-html/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/website-public-html"
5-
version = "2.0.0"
5+
version = "2.1.0"
66
name = "Heroku Website (Public HTML)"
77
description = "A component of the 'heroku/website' buildpack."
88

meta-buildpacks/website-nodejs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2026-01-05
11+
12+
### Changed
13+
14+
- Updated `heroku/static-web-server` to `2.1.0`.
15+
- Updated `heroku/website-ember` to `2.1.0`.
16+
1017
## [2.0.0] - 2025-12-15
1118

1219
### Changed
@@ -71,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7178
- Updated `heroku/static-web-server` to `0.1.1`.
7279
- Updated `heroku/website-ember` to `0.1.1`.
7380

74-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...HEAD
81+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...HEAD
82+
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.0
7583
[2.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.8...v2.0.0
7684
[1.0.8]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...v1.0.8
7785
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7

meta-buildpacks/website-nodejs/buildpack.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/website-nodejs"
5-
version = "2.0.0"
5+
version = "2.1.0"
66
name = "Heroku Website/Node.js"
77
description = "Heroku's buildpack for static web apps that require Node.js for build."
88
keywords = ["ember", "emberjs", "heroku"]
@@ -18,11 +18,11 @@ version = "5.0.0"
1818

1919
[[order.group]]
2020
id = "heroku/static-web-server"
21-
version = "2.0.0"
21+
version = "2.1.0"
2222

2323
[[order.group]]
2424
id = "heroku/website-ember"
25-
version = "2.0.0"
25+
version = "2.1.0"
2626

2727
[[metadata.targets]]
2828
os = "linux"

meta-buildpacks/website/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2026-01-05
11+
12+
### Changed
13+
14+
- Updated `heroku/static-web-server` to `2.1.0`.
15+
- Updated `heroku/website-public-html` to `2.1.0`.
16+
1017
## [2.0.0] - 2025-12-15
1118

1219
### Changed
@@ -70,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7077
- Updated `heroku/static-web-server` to `0.1.1`.
7178
- Updated `heroku/website-public-html` to `0.1.1`.
7279

73-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...HEAD
80+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...HEAD
81+
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.0
7482
[2.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.8...v2.0.0
7583
[1.0.8]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...v1.0.8
7684
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7

meta-buildpacks/website/buildpack.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/website"
5-
version = "2.0.0"
5+
version = "2.1.0"
66
name = "Heroku Website"
77
description = "Heroku's buildpack for static websites."
88
keywords = ["website", "html", "javascript", "css", "static", "heroku"]
@@ -14,11 +14,11 @@ type = "MIT"
1414

1515
[[order.group]]
1616
id = "heroku/static-web-server"
17-
version = "2.0.0"
17+
version = "2.1.0"
1818

1919
[[order.group]]
2020
id = "heroku/website-public-html"
21-
version = "2.0.0"
21+
version = "2.1.0"
2222

2323
[[metadata.targets]]
2424
os = "linux"

0 commit comments

Comments
 (0)