Skip to content

Commit 9b4ca59

Browse files
Prepare release v3.1.0 (#76)
## heroku/static-web-server - No changes. ## heroku/website-cra - 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 f8a1e28 commit 9b4ca59

File tree

12 files changed

+42
-12
lines changed

12 files changed

+42
-12
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.1.0] - 2026-02-24
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2026-02-13
1115

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

5660
- No changes.
5761

58-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
62+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...HEAD
63+
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
5964
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
6065
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...v2.2.0
6166
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.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 = "3.0.0"
5+
version = "3.1.0"
66
name = "Heroku Static Web Server"
77
description = "The web server component of heroku/buildpacks-frontend-web."
88

buildpacks/website-cra/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.1.0] - 2026-02-24
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2026-02-13
1115

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

1620
- No changes.
1721

18-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
22+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...HEAD
23+
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
1924
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
2025
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/releases/tag/v2.2.0

buildpacks/website-cra/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-cra"
5-
version = "3.0.0"
5+
version = "3.1.0"
66
name = "Heroku Website (create-react-app)"
77
description = "React.js support for heroku/buildpacks-frontend-web using the legacy create-react-app framework."
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.1.0] - 2026-02-24
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2026-02-13
1115

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

5862
- No changes.
5963

60-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
64+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...HEAD
65+
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
6166
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
6267
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...v2.2.0
6368
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.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 = "3.0.0"
5+
version = "3.1.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,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.1.0] - 2026-02-24
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2026-02-13
1115

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

1620
- No changes.
1721

18-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
22+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...HEAD
23+
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
1924
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
2025
[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 = "3.0.0"
5+
version = "3.1.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.1.0] - 2026-02-24
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2026-02-13
1115

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

5660
- No changes.
5761

58-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...HEAD
62+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...HEAD
63+
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
5964
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
6065
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...v2.2.0
6166
[2.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.0.0...v2.1.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 = "3.0.0"
5+
version = "3.1.0"
66
name = "Heroku Website (Public HTML)"
77
description = "Basic website support for heroku/buildpacks-frontend-web."
88

0 commit comments

Comments
 (0)