Skip to content

Commit 3258499

Browse files
Prepare release v3.0.0 (#73)
## heroku/static-web-server - No changes. ## heroku/website-ember - No changes. ## heroku/website-nextjs - No changes. ## heroku/website-public-html - No changes. ## heroku/website-vite - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent e1c3daf commit 3258499

File tree

10 files changed

+35
-10
lines changed

10 files changed

+35
-10
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+
## [3.0.0] - 2026-02-13
11+
12+
- No changes.
13+
1014
## [2.2.0] - 2026-01-27
1115

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

5256
- No changes.
5357

54-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...HEAD
58+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
59+
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
5560
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...v2.2.0
5661
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.0
5762
[2.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.8...v2.0.0

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.2.0"
5+
version = "3.0.0"
66
name = "Heroku Static Web Server"
77
description = "The web server component of heroku/buildpacks-frontend-web."
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+
## [3.0.0] - 2026-02-13
11+
12+
- No changes.
13+
1014
## [2.2.0] - 2026-01-27
1115

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

5458
- No changes.
5559

56-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...HEAD
60+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
61+
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
5762
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...v2.2.0
5863
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.0
5964
[2.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.8...v2.0.0

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.2.0"
5+
version = "3.0.0"
66
name = "Heroku Website (Ember.js)"
77
description = "Ember.js support for heroku/buildpacks-frontend-web."
88

buildpacks/website-nextjs/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.0] - 2026-02-13
11+
12+
- No changes.
13+
1014
## [2.2.0] - 2026-01-27
1115

1216
- No changes.
1317

14-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...HEAD
18+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
19+
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
1520
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v2.2.0

buildpacks/website-nextjs/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-nextjs"
5-
version = "2.2.0"
5+
version = "3.0.0"
66
name = "Heroku Website (Next.js)"
77
description = "Next.js support for heroku/buildpacks-frontend-web."
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+
## [3.0.0] - 2026-02-13
11+
12+
- No changes.
13+
1014
## [2.2.0] - 2026-01-27
1115

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

5256
- No changes.
5357

54-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...HEAD
58+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
59+
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
5560
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...v2.2.0
5661
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.0
5762
[2.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v1.0.8...v2.0.0

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.2.0"
5+
version = "3.0.0"
66
name = "Heroku Website (Public HTML)"
77
description = "Basic website support for heroku/buildpacks-frontend-web."
88

buildpacks/website-vite/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.0] - 2026-02-13
11+
12+
- No changes.
13+
1014
## [2.2.0] - 2026-01-27
1115

1216
- No changes.
1317

14-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...HEAD
18+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
19+
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
1520
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v2.2.0

buildpacks/website-vite/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-vite"
5-
version = "2.2.0"
5+
version = "3.0.0"
66
name = "Heroku Website (Vite)"
77
description = "Vite framework support for heroku/buildpacks-frontend-web."
88

0 commit comments

Comments
 (0)