Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: netlify/netlify-plugin-gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 878e0268cb3581f8f4aa0aa8954e1a139fff9cb8
Choose a base ref
..
head repository: netlify/netlify-plugin-gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c8957010162a9cc713836fe8d8d519df6f632b3
Choose a head ref
Showing with 5,789 additions and 4,105 deletions.
  1. +1 −1 .release-please-manifest.json
  2. +48 −655 demo-v5/package-lock.json
  3. +14 −66 demo/package-lock.json
  4. +2,030 −1,184 package-lock.json
  5. +1 −1 package.json
  6. +7 −0 plugin/CHANGELOG.md
  7. +3,686 −2,196 plugin/package-lock.json
  8. +2 −2 plugin/package.json
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugin": "3.7.1"
"plugin": "3.7.2"
}
Loading