Skip to content

Commit

Permalink
Update @changesets/apply-release-plan patch to fix warning (#6569)
Browse files Browse the repository at this point in the history
This commit fixes the following warning by `patch-package` when running `npm ci`:

```
Warning: patch-package detected a patch file version mismatch

  Don't worry! This is probably fine. The patch was still applied
  successfully. Here's the deets:

  Patch file created for

    @changesets/apply-release-plan@6.1.2

  applied to

    @changesets/apply-release-plan@6.1.3

  At path

    node_modules/@changesets/apply-release-plan

  This warning is just to give you a heads-up. There is a small chance of
  breakage even though the patch was applied successfully. Make sure the package
  still behaves like you expect (you wrote tests, right?) and then run

    patch-package @changesets/apply-release-plan

  to update the version in the patch file name and make this warning go away.
```

See also the changelog:
https://github.com/changesets/changesets/blob/%40changesets/apply-release-plan%406.1.3/packages/apply-release-plan/CHANGELOG.md
  • Loading branch information
ybiquitous committed Jan 11, 2023
1 parent 01daa4e commit f129f3b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 0c4d28e..aac0d8d 100644
index c2e8d2f..3e40b6e 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 f129f3b

Please sign in to comment.