gatsby-plugin-image 3.13.0-next.0 → 3.13.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 +25 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
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.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.12.3/packages/gatsby-plugin-image) (2023-10-26)
7
+
8
+ **Note:** Version bump only for package gatsby-plugin-image
9
+
10
+ ### [3.12.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.12.2/packages/gatsby-plugin-image) (2023-10-20)
11
+
12
+ **Note:** Version bump only for package gatsby-plugin-image
13
+
14
+ ### [3.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.12.1/packages/gatsby-plugin-image) (2023-10-09)
15
+
16
+ **Note:** Version bump only for package gatsby-plugin-image
17
+
18
+ ## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.12.0/packages/gatsby-plugin-image) (2023-08-24)
19
+
20
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)
21
+
22
+ #### Features
23
+
24
+ - Adapters [#38232](https://github.com/gatsbyjs/gatsby/issues/38232) ([b2d4aef](https://github.com/gatsbyjs/gatsby/commit/b2d4aefa7716e3ef02a19b530a8a7e4678d086e1))
25
+
26
+ #### Bug Fixes
27
+
28
+ - update dependency semver to ^7.5.3 [#38296](https://github.com/gatsbyjs/gatsby/issues/38296) ([11e64e2](https://github.com/gatsbyjs/gatsby/commit/11e64e20898cc97289bdbda00eb4bcc309828b23))
29
+ - update typescript [#38324](https://github.com/gatsbyjs/gatsby/issues/38324) ([5d0d7c1](https://github.com/gatsbyjs/gatsby/commit/5d0d7c12552fa7570bad2002806bca3d18f923de))
30
+
6
31
  ## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.11.0/packages/gatsby-plugin-image) (2023-06-15)
7
32
 
8
33
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-plugin-image",
3
- "version": "3.13.0-next.0",
3
+ "version": "3.13.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\"",
@@ -87,13 +87,13 @@
87
87
  "@babel/runtime": "^7.20.13",
88
88
  "@babel/traverse": "^7.20.13",
89
89
  "babel-jsx-utils": "^1.1.0",
90
- "babel-plugin-remove-graphql-queries": "^5.13.0-next.0",
90
+ "babel-plugin-remove-graphql-queries": "^5.13.0",
91
91
  "camelcase": "^6.3.0",
92
92
  "chokidar": "^3.5.3",
93
93
  "common-tags": "^1.8.2",
94
94
  "fs-extra": "^11.1.1",
95
- "gatsby-core-utils": "^4.13.0-next.0",
96
- "gatsby-plugin-utils": "^4.13.0-next.0",
95
+ "gatsby-core-utils": "^4.13.0",
96
+ "gatsby-plugin-utils": "^4.13.0",
97
97
  "objectFitPolyfill": "^2.3.5",
98
98
  "prop-types": "^15.8.1"
99
99
  },
@@ -104,5 +104,5 @@
104
104
  },
105
105
  "author": "Matt Kane <matt@gatsbyjs.com>",
106
106
  "license": "MIT",
107
- "gitHead": "e6e2fb4fddd1f076531b01ea2bd6fe4f43655f8c"
107
+ "gitHead": "18ffcfa3d615e16059e823f4e03e89cdf6c5b449"
108
108
  }