Skip to content

Commit 8c73a5f

Browse files
Prepare release v1.0.7 (#46)
## heroku/static-web-server - No changes. ## heroku/website ### Changed - Updated `heroku/static-web-server` to `1.0.7`. - Updated `heroku/website-public-html` to `1.0.7`. ## heroku/website-ember - No changes. ## heroku/website-nodejs ### Changed - Updated `heroku/static-web-server` to `1.0.7`. - Updated `heroku/website-ember` to `1.0.7`. ## heroku/website-public-html - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent c44bd19 commit 8c73a5f

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

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

3236
- No changes.
3337

34-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
38+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...HEAD
39+
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7
3540
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
3641
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
3742
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4

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

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

3236
- No changes.
3337

34-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
38+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...HEAD
39+
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7
3540
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
3641
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
3742
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4

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

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

3236
- No changes.
3337

34-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
38+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...HEAD
39+
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7
3540
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
3641
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
3742
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4

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

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

52-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
59+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...HEAD
60+
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7
5361
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
5462
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
5563
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4

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.6"
5+
version = "1.0.7"
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.7"
2222

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

2727
[[order.group]]
2828
id = "heroku/website-ember"
29-
version = "1.0.6"
29+
version = "1.0.7"
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.7] - 2025-02-17
11+
12+
### Changed
13+
14+
- Updated `heroku/static-web-server` to `1.0.7`.
15+
- Updated `heroku/website-public-html` to `1.0.7`.
16+
1017
## [1.0.6] - 2024-12-19
1118

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

52-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...HEAD
59+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.7...HEAD
60+
[1.0.7]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.6...v1.0.7
5361
[1.0.6]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...v1.0.6
5462
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
5563
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4

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.6"
5+
version = "1.0.7"
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.6"
21+
version = "1.0.7"
2222

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

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

0 commit comments

Comments
 (0)