From 791ba99a90633bb74d15349927bc0f5c6fef523a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 01:36:23 +0000 Subject: [PATCH] Bump @changesets/changelog-github from 0.4.1 to 0.4.2 (#1775) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 87ffb472ac..2bffb68216 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 61f4c1b990..f3d88179c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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": @@ -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"