Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs-yarn
Browse files Browse the repository at this point in the history
- Added Yarn version 1.22.20.
- Added Yarn version 1.22.21.
- Added Yarn version 3.7.0.
- Added Yarn version 4.0.2.
  • Loading branch information
heroku-linguist[bot] committed Nov 21, 2023
1 parent 0c30930 commit bc1ccf5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildpacks/nodejs-yarn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added Yarn version 4.0.2.
- Added Yarn version 3.7.0.
- Added Yarn version 1.22.21.
- Added Yarn version 1.22.20.
## [2.3.0] - 2023-11-09

- Added Yarn version 4.0.1.
Expand Down
24 changes: 24 additions & 0 deletions buildpacks/nodejs-yarn/inventory.toml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,18 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v1.22.19.tar.gz"
etag = "c04ea97bf9f72386c1a3da6b1c8510e3"

[[releases]]
version = "1.22.20"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v1.22.20.tar.gz"
etag = "b757986c1614ae8b37f847a9927d1065"

[[releases]]
version = "1.22.21"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v1.22.21.tar.gz"
etag = "9c096b3f8c6adeebcb0d24831e704524"

[[releases]]
version = "1.22.4"
channel = "release"
Expand Down Expand Up @@ -846,6 +858,12 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v3.6.4.tar.gz"
etag = "c39c39f159d1c5170ef1d38a41e80aaf"

[[releases]]
version = "3.7.0"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v3.7.0.tar.gz"
etag = "f73d3de3fec0107a8fe748d8049354a5"

[[releases]]
version = "4.0.0-rc.35"
channel = "release"
Expand Down Expand Up @@ -972,3 +990,9 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.0.1.tar.gz"
etag = "ffd09d8dd0d92d065c8b8dee57b595db"

[[releases]]
version = "4.0.2"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.0.2.tar.gz"
etag = "3e21a934b89e8888e4066f143c8f7df4"

0 comments on commit bc1ccf5

Please sign in to comment.