Skip to content

Commit 0829a63

Browse files
chore(main): release plugin-gatsby 3.8.3
1 parent 5ef8c9e commit 0829a63

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugin": "3.8.2"
2+
"plugin": "3.8.3"
33
}

plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.8.3](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.2...plugin-gatsby-v3.8.3) (2025-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency abortcontroller-polyfill to v1.7.8 ([#770](https://github.com/netlify/netlify-plugin-gatsby/issues/770)) ([63c5775](https://github.com/netlify/netlify-plugin-gatsby/commit/63c5775e54d2e04f16f96b521d38d13a1d75aed8))
9+
* **deps:** update dependency co-body to v6.2.0 ([#776](https://github.com/netlify/netlify-plugin-gatsby/issues/776)) ([c8d8f24](https://github.com/netlify/netlify-plugin-gatsby/commit/c8d8f24cb836edc4fea237f0d619099427fd8e16))
10+
* **deps:** update dependency semver to v7.7.1 ([#777](https://github.com/netlify/netlify-plugin-gatsby/issues/777)) ([ab74b70](https://github.com/netlify/netlify-plugin-gatsby/commit/ab74b70e858e51dbd7c8898ee1cff07efe590891))
11+
* **deps:** update gatsby monorepo ([#778](https://github.com/netlify/netlify-plugin-gatsby/issues/778)) ([fd94f83](https://github.com/netlify/netlify-plugin-gatsby/commit/fd94f8396dcf6b6f12a44a38b353eba5a37ad51a))
12+
* **deps:** update react monorepo to v18.3.1 ([#779](https://github.com/netlify/netlify-plugin-gatsby/issues/779)) ([9d5d1a2](https://github.com/netlify/netlify-plugin-gatsby/commit/9d5d1a21b71103c5f4d270176aec9868e1319fa7))
13+
* use encrypted image cdn if possible for ipx and/or use allowed remote url list ([#781](https://github.com/netlify/netlify-plugin-gatsby/issues/781)) ([5ef8c9e](https://github.com/netlify/netlify-plugin-gatsby/commit/5ef8c9e835166c95e2d1ee0ca212da1b090fe167))
14+
315
## [3.8.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.1...plugin-gatsby-v3.8.2) (2025-01-20)
416

517

plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-gatsby",
3-
"version": "3.8.2",
3+
"version": "3.8.3",
44
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
55
"source": "src/index.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)