Skip to content

Commit 896a5f1

Browse files
Prepare release v1.0.5 (#40)
## heroku/static-web-server - No changes. ## heroku/website ### Changed - Updated `heroku/static-web-server` to `1.0.5`. - Updated `heroku/website-public-html` to `1.0.5`. ## heroku/website-ember - No changes. ## heroku/website-nodejs ### Changed - Updated `heroku/static-web-server` to `1.0.5`. - Updated `heroku/website-ember` to `1.0.5`. ## heroku/website-public-html - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 01514f1 commit 896a5f1

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

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

2428
- No changes.
2529

26-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
30+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
31+
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
2732
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
2833
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
2934
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2

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

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

2428
- No changes.
2529

26-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
30+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
31+
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
2732
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
2833
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
2934
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2

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

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

2428
- No changes.
2529

26-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
30+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
31+
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
2732
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
2833
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
2934
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2

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

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

38-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
45+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
46+
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
3947
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
4048
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
4149
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2

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.4"
5+
version = "1.0.5"
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.3.5"
2222

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

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

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

38-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
45+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.5...HEAD
46+
[1.0.5]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...v1.0.5
3947
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
4048
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
4149
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2

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.4"
5+
version = "1.0.5"
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.3"
1818

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

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

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

0 commit comments

Comments
 (0)