Skip to content

Commit

Permalink
Bump @changesets/cli from 2.25.1 to 2.25.2 (#6442)
Browse files Browse the repository at this point in the history
* Bump @changesets/cli from 2.25.1 to 2.25.2

Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.25.1 to 2.25.2.
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.25.1...@changesets/cli@2.25.2)

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

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

* npx patch-package @changesets/apply-release-plan

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous committed Nov 1, 2022
1 parent 9df685e commit 042d1ad
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -151,7 +151,7 @@
"write-file-atomic": "^4.0.2"
},
"devDependencies": {
"@changesets/cli": "^2.25.1",
"@changesets/cli": "^2.25.2",
"@changesets/get-github-info": "^0.5.1",
"@stylelint/prettier-config": "^2.0.0",
"@stylelint/remark-preset": "^4.0.0",
Expand Down
@@ -1,5 +1,5 @@
diff --git a/node_modules/@changesets/apply-release-plan/dist/apply-release-plan.cjs.dev.js b/node_modules/@changesets/apply-release-plan/dist/apply-release-plan.cjs.dev.js
index 4c476cb..662448e 100644
index 0c4d28e..aac0d8d 100644
--- a/node_modules/@changesets/apply-release-plan/dist/apply-release-plan.cjs.dev.js
+++ b/node_modules/@changesets/apply-release-plan/dist/apply-release-plan.cjs.dev.js
@@ -199,7 +199,7 @@ async function getChangelogEntry(release, releases, changesets, changelogFuncs,
Expand Down

0 comments on commit 042d1ad

Please sign in to comment.