gatsby-plugin-image 2.23.0-next.1 → 2.24.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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [2.22.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.22.0/packages/gatsby-plugin-image) (2022-08-30)
7
+
8
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22)
9
+
10
+ #### Bug Fixes
11
+
12
+ - Make onLoad callback work on first load [#36375](https://github.com/gatsbyjs/gatsby/issues/36375) ([3dfc1ec](https://github.com/gatsbyjs/gatsby/commit/3dfc1ec1c03a962bfdcf3db6ec200883d612d3ad))
13
+
6
14
  ## [2.21.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.21.0/packages/gatsby-plugin-image) (2022-08-16)
7
15
 
8
16
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-plugin-image",
3
- "version": "2.23.0-next.1",
3
+ "version": "2.24.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=\"client export\"",
@@ -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": "^4.23.0-next.0",
82
+ "babel-plugin-remove-graphql-queries": "^4.24.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": "^3.23.0-next.0",
88
- "gatsby-plugin-utils": "^3.17.0-next.0",
87
+ "gatsby-core-utils": "^3.24.0-next.0",
88
+ "gatsby-plugin-utils": "^3.18.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": "232d3b6de2281caa579a619888bcb6771733f548"
99
+ "gitHead": "ba432638443abf5dcc4fdf8fb0235147f962ced8"
100
100
  }