gatsby-plugin-image 3.6.0 → 3.8.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.
- package/CHANGELOG.md +13 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.6.0/packages/gatsby-plugin-image) (2023-02-07)
|
|
7
|
+
|
|
8
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.6)
|
|
9
|
+
|
|
10
|
+
#### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- update babel monorepo [#37568](https://github.com/gatsbyjs/gatsby/issues/37568) ([13a0a9e](https://github.com/gatsbyjs/gatsby/commit/13a0a9e83dcb015b65dff6b73cdd5dea09c2988f))
|
|
13
|
+
|
|
14
|
+
#### Chores
|
|
15
|
+
|
|
16
|
+
- update [dev] minor and patch dependencies for gatsby-plugin-image [#37584](https://github.com/gatsbyjs/gatsby/issues/37584) ([c997776](https://github.com/gatsbyjs/gatsby/commit/c997776da4b4ad897318c7474865835288990d1c))
|
|
17
|
+
- update typescript [#37596](https://github.com/gatsbyjs/gatsby/issues/37596) ([4f1d1f2](https://github.com/gatsbyjs/gatsby/commit/4f1d1f260472d7768b57960b1e274c8755ca5a67))
|
|
18
|
+
|
|
6
19
|
## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.5.0/packages/gatsby-plugin-image) (2023-01-24)
|
|
7
20
|
|
|
8
21
|
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.5)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-plugin-image",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.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\"",
|
|
@@ -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.
|
|
90
|
+
"babel-plugin-remove-graphql-queries": "^5.8.0-next.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.0",
|
|
95
|
-
"gatsby-core-utils": "^4.
|
|
96
|
-
"gatsby-plugin-utils": "^4.
|
|
95
|
+
"gatsby-core-utils": "^4.8.0-next.0",
|
|
96
|
+
"gatsby-plugin-utils": "^4.8.0-next.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": "
|
|
107
|
+
"gitHead": "fed83d576e330ad8234cab95844a7db418592e76"
|
|
108
108
|
}
|