gatsby-source-filesystem 4.20.0-next.0 → 4.20.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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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
+ ## [4.19.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.19.0/packages/gatsby-source-filesystem) (2022-07-19)
7
+
8
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.19)
9
+
10
+ **Note:** Version bump only for package gatsby-source-filesystem
11
+
12
+ ### [4.18.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.18.1/packages/gatsby-source-filesystem) (2022-07-12)
13
+
14
+ **Note:** Version bump only for package gatsby-source-filesystem
15
+
16
+ ## [4.18.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.18.0/packages/gatsby-source-filesystem) (2022-07-05)
17
+
18
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.18)
19
+
20
+ #### Bug Fixes
21
+
22
+ - update dependency chokidar to ^3.5.3 [#34643](https://github.com/gatsbyjs/gatsby/issues/34643) ([9b308cb](https://github.com/gatsbyjs/gatsby/commit/9b308cb744047beeea3a5b2f500fbf5a8b8ef2d5))
23
+
24
+ ## [4.17.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.17.0/packages/gatsby-source-filesystem) (2022-06-21)
25
+
26
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.17)
27
+
28
+ **Note:** Version bump only for package gatsby-source-filesystem
29
+
6
30
  ## [4.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.16.0/packages/gatsby-source-filesystem) (2022-06-07)
7
31
 
8
32
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby-source-filesystem",
3
3
  "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
4
- "version": "4.20.0-next.0",
4
+ "version": "4.20.0",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
11
11
  "chokidar": "^3.5.3",
12
12
  "file-type": "^16.5.3",
13
13
  "fs-extra": "^10.1.0",
14
- "gatsby-core-utils": "^3.20.0-next.0",
14
+ "gatsby-core-utils": "^3.20.0",
15
15
  "got": "^9.6.0",
16
16
  "md5-file": "^5.0.0",
17
17
  "mime": "^2.5.2",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@babel/cli": "^7.15.4",
25
25
  "@babel/core": "^7.15.5",
26
- "babel-preset-gatsby-package": "^2.20.0-next.0",
26
+ "babel-preset-gatsby-package": "^2.20.0",
27
27
  "cross-env": "^7.0.3"
28
28
  },
29
29
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme",
@@ -49,5 +49,5 @@
49
49
  "engines": {
50
50
  "node": ">=14.15.0"
51
51
  },
52
- "gitHead": "277bca67c210958f8cf1f7612a489b5f6f0886a5"
52
+ "gitHead": "3ec74acade17fe80c6281c7d0caf52a78a018810"
53
53
  }