Skip to content

Commit 843350b

Browse files
Prepare release v3.0.1 (#799)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.0.1`. - Updated `heroku/nodejs-engine` to `3.0.1`. - Updated `heroku/nodejs-npm-engine` to `3.0.1`. - Updated `heroku/nodejs-npm-install` to `3.0.1`. - Updated `heroku/nodejs-pnpm-engine` to `3.0.1`. - Updated `heroku/nodejs-pnpm-install` to `3.0.1`. - Updated `heroku/nodejs-yarn` to `3.0.1`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine - Added Node.js version 21.7.1. ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.0.1`. - Updated `heroku/nodejs-function-invoker` to `3.0.1`. - Updated `heroku/nodejs-npm` to `3.0.1`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## 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 - Added Yarn version 1.22.22. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 6beb624 commit 843350b

File tree

22 files changed

+104
-39
lines changed

22 files changed

+104
-39
lines changed

buildpacks/nodejs-corepack/CHANGELOG.md

+6-1
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.1] - 2024-03-11
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2024-03-08
1115

1216
- Bump to Buildpack API 0.10.
@@ -124,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124128

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

127-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
131+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
132+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
128133
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
129134
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
130135
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/nodejs-corepack/buildpack.toml

+1-1
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.0.0"
5+
version = "3.0.1"
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

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1] - 2024-03-11
11+
1012
- Added Node.js version 21.7.1.
13+
1114
## [3.0.0] - 2024-03-08
1215

1316
- Added Node.js version 21.7.0.
@@ -359,7 +362,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
359362
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
360363
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
361364

362-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
365+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
366+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
363367
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
364368
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
365369
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/nodejs-engine/buildpack.toml

+1-1
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.0.0"
5+
version = "3.0.1"
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-function-invoker/CHANGELOG.md

+6-1
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.1] - 2024-03-11
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2024-03-08
1115

1216
- Bump to Buildpack API 0.10.
@@ -252,7 +256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252256
### Added
253257
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))
254258

255-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
259+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
260+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
256261
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
257262
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
258263
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/nodejs-function-invoker/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-function-invoker"
5-
version = "3.0.0"
5+
version = "3.0.1"
66
name = "Salesforce Node.js Function Invoker"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."

buildpacks/nodejs-npm-engine/CHANGELOG.md

+6-1
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.1] - 2024-03-11
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2024-03-08
1115

1216
- Bump to Buildpack API 0.10.
@@ -82,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8286

8387
- Initial release
8488

85-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
89+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
90+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
8691
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
8792
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
8893
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/nodejs-npm-engine/buildpack.toml

+1-1
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.0.0"
5+
version = "3.0.1"
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

+6-1
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.1] - 2024-03-11
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2024-03-08
1115

1216
- Bump to Buildpack API 0.10.
@@ -76,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7680

7781
- Initial release
7882

79-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
83+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
84+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
8085
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
8186
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
8287
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/nodejs-npm-install/buildpack.toml

+1-1
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.0.0"
5+
version = "3.0.1"
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

+6-1
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.1] - 2024-03-11
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2024-03-08
1115

1216
- Bump to Buildpack API 0.10.
@@ -42,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4246

4347
- Initial release
4448

45-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
49+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
50+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
4651
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
4752
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
4853
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/nodejs-pnpm-engine/buildpack.toml

+1-1
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.0.0"
5+
version = "3.0.1"
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."

buildpacks/nodejs-pnpm-install/CHANGELOG.md

+6-1
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.1] - 2024-03-11
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2024-03-08
1115

1216
- Bump to Buildpack API 0.10.
@@ -129,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129133

130134
- Initial release ([#488](https://github.com/heroku/buildpacks-nodejs/pull/488))
131135

132-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
136+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
137+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
133138
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
134139
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
135140
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/nodejs-pnpm-install/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-pnpm-install"
5-
version = "3.0.0"
5+
version = "3.0.1"
66
name = "Heroku Node.js pnpm install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-yarn/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1] - 2024-03-11
11+
1012
- Added Yarn version 1.22.22.
13+
1114
## [3.0.0] - 2024-03-08
1215

1316
- Bump to Buildpack API 0.10.
@@ -232,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232235
### Added
233236
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
234237

235-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
238+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
239+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
236240
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
237241
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
238242
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/nodejs-yarn/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-yarn"
5-
version = "3.0.0"
5+
version = "3.0.1"
66
name = "Heroku Node.js Yarn"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/npm/CHANGELOG.md

+6-1
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.1] - 2024-03-11
11+
12+
- No changes.
13+
1014
## [3.0.0] - 2024-03-08
1115

1216
- No changes.
@@ -207,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207211
### Fixed
208212
- Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9))
209213

210-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
214+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
215+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
211216
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
212217
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
213218
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

buildpacks/npm/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.7"
22

33
[buildpack]
44
id = "heroku/nodejs-npm"
5-
version = "3.0.0"
5+
version = "3.0.1"
66
name = "Heroku Node.js npm (DEPRECATED)"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."

meta-buildpacks/nodejs-function/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.1] - 2024-03-11
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.0.1`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.0.1`.
16+
- Updated `heroku/nodejs-npm` to `3.0.1`.
17+
1018
## [3.0.0] - 2024-03-08
1119

1220
- Bump to Buildpack API 0.10.
@@ -425,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
425433
### Changed
426434
* Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48))
427435

428-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
436+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
437+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
429438
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
430439
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
431440
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

meta-buildpacks/nodejs-function/buildpack.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-function"
5-
version = "3.0.0"
5+
version = "3.0.1"
66
name = "Salesforce Node.js Function"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's buildpack for Node.js Functions."
@@ -14,15 +14,15 @@ type = "MIT"
1414

1515
[[order.group]]
1616
id = "heroku/nodejs-engine"
17-
version = "3.0.0"
17+
version = "3.0.1"
1818

1919
[[order.group]]
2020
id = "heroku/nodejs-npm"
21-
version = "3.0.0"
21+
version = "3.0.1"
2222

2323
[[order.group]]
2424
id = "heroku/nodejs-function-invoker"
25-
version = "3.0.0"
25+
version = "3.0.1"
2626

2727
[metadata.release]
2828
image = { repository = "docker.io/heroku/buildpack-nodejs-function" }

meta-buildpacks/nodejs/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.1] - 2024-03-11
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-corepack` to `3.0.1`.
15+
- Updated `heroku/nodejs-engine` to `3.0.1`.
16+
- Updated `heroku/nodejs-npm-engine` to `3.0.1`.
17+
- Updated `heroku/nodejs-npm-install` to `3.0.1`.
18+
- Updated `heroku/nodejs-pnpm-engine` to `3.0.1`.
19+
- Updated `heroku/nodejs-pnpm-install` to `3.0.1`.
20+
- Updated `heroku/nodejs-yarn` to `3.0.1`.
21+
1022
## [3.0.0] - 2024-03-08
1123

1224
- Bump to Buildpack API 0.10.
@@ -461,7 +473,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
461473
### Changed
462474
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
463475

464-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
476+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...HEAD
477+
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
465478
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
466479
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
467480
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5

0 commit comments

Comments
 (0)