Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs yarn (#1111)
Browse files Browse the repository at this point in the history
- Added Yarn version 4.0.0-rc.45.

Co-authored-by: joshwlewis <[email protected]>
  • Loading branch information
github-actions[bot] and joshwlewis authored Jun 20, 2023
1 parent d47e248 commit 4fc9525
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## main

- Added Yarn version 4.0.0-rc.45.
- Added Node.js version 20.3.0.
## v213 (2023-05-24)

Expand Down
14 changes: 13 additions & 1 deletion inventory/yarn.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "yarn"
name = "Yarn"

[[releases]]
version = "0.1.0"
Expand Down Expand Up @@ -816,6 +816,12 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v3.5.1.tar.gz"
etag = "9638170ef4fada5e300775e918398d9f"

[[releases]]
version = "3.6.0"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v3.6.0.tar.gz"
etag = "69e64125be5349277eb30eadf7ba5b96"

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

[[releases]]
version = "4.0.0-rc.45"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.0.0-rc.45.tar.gz"
etag = "2e3454531a50ccd720e5e59ca61b8f61"

0 comments on commit 4fc9525

Please sign in to comment.