Skip to content

Commit

Permalink
Bump @changesets/changelog-github from 0.4.1 to 0.4.2 (#1775)
Browse files Browse the repository at this point in the history
Bumps [@changesets/changelog-github](https://github.com/changesets/changesets) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/atlassian/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/changelog-github@0.4.1...@changesets/changelog-github@0.4.2)

---
updated-dependencies:
- dependency-name: "@changesets/changelog-github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2021
1 parent 3979793 commit 791ba99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@primer/primitives": "^7.1.0"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.1",
"@changesets/changelog-github": "0.4.2",
"@changesets/cli": "2.18.0",
"@github/prettier-config": "0.0.4",
"@koddsson/postcss-sass": "5.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,13 +519,13 @@
"@manypkg/get-packages" "^1.0.1"
semver "^5.4.1"

"@changesets/changelog-github@0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.1.tgz#880cb624477972ea103abf6942cf4ee3106f682b"
integrity sha512-WK9DzS3i0wa2doEnOr4sm/FMnNtxzCCAKP7dEcWvhYkgXYX5R6jmfHAcDstmjAhiuvbhoHYom4MOC1tIzgwnfA==
"@changesets/changelog-github@0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.2.tgz#359eb4b7485eddc55855f8793811817d5124dfab"
integrity sha512-qq8lJcq91ki7UT0fIfIcn5Yy7GJj19TmkLmGZ24/wEfxcD/nHHoTNRoi6nPt+Htf7qEudKxXLzQLi41B7Mt2vg==
dependencies:
"@changesets/get-github-info" "^0.5.0"
"@changesets/types" "^4.0.1"
"@changesets/types" "^4.0.2"
dotenv "^8.1.0"

"@changesets/cli@2.18.0":
Expand Down Expand Up @@ -673,10 +673,10 @@
fs-extra "^7.0.1"
p-filter "^2.1.0"

"@changesets/types@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.0.1.tgz#85cf3cc32baff0691112d9d15fc21fbe022c9f0a"
integrity sha512-zVfv752D8K2tjyFmxU/vnntQ+dPu+9NupOSguA/2Zuym4tVxRh0ylArgKZ1bOAi2eXfGlZMxJU/kj7uCSI15RQ==
"@changesets/types@^4.0.1", "@changesets/types@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.0.2.tgz#d20e1e45bdc96a97cc509c655e708b53a9292465"
integrity sha512-OeDaB7D+WVy/ErymPzFm58IeGvz4DOl+oedyZETfnkfMezF/Uhrm1Ub6MHrO5LcAaQTW+ptDmr0fmaVyoTxgHw==

"@changesets/write@^0.1.5":
version "0.1.5"
Expand Down

0 comments on commit 791ba99

Please sign in to comment.