Skip to content

Commit 8a58f01

Browse files
build(deps-dev): bump @changesets/changelog-github from 0.5.2 to 0.6.0
Bumps [@changesets/changelog-github](https://github.com/changesets/changesets) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/changesets/changesets/releases) - [Commits](https://github.com/changesets/changesets/compare/@changesets/read@0.5.2...@changesets/changelog-github@0.6.0) --- updated-dependencies: - dependency-name: "@changesets/changelog-github" dependency-version: 0.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed9fddc commit 8a58f01

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"author": "@smartcontractkit",
1515
"devDependencies": {
16-
"@changesets/changelog-github": "^0.5.2",
16+
"@changesets/changelog-github": "^0.6.0",
1717
"@changesets/cli": "~2.29.8"
1818
},
1919
"pnpm": {

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
dependencies:
4646
"@changesets/types" "^6.1.0"
4747

48-
"@changesets/changelog-github@^0.5.2":
49-
version "0.5.2"
50-
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.5.2.tgz#6225ffcea0698af3ef7403780c8bbc2e93ffa5a0"
51-
integrity sha512-HeGeDl8HaIGj9fQHo/tv5XKQ2SNEi9+9yl1Bss1jttPqeiASRXhfi0A2wv8yFKCp07kR1gpOI5ge6+CWNm1jPw==
48+
"@changesets/changelog-github@^0.6.0":
49+
version "0.6.0"
50+
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.6.0.tgz#d7cd710bb4ba1b934a6050248ebcf5e487035756"
51+
integrity sha512-wA2/y4hR/A1K411cCT75rz0d46Iezxp1WYRFoFJDIUpkQ6oDBAIUiU7BZkDCmYgz0NBl94X1lgcZO+mHoiHnFg==
5252
dependencies:
53-
"@changesets/get-github-info" "^0.7.0"
53+
"@changesets/get-github-info" "^0.8.0"
5454
"@changesets/types" "^6.1.0"
5555
dotenv "^8.1.0"
5656

@@ -118,10 +118,10 @@
118118
picocolors "^1.1.0"
119119
semver "^7.5.3"
120120

121-
"@changesets/get-github-info@^0.7.0":
122-
version "0.7.0"
123-
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.7.0.tgz#d0a55e894343ee719a01901151dba86dfebb2bef"
124-
integrity sha512-+i67Bmhfj9V4KfDeS1+Tz3iF32btKZB2AAx+cYMqDSRFP7r3/ZdGbjCo+c6qkyViN9ygDuBjzageuPGJtKGe5A==
121+
"@changesets/get-github-info@^0.8.0":
122+
version "0.8.0"
123+
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.8.0.tgz#6921dcf3735239b9fbc413e5a111d81f9a65f66f"
124+
integrity sha512-cRnC+xdF0JIik7coko3iUP9qbnfi1iJQ3sAa6dE+Tx3+ET8bjFEm63PA4WEohgjYcmsOikPHWzPsMWWiZmntOQ==
125125
dependencies:
126126
dataloader "^1.4.0"
127127
node-fetch "^2.5.0"

0 commit comments

Comments
 (0)