Skip to content

Commit f852777

Browse files
Prepare release v3.6.10 (#1132)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.6.10`. - Updated `heroku/nodejs-engine` to `3.6.10`. - Updated `heroku/nodejs-npm-engine` to `3.6.10`. - Updated `heroku/nodejs-npm-install` to `3.6.10`. - Updated `heroku/nodejs-pnpm-engine` to `3.6.10`. - Updated `heroku/nodejs-pnpm-install` to `3.6.10`. - Updated `heroku/nodejs-yarn` to `3.6.10`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 24.3.0 (linux-amd64, linux-arm64) - 22.17.0 (linux-amd64, linux-arm64) ## heroku/nodejs-npm-engine - No changes. ## heroku/nodejs-npm-install - No changes. ## heroku/nodejs-pnpm-engine - No changes. ## heroku/nodejs-pnpm-install - No changes. ## heroku/nodejs-yarn - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent b1d0814 commit f852777

File tree

16 files changed

+76
-30
lines changed

16 files changed

+76
-30
lines changed

buildpacks/nodejs-corepack/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.6.10] - 2025-06-25
11+
12+
- No changes.
13+
1014
## [3.6.9] - 2025-06-23
1115

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

371375
- Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418))
372376

373-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
377+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
378+
[3.6.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
374379
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
375380
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
376381
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7

buildpacks/nodejs-corepack/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/nodejs-corepack"
5-
version = "3.6.9"
5+
version = "3.6.10"
66
name = "Heroku Node.js Corepack"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-engine/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.6.10] - 2025-06-25
11+
1012
### Added
1113

1214
- 24.3.0 (linux-amd64, linux-arm64)
@@ -886,7 +888,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
886888
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
887889
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
888890

889-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
891+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
892+
[3.6.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
890893
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
891894
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
892895
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7

buildpacks/nodejs-engine/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/nodejs-engine"
5-
version = "3.6.9"
5+
version = "3.6.10"
66
name = "Heroku Node.js Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-npm-engine/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.6.10] - 2025-06-25
11+
12+
- No changes.
13+
1014
## [3.6.9] - 2025-06-23
1115

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

332336
- Initial release
333337

334-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
338+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
339+
[3.6.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
335340
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
336341
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
337342
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7

buildpacks/nodejs-npm-engine/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/nodejs-npm-engine"
5-
version = "3.6.9"
5+
version = "3.6.10"
66
name = "Heroku Node.js npm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-npm-install/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.6.10] - 2025-06-25
11+
12+
- No changes.
13+
1014
## [3.6.9] - 2025-06-23
1115

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

329333
- Initial release
330334

331-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
335+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
336+
[3.6.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
332337
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
333338
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
334339
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7

buildpacks/nodejs-npm-install/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/nodejs-npm-install"
5-
version = "3.6.9"
5+
version = "3.6.10"
66
name = "Heroku Node.js npm Install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-pnpm-engine/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.6.10] - 2025-06-25
11+
12+
- No changes.
13+
1014
## [3.6.9] - 2025-06-23
1115

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

287291
- Initial release
288292

289-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...HEAD
293+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.10...HEAD
294+
[3.6.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.9...v3.6.10
290295
[3.6.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.8...v3.6.9
291296
[3.6.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.7...v3.6.8
292297
[3.6.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.6...v3.6.7

buildpacks/nodejs-pnpm-engine/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/nodejs-pnpm-engine"
5-
version = "3.6.9"
5+
version = "3.6.10"
66
name = "Heroku Node.js pnpm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."

0 commit comments

Comments
 (0)