gatsby-plugin-image 2.5.2 → 2.7.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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.5.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.5.2/packages/gatsby-plugin-image) (2022-01-17)
7
+
8
+ **Note:** Version bump only for package gatsby-plugin-image
9
+
10
+ ### [2.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.5.1/packages/gatsby-plugin-image) (2022-01-12)
11
+
12
+ **Note:** Version bump only for package gatsby-plugin-image
13
+
14
+ ## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.5.0/packages/gatsby-plugin-image) (2022-01-11)
15
+
16
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5)
17
+
18
+ #### Chores
19
+
20
+ - update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b))
21
+ - upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1))
22
+
6
23
  ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.4.0/packages/gatsby-plugin-image) (2021-12-14)
7
24
 
8
25
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-plugin-image",
3
- "version": "2.5.2",
3
+ "version": "2.7.0-next.0",
4
4
  "scripts": {
5
5
  "build": "npm-run-all -s clean -p build:*",
6
6
  "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
@@ -77,12 +77,12 @@
77
77
  "@babel/runtime": "^7.15.4",
78
78
  "@babel/traverse": "^7.15.4",
79
79
  "babel-jsx-utils": "^1.1.0",
80
- "babel-plugin-remove-graphql-queries": "^4.5.2",
80
+ "babel-plugin-remove-graphql-queries": "^4.7.0-next.0",
81
81
  "camelcase": "^5.3.1",
82
82
  "chokidar": "^3.5.2",
83
83
  "common-tags": "^1.8.2",
84
84
  "fs-extra": "^10.0.0",
85
- "gatsby-core-utils": "^3.5.2",
85
+ "gatsby-core-utils": "^3.7.0-next.0",
86
86
  "objectFitPolyfill": "^2.3.5",
87
87
  "prop-types": "^15.7.2"
88
88
  },
@@ -93,5 +93,5 @@
93
93
  },
94
94
  "author": "Matt Kane <matt@gatsbyjs.com>",
95
95
  "license": "MIT",
96
- "gitHead": "c493ee721c16b5101134bcd98fdf4f6f0e40cede"
96
+ "gitHead": "3659ec236ad54e87dff26effe11593c5663c31ed"
97
97
  }