Skip to content

Commit 2a79251

Browse files
chore(deps): update dependency @changesets/changelog-github to v0.5.0
1 parent 52cd5a9 commit 2a79251

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/preset-env": "7.21.5",
1515
"@babel/preset-typescript": "7.21.5",
1616
"@changesets/cli": "2.24.4",
17-
"@changesets/changelog-github": "0.4.6",
17+
"@changesets/changelog-github": "0.5.0",
1818
"@types/jest": "27.5.2",
1919
"babel-jest": "27.5.1",
2020
"bob-the-bundler": "2.0.0",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,13 +1117,13 @@
11171117
dependencies:
11181118
"@changesets/types" "^5.1.0"
11191119

1120-
"@changesets/changelog-github@0.4.6":
1121-
version "0.4.6"
1122-
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.6.tgz#5880448c578a160c06d8bd804872355ec0745dcb"
1123-
integrity sha512-ahR/+o3OPodzfG9kucEMU/tEtBgwy6QoJiWi1sDBPme8n3WjT6pBlbhqNYpWAJKilomwfjBGY0MTUTs6r9d1RQ==
1120+
"@changesets/changelog-github@0.5.0":
1121+
version "0.5.0"
1122+
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.5.0.tgz#ae96e5029209f7386527b3821d9c988b1ab16662"
1123+
integrity sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==
11241124
dependencies:
1125-
"@changesets/get-github-info" "^0.5.1"
1126-
"@changesets/types" "^5.1.0"
1125+
"@changesets/get-github-info" "^0.6.0"
1126+
"@changesets/types" "^6.0.0"
11271127
dotenv "^8.1.0"
11281128

11291129
"@changesets/[email protected]":
@@ -1196,10 +1196,10 @@
11961196
fs-extra "^7.0.1"
11971197
semver "^5.4.1"
11981198

1199-
"@changesets/get-github-info@^0.5.1":
1200-
version "0.5.1"
1201-
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.1.tgz#5a20328b26f301b2193717abb32e73651e8811b7"
1202-
integrity sha512-w2yl3AuG+hFuEEmT6j1zDlg7GQLM/J2UxTmk0uJBMdRqHni4zXGe/vUlPfLom5KfX3cRfHc0hzGvloDPjWFNZw==
1199+
"@changesets/get-github-info@^0.6.0":
1200+
version "0.6.0"
1201+
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.6.0.tgz#faba66a20a3a5a0cbabea28efd43c9ede7429f11"
1202+
integrity sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==
12031203
dependencies:
12041204
dataloader "^1.4.0"
12051205
node-fetch "^2.5.0"
@@ -1284,6 +1284,11 @@
12841284
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.1.0.tgz#e0733b69ddc3efb68524d374d3c44f53a543c8d5"
12851285
integrity sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==
12861286

1287+
"@changesets/types@^6.0.0":
1288+
version "6.0.0"
1289+
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-6.0.0.tgz#e46abda9890610dd1fbe1617730173d2267544bd"
1290+
integrity sha512-b1UkfNulgKoWfqyHtzKS5fOZYSJO+77adgL7DLRDr+/7jhChN+QcHnbjiQVOz/U+Ts3PGNySq7diAItzDgugfQ==
1291+
12871292
"@changesets/write@^0.2.0":
12881293
version "0.2.0"
12891294
resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.2.0.tgz#59821dc811d04c0c1908ae6ee6ce346dfa312420"

0 commit comments

Comments
 (0)