Skip to content

Commit

Permalink
Prepare release v1.1.5 (#651)
Browse files Browse the repository at this point in the history
## heroku/nodejs

- Updated `heroku/procfile` to `2.0.1`. ([#639](#639))
- Updated `heroku/nodejs-corepack` to `1.1.5`.
- Updated `heroku/nodejs-engine` to `1.1.5`.
- Updated `heroku/nodejs-npm` to `1.1.5`.
- Updated `heroku/nodejs-pnpm-install` to `1.1.5`.
- Updated `heroku/nodejs-yarn` to `1.1.5`.

## heroku/nodejs-corepack

- No changes.

## heroku/nodejs-engine

- Added Node.js version 20.7.0.
- Added Node.js version 18.18.0.
- Added Node.js version 20.6.1.
- Added Node.js version 20.6.0.

## heroku/nodejs-function

- Updated `heroku/nodejs-engine` to `1.1.5`.
- Updated `heroku/nodejs-function-invoker` to `1.1.5`.
- Updated `heroku/nodejs-npm` to `1.1.5`.

## heroku/nodejs-function-invoker

- No changes.

## heroku/nodejs-npm

- No changes.

## heroku/nodejs-pnpm-install

- No changes.

## heroku/nodejs-yarn

- Added Yarn version 4.0.0-rc.51.
- Added Yarn version 4.0.0-rc.50.
- Added Yarn version 4.0.0-rc.49.
- Added Yarn version 3.6.3.
- Added Yarn version 3.6.2.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 19, 2023
1 parent f1ae6be commit a8738e0
Show file tree
Hide file tree
Showing 16 changed files with 86 additions and 43 deletions.
11 changes: 8 additions & 3 deletions buildpacks/nodejs-corepack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.5] - 2023-09-19

- No changes.

## [1.1.4] - 2023-08-10

- No changes.
Expand Down Expand Up @@ -40,9 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion buildpacks/nodejs-corepack/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-corepack"
version = "1.1.4"
version = "1.1.5"
name = "Heroku Node.js Corepack"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["corepack", "node", "node.js", "nodejs", "javascript", "js"]
Expand Down
10 changes: 7 additions & 3 deletions buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.5] - 2023-09-19

- Added Node.js version 20.7.0.
- Added Node.js version 18.18.0.
- Added Node.js version 20.6.1.
- Added Node.js version 20.6.0.

## [1.1.4] - 2023-08-10

- Added Node.js version 16.20.2.
Expand Down Expand Up @@ -245,9 +248,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion buildpacks/nodejs-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-engine"
version = "1.1.4"
version = "1.1.5"
name = "Heroku Node.js Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js"]
Expand Down
11 changes: 8 additions & 3 deletions buildpacks/nodejs-function-invoker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.5] - 2023-09-19

- No changes.

## [1.1.4] - 2023-08-10

- No changes.
Expand Down Expand Up @@ -175,9 +179,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion buildpacks/nodejs-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-function-invoker"
version = "1.1.4"
version = "1.1.5"
name = "Heroku Node.js Function Invoker"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["nodejs", "node", "node.js", "javascript", "js", "function"]
Expand Down
11 changes: 8 additions & 3 deletions buildpacks/nodejs-pnpm-install/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.5] - 2023-09-19

- No changes.

## [1.1.4] - 2023-08-10

- No changes.
Expand Down Expand Up @@ -36,9 +40,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion buildpacks/nodejs-pnpm-install/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-pnpm-install"
version = "1.1.4"
version = "1.1.5"
name = "Heroku Node.js pnpm install"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js", "pnpm"]
Expand Down
10 changes: 7 additions & 3 deletions buildpacks/nodejs-yarn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.5] - 2023-09-19

- Added Yarn version 4.0.0-rc.51.
- Added Yarn version 4.0.0-rc.50.
- Added Yarn version 4.0.0-rc.49.
- Added Yarn version 3.6.3.
- Added Yarn version 3.6.2.

## [1.1.4] - 2023-08-10

- No changes.
Expand Down Expand Up @@ -133,9 +136,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion buildpacks/nodejs-yarn/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-yarn"
version = "1.1.4"
version = "1.1.5"
name = "Heroku Node.js Yarn"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js", "yarn", "yarnpkg"]
Expand Down
11 changes: 8 additions & 3 deletions buildpacks/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.5] - 2023-09-19

- No changes.

## [1.1.4] - 2023-08-10

- No changes.
Expand Down Expand Up @@ -127,9 +131,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion buildpacks/npm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.6"

[buildpack]
id = "heroku/nodejs-npm"
version = "1.1.4"
version = "1.1.5"
name = "NPM Buildpack"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["nodejs", "node", "npm"]
Expand Down
13 changes: 10 additions & 3 deletions meta-buildpacks/nodejs-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.5] - 2023-09-19

- Updated `heroku/nodejs-engine` to `1.1.5`.
- Updated `heroku/nodejs-function-invoker` to `1.1.5`.
- Updated `heroku/nodejs-npm` to `1.1.5`.

## [1.1.4] - 2023-08-10

- Updated `heroku/nodejs-engine` to `1.1.4`.
Expand Down Expand Up @@ -269,9 +275,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
8 changes: 4 additions & 4 deletions meta-buildpacks/nodejs-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-function"
version = "1.1.4"
version = "1.1.5"
name = "Node.js Function"
homepage = "https://github.com/heroku/buildpacks-nodejs"

Expand All @@ -13,15 +13,15 @@ type = "MIT"

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.4"
version = "1.1.5"

[[order.group]]
id = "heroku/nodejs-npm"
version = "1.1.4"
version = "1.1.5"

[[order.group]]
id = "heroku/nodejs-function-invoker"
version = "1.1.4"
version = "1.1.5"

[metadata]
[metadata.release]
Expand Down
14 changes: 11 additions & 3 deletions meta-buildpacks/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.5] - 2023-09-19

- Updated `heroku/procfile` to `2.0.1`. ([#639](https://github.com/heroku/buildpacks-node/pull/639))
- Updated `heroku/nodejs-corepack` to `1.1.5`.
- Updated `heroku/nodejs-engine` to `1.1.5`.
- Updated `heroku/nodejs-npm` to `1.1.5`.
- Updated `heroku/nodejs-pnpm-install` to `1.1.5`.
- Updated `heroku/nodejs-yarn` to `1.1.5`.

## [1.1.4] - 2023-08-10

Expand Down Expand Up @@ -240,9 +247,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...HEAD
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
[1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0
Loading

0 comments on commit a8738e0

Please sign in to comment.