gatsby-plugin-image 3.5.0-next.0 → 3.5.0-next.1
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 +14 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.4.0/packages/gatsby-plugin-image) (2023-01-10)
|
|
7
|
+
|
|
8
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4)
|
|
9
|
+
|
|
10
|
+
#### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- Encode space in data SVG URI [#37241](https://github.com/gatsbyjs/gatsby/issues/37241) ([09ea753](https://github.com/gatsbyjs/gatsby/commit/09ea7534d23a1ab4e8983de275f4ab43ec88731b))
|
|
13
|
+
- Normalize filename for correct hashing [#37262](https://github.com/gatsbyjs/gatsby/issues/37262) ([397fa3f](https://github.com/gatsbyjs/gatsby/commit/397fa3fc605b5e053fa3b3804e39621734dc79d3))
|
|
14
|
+
|
|
15
|
+
#### Chores
|
|
16
|
+
|
|
17
|
+
- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f))
|
|
18
|
+
- update [dev] minor and patch dependencies for gatsby-plugin-image [#37352](https://github.com/gatsbyjs/gatsby/issues/37352) ([4c2ac49](https://github.com/gatsbyjs/gatsby/commit/4c2ac49b1805d24db81f1c7193a3518fc8c9a1b7))
|
|
19
|
+
|
|
6
20
|
### [3.3.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.3.2/packages/gatsby-plugin-image) (2022-12-14)
|
|
7
21
|
|
|
8
22
|
#### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-plugin-image",
|
|
3
|
-
"version": "3.5.0-next.
|
|
3
|
+
"version": "3.5.0-next.1",
|
|
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\"",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@types/react": "^18.0.26",
|
|
53
53
|
"@types/react-dom": "^18.0.10",
|
|
54
54
|
"ast-pretty-print": "^2.0.1",
|
|
55
|
-
"babel-plugin-macros": "^
|
|
55
|
+
"babel-plugin-macros": "^3.1.0",
|
|
56
56
|
"cross-env": "^7.0.3",
|
|
57
57
|
"cssnano": "^4.1.11",
|
|
58
58
|
"del-cli": "^3.0.1",
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"@babel/runtime": "^7.20.7",
|
|
88
88
|
"@babel/traverse": "^7.20.10",
|
|
89
89
|
"babel-jsx-utils": "^1.1.0",
|
|
90
|
-
"babel-plugin-remove-graphql-queries": "^5.5.0-next.
|
|
91
|
-
"camelcase": "^
|
|
90
|
+
"babel-plugin-remove-graphql-queries": "^5.5.0-next.1",
|
|
91
|
+
"camelcase": "^6.3.0",
|
|
92
92
|
"chokidar": "^3.5.3",
|
|
93
93
|
"common-tags": "^1.8.2",
|
|
94
|
-
"fs-extra": "^
|
|
95
|
-
"gatsby-core-utils": "^4.5.0-next.
|
|
96
|
-
"gatsby-plugin-utils": "^4.5.0-next.
|
|
94
|
+
"fs-extra": "^11.1.0",
|
|
95
|
+
"gatsby-core-utils": "^4.5.0-next.1",
|
|
96
|
+
"gatsby-plugin-utils": "^4.5.0-next.1",
|
|
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": "f8f084ae96bd105509903216daa766325ec65b9e"
|
|
108
108
|
}
|