Skip to content

Commit c0f63ba

Browse files
chore(deps): update dependency @changesets/changelog-github to ^0.5.0
1 parent 23adfc3 commit c0f63ba

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@changesets/cli": "^2.24.1",
24-
"@changesets/changelog-github": "^0.4.6",
24+
"@changesets/changelog-github": "^0.5.0",
2525
"@types/jest": "^26.0.14",
2626
"@types/node": "^12.7.4",
2727
"@types/relay-compiler": "^8.0.0",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -602,13 +602,13 @@
602602
dependencies:
603603
"@changesets/types" "^5.1.0"
604604

605-
"@changesets/changelog-github@^0.4.6":
606-
version "0.4.6"
607-
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.6.tgz#5880448c578a160c06d8bd804872355ec0745dcb"
608-
integrity sha512-ahR/+o3OPodzfG9kucEMU/tEtBgwy6QoJiWi1sDBPme8n3WjT6pBlbhqNYpWAJKilomwfjBGY0MTUTs6r9d1RQ==
605+
"@changesets/changelog-github@^0.5.0":
606+
version "0.5.0"
607+
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.5.0.tgz#ae96e5029209f7386527b3821d9c988b1ab16662"
608+
integrity sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==
609609
dependencies:
610-
"@changesets/get-github-info" "^0.5.1"
611-
"@changesets/types" "^5.1.0"
610+
"@changesets/get-github-info" "^0.6.0"
611+
"@changesets/types" "^6.0.0"
612612
dotenv "^8.1.0"
613613

614614
"@changesets/cli@^2.24.1":
@@ -681,10 +681,10 @@
681681
fs-extra "^7.0.1"
682682
semver "^5.4.1"
683683

684-
"@changesets/get-github-info@^0.5.1":
685-
version "0.5.1"
686-
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.1.tgz#5a20328b26f301b2193717abb32e73651e8811b7"
687-
integrity sha512-w2yl3AuG+hFuEEmT6j1zDlg7GQLM/J2UxTmk0uJBMdRqHni4zXGe/vUlPfLom5KfX3cRfHc0hzGvloDPjWFNZw==
684+
"@changesets/get-github-info@^0.6.0":
685+
version "0.6.0"
686+
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.6.0.tgz#faba66a20a3a5a0cbabea28efd43c9ede7429f11"
687+
integrity sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==
688688
dependencies:
689689
dataloader "^1.4.0"
690690
node-fetch "^2.5.0"
@@ -769,6 +769,11 @@
769769
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.1.0.tgz#e0733b69ddc3efb68524d374d3c44f53a543c8d5"
770770
integrity sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==
771771

772+
"@changesets/types@^6.0.0":
773+
version "6.0.0"
774+
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-6.0.0.tgz#e46abda9890610dd1fbe1617730173d2267544bd"
775+
integrity sha512-b1UkfNulgKoWfqyHtzKS5fOZYSJO+77adgL7DLRDr+/7jhChN+QcHnbjiQVOz/U+Ts3PGNySq7diAItzDgugfQ==
776+
772777
"@changesets/write@^0.1.9":
773778
version "0.1.9"
774779
resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.1.9.tgz#ac9315d5985f83b251820b8a046155c14a9d21f4"

0 commit comments

Comments
 (0)