gatsby-plugin-image 3.1.0-next.0 → 3.2.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.0.0/packages/gatsby-plugin-image) (2022-11-08)
7
+
8
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0)
9
+
10
+ #### Features
11
+
12
+ - Update partial hydration directive [#36868](https://github.com/gatsbyjs/gatsby/issues/36868) ([7f1b57c](https://github.com/gatsbyjs/gatsby/commit/7f1b57c5a5849b3bc997957b3370c3119e79d279))
13
+
14
+ #### Bug Fixes
15
+
16
+ - Move murmurhash to gatsby-core-utils [#36882](https://github.com/gatsbyjs/gatsby/issues/36882) ([aaaa8c5](https://github.com/gatsbyjs/gatsby/commit/aaaa8c5da25014e386b2d4775d5691d9e5134699))
17
+
18
+ #### Chores
19
+
20
+ - Update peerDeps [#36965](https://github.com/gatsbyjs/gatsby/issues/36965) ([b624442](https://github.com/gatsbyjs/gatsby/commit/b6244424fe8b724cbc23b80b2b4f5424cc2055a4))
21
+ - Remove HAS_REACT_18 check [#36850](https://github.com/gatsbyjs/gatsby/issues/36850) ([20ef7c1](https://github.com/gatsbyjs/gatsby/commit/20ef7c12ffa9fd48c763c913e70ef20bef8a68fc))
22
+ - apply patches for v5 [#36796](https://github.com/gatsbyjs/gatsby/issues/36796) ([25f79b6](https://github.com/gatsbyjs/gatsby/commit/25f79b6c3719fdf09584ade620a05c66ba2a697c))
23
+
6
24
  ## [2.24.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.24.0/packages/gatsby-plugin-image) (2022-09-27)
7
25
 
8
26
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-plugin-image",
3
- "version": "3.1.0-next.0",
3
+ "version": "3.2.0-next.0",
4
4
  "scripts": {
5
5
  "build": "npm-run-all --npm-path npm -s clean -p build:*",
6
6
  "postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"use client\"",
@@ -79,13 +79,13 @@
79
79
  "@babel/runtime": "^7.15.4",
80
80
  "@babel/traverse": "^7.15.4",
81
81
  "babel-jsx-utils": "^1.1.0",
82
- "babel-plugin-remove-graphql-queries": "^5.1.0-next.0",
82
+ "babel-plugin-remove-graphql-queries": "^5.2.0-next.0",
83
83
  "camelcase": "^5.3.1",
84
84
  "chokidar": "^3.5.3",
85
85
  "common-tags": "^1.8.2",
86
86
  "fs-extra": "^10.1.0",
87
- "gatsby-core-utils": "^4.1.0-next.0",
88
- "gatsby-plugin-utils": "^4.1.0-next.0",
87
+ "gatsby-core-utils": "^4.2.0-next.0",
88
+ "gatsby-plugin-utils": "^4.2.0-next.0",
89
89
  "objectFitPolyfill": "^2.3.5",
90
90
  "prop-types": "^15.8.1"
91
91
  },
@@ -96,5 +96,5 @@
96
96
  },
97
97
  "author": "Matt Kane <matt@gatsbyjs.com>",
98
98
  "license": "MIT",
99
- "gitHead": "b556db3f445c0d5a71e08045aad87a38cd8d3151"
99
+ "gitHead": "f459f92b4768d7e73da2370058e30a34f76365d1"
100
100
  }