Skip to content

Commit c143c9c

Browse files
committed
chore: use package
1 parent 315142a commit c143c9c

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.changeset/config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": [
4-
"@changesets/cli/changelog",
5-
{ "repo": "remix-run/react-router" }
6-
],
3+
"changelog": ["@remix-run/changelog-github", { "repo": "remix-run/remix" }],
74
"commit": false,
85
"fixed": [
96
[

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@babel/preset-typescript": "^7.17.12",
5050
"@changesets/changelog-github": "0.4.4",
5151
"@changesets/cli": "^2.22.0",
52+
"@remix-run/changelog-github": "^0.0.5",
5253
"@remix-run/web-fetch": "4.1.3",
5354
"@rollup/plugin-babel": "^5.3.1",
5455
"@rollup/plugin-replace": "^4.0.0",

yarn.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,14 @@
14411441
dataloader "^1.4.0"
14421442
node-fetch "^2.5.0"
14431443

1444+
"@changesets/get-github-info@^0.5.1":
1445+
version "0.5.1"
1446+
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.1.tgz#5a20328b26f301b2193717abb32e73651e8811b7"
1447+
integrity sha512-w2yl3AuG+hFuEEmT6j1zDlg7GQLM/J2UxTmk0uJBMdRqHni4zXGe/vUlPfLom5KfX3cRfHc0hzGvloDPjWFNZw==
1448+
dependencies:
1449+
dataloader "^1.4.0"
1450+
node-fetch "^2.5.0"
1451+
14441452
"@changesets/get-release-plan@^3.0.8":
14451453
version "3.0.8"
14461454
resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.8.tgz#2ac7c4f7903aedede3d27af66311ad1db7937e5d"
@@ -2040,6 +2048,16 @@
20402048
wcwidth "^1.0.1"
20412049
ws "^1.1.0"
20422050

2051+
"@remix-run/changelog-github@^0.0.5":
2052+
version "0.0.5"
2053+
resolved "https://registry.yarnpkg.com/@remix-run/changelog-github/-/changelog-github-0.0.5.tgz#d0eecaea45102b35b1c8fd41bb74fd1c38f7f70f"
2054+
integrity sha512-43tqwUqWqirbv6D9uzo55ASPsCJ61Ein1k/M8qn+Qpros0MmbmuzjLVPmtaxfxfe2ANX0LefLvCD0pAgr1tp4g==
2055+
dependencies:
2056+
"@changesets/errors" "^0.1.4"
2057+
"@changesets/get-github-info" "^0.5.1"
2058+
"@changesets/types" "^5.0.0"
2059+
dotenv "^8.1.0"
2060+
20432061
"@remix-run/web-blob@^3.0.4":
20442062
version "3.0.4"
20452063
resolved "https://registry.yarnpkg.com/@remix-run/web-blob/-/web-blob-3.0.4.tgz#99c67b9d0fb641bd0c07d267fd218ae5aa4ae5ed"

0 commit comments

Comments
 (0)