Skip to content

Commit 85263cb

Browse files
Prepare release v3.2.0 (#79)
## 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 1a8ce0e commit 85263cb

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.2.0] - 2026-03-05
11+
12+
- No changes.
13+
1014
## [3.1.0] - 2026-02-24
1115

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

6064
- No changes.
6165

62-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...HEAD
66+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.2.0...HEAD
67+
[3.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...v3.2.0
6368
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
6469
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
6570
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...v2.2.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.1.0"
5+
version = "3.2.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.2.0] - 2026-03-05
11+
12+
- No changes.
13+
1014
## [3.1.0] - 2026-02-24
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/v3.1.0...HEAD
26+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.2.0...HEAD
27+
[3.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...v3.2.0
2328
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
2429
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
2530
[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.1.0"
5+
version = "3.2.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.2.0] - 2026-03-05
11+
12+
- No changes.
13+
1014
## [3.1.0] - 2026-02-24
1115

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

6266
- No changes.
6367

64-
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...HEAD
68+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.2.0...HEAD
69+
[3.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...v3.2.0
6570
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
6671
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
6772
[2.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.1.0...v2.2.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.1.0"
5+
version = "3.2.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.2.0] - 2026-03-05
11+
12+
- No changes.
13+
1014
## [3.1.0] - 2026-02-24
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/v3.1.0...HEAD
26+
[unreleased]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.2.0...HEAD
27+
[3.2.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.1.0...v3.2.0
2328
[3.1.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v3.0.0...v3.1.0
2429
[3.0.0]: https://github.com/heroku/buildpacks-frontend-web/compare/v2.2.0...v3.0.0
2530
[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.1.0"
5+
version = "3.2.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.2.0] - 2026-03-05
11+
12+
- No changes.
13+
1014
## [3.1.0] - 2026-02-24
1115

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

6064
- No changes.
6165

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

0 commit comments

Comments
 (0)