Skip to content

Commit 791ee04

Browse files
Prepare release v1.0.6 (#43)
## heroku/static-web-server - No changes. ## heroku/website ### Changed - Updated `heroku/static-web-server` to `1.0.6`. - Updated `heroku/website-public-html` to `1.0.6`. ## heroku/website-ember - No changes. ## heroku/website-nodejs ### Changed - Updated `heroku/static-web-server` to `1.0.6`. - Updated `heroku/website-ember` to `1.0.6`. ## heroku/website-public-html - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 625a3b0 commit 791ee04

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+
## [1.0.6] - 2024-12-19
11+
12+
- No changes.
13+
1014
## [1.0.5] - 2024-12-17
1115

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

2832
- No changes.
2933

30-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
34+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
35+
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
3136
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
3237
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
3338
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3

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 = "1.0.5"
5+
version = "1.0.6"
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+
## [1.0.6] - 2024-12-19
11+
12+
- No changes.
13+
1014
## [1.0.5] - 2024-12-17
1115

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

2832
- No changes.
2933

30-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
34+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
35+
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
3136
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
3237
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
3338
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3

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 = "1.0.5"
5+
version = "1.0.6"
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+
## [1.0.6] - 2024-12-19
11+
12+
- No changes.
13+
1014
## [1.0.5] - 2024-12-17
1115

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

2832
- No changes.
2933

30-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
34+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
35+
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
3136
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
3237
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
3338
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3

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 = "1.0.5"
5+
version = "1.0.6"
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+
## [1.0.6] - 2024-12-19
11+
12+
### Changed
13+
14+
- Updated `heroku/static-web-server` to `1.0.6`.
15+
- Updated `heroku/website-ember` to `1.0.6`.
16+
1017
## [1.0.5] - 2024-12-17
1118

1219
### Changed
@@ -42,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4249
- Updated `heroku/static-web-server` to `0.1.1`.
4350
- Updated `heroku/website-ember` to `0.1.1`.
4451

45-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
52+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
53+
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
4654
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
4755
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
4856
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3

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 = "1.0.5"
5+
version = "1.0.6"
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"]
@@ -22,11 +22,11 @@ version = "3.4.0"
2222

2323
[[order.group]]
2424
id = "heroku/static-web-server"
25-
version = "1.0.5"
25+
version = "1.0.6"
2626

2727
[[order.group]]
2828
id = "heroku/website-ember"
29-
version = "1.0.5"
29+
version = "1.0.6"
3030

3131
[[metadata.targets]]
3232
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+
## [1.0.6] - 2024-12-19
11+
12+
### Changed
13+
14+
- Updated `heroku/static-web-server` to `1.0.6`.
15+
- Updated `heroku/website-public-html` to `1.0.6`.
16+
1017
## [1.0.5] - 2024-12-17
1118

1219
### Changed
@@ -42,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4249
- Updated `heroku/static-web-server` to `0.1.1`.
4350
- Updated `heroku/website-public-html` to `0.1.1`.
4451

45-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
52+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
53+
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
4654
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
4755
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
4856
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3

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 = "1.0.5"
5+
version = "1.0.6"
66
name = "Heroku Website"
77
description = "Heroku's buildpack for static websites."
88
keywords = ["website", "html", "javascript", "css", "static", "heroku"]
@@ -18,11 +18,11 @@ version = "1.0.4"
1818

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

2323
[[order.group]]
2424
id = "heroku/website-public-html"
25-
version = "1.0.5"
25+
version = "1.0.6"
2626

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

0 commit comments

Comments
 (0)