Skip to content

Commit fb2e0da

Browse files
Prepare release v1.0.4 (#37)
## 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. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 228c1c7 commit fb2e0da

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

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

2024
- No changes.
2125

22-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD
26+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
27+
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
2328
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
2429
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2
2530
[0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1

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

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

2024
- No changes.
2125

22-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD
26+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
27+
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
2328
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
2429
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2
2530
[0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1

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

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

2024
- No changes.
2125

22-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD
26+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
27+
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
2328
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
2429
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2
2530
[0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1

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

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

31-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD
38+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
39+
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
3240
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
3341
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2
3442
[0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1

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.3"
5+
version = "1.0.4"
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.3"
25+
version = "1.0.4"
2626

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

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

31-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...HEAD
38+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.4...HEAD
39+
[1.0.4]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.3...v1.0.4
3240
[1.0.3]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.2...v1.0.3
3341
[1.0.2]: https://github.com/heroku/buildpacks-frontend-web/compare/v0.1.1...v1.0.2
3442
[0.1.1]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v0.1.1

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

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

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

0 commit comments

Comments
 (0)