gatsby-plugin-image 2.4.0 → 2.5.0-alpha-trailing-slash.71

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 +29 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,35 @@
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
+
23
+ ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.4.0/packages/gatsby-plugin-image) (2021-12-14)
24
+
25
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4)
26
+
27
+ #### Bug Fixes
28
+
29
+ - update dependency common-tags to ^1.8.2 for gatsby-plugin-image [#34123](https://github.com/gatsbyjs/gatsby/issues/34123) ([2f61ce3](https://github.com/gatsbyjs/gatsby/commit/2f61ce36c746c25b684bee834c1ed788fe3892f4))
30
+
31
+ #### Chores
32
+
33
+ - update dependency typescript to ^4.5.2 [#34144](https://github.com/gatsbyjs/gatsby/issues/34144) ([51bff91](https://github.com/gatsbyjs/gatsby/commit/51bff91246cbc48ba50c9650205b0488691fb82a))
34
+
6
35
  ## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.3.0/packages/gatsby-plugin-image) (2021-12-01)
7
36
 
8
37
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.3)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-plugin-image",
3
- "version": "2.4.0",
3
+ "version": "2.5.0-alpha-trailing-slash.71+4ee7ff64c5",
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",
@@ -61,7 +61,7 @@
61
61
  "npm-run-all": "^4.1.5",
62
62
  "postcss": "^8.2.9",
63
63
  "terser": "^5.3.8",
64
- "typescript": "^4.5.2"
64
+ "typescript": "^4.5.4"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@babel/core": "^7.12.3",
@@ -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.4.0",
80
+ "babel-plugin-remove-graphql-queries": "4.5.0-alpha-trailing-slash.71+4ee7ff64c5",
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.4.0",
85
+ "gatsby-core-utils": "3.5.0-alpha-trailing-slash.71+4ee7ff64c5",
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": "c09587abec36640b8d236455bc28bd430c7e112e"
96
+ "gitHead": "4ee7ff64c573f36c08d9d7a091fee6dfd9a71c8f"
97
97
  }