Skip to content

Commit 1d7bc94

Browse files
committed
1 parent a5665d2 commit 1d7bc94

File tree

14 files changed

+45
-12
lines changed

14 files changed

+45
-12
lines changed

packages/gatsby-admin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.176](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.176) (2020-10-27)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.175](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.175) (2020-10-26)
711

812
**Note:** Version bump only for package gatsby-admin

packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.175",
3+
"version": "0.1.176",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.1",
23-
"gatsby": "^2.24.87",
23+
"gatsby": "^2.24.88",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.4.24",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-source-contentful/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.5) (2020-10-27)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.4) (2020-10-26)
711

812
### Bug Fixes

packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "3.0.4",
4+
"version": "3.0.5",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"fs-extra": "^9.0.1",
1919
"gatsby-core-utils": "^1.3.23",
2020
"gatsby-plugin-utils": "^0.2.39",
21-
"gatsby-source-filesystem": "^2.3.36",
21+
"gatsby-source-filesystem": "^2.3.37",
2222
"is-online": "^8.5.1",
2323
"json-stringify-safe": "^5.0.1",
2424
"lodash": "^4.17.20",

packages/gatsby-source-drupal/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.40) (2020-10-27)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.5.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.39) (2020-10-26)
711

812
### Bug Fixes

packages/gatsby-source-drupal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "3.5.39",
4+
"version": "3.5.40",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.21.0",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.3.36",
14+
"gatsby-source-filesystem": "^2.3.37",
1515
"lodash": "^4.17.20",
1616
"tiny-async-pool": "^1.1.0"
1717
},

packages/gatsby-source-filesystem/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.37](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.37) (2020-10-27)
7+
8+
### Performance Improvements
9+
10+
- **gatsby-source-filesystem:** dont JSON parse/stringify the node ([#27597](https://github.com/gatsbyjs/gatsby/issues/27597)) ([ffbec4c](https://github.com/gatsbyjs/gatsby/commit/ffbec4c5e56496ad8169415e9b4a93ba47c18398))
11+
612
## [2.3.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.36) (2020-10-26)
713

814
### Bug Fixes

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
4-
"version": "2.3.36",
4+
"version": "2.3.37",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.39) (2020-10-27)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [3.2.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.38) (2020-10-26)
711

812
**Note:** Version bump only for package gatsby-source-shopify

packages/gatsby-source-shopify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "3.2.38",
3+
"version": "3.2.39",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
@@ -36,7 +36,7 @@
3636
"babel-preset-gatsby-package": "^0.5.3",
3737
"chalk": "^2.4.2",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.3.36",
39+
"gatsby-source-filesystem": "^2.3.37",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.20",
4242
"p-iteration": "^1.1.8",

packages/gatsby-source-wordpress/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.41) (2020-10-27)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.3.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.40) (2020-10-26)
711

812
### Bug Fixes

packages/gatsby-source-wordpress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
4-
"version": "3.3.40",
4+
"version": "3.3.41",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.7.2",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^2.3.36",
17+
"gatsby-source-filesystem": "^2.3.37",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.20",
2020
"minimatch": "^3.0.4",

packages/gatsby/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.24.88](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.88) (2020-10-27)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** add missing printTypeDefinitions ([#27670](https://github.com/gatsbyjs/gatsby/issues/27670)) ([2da94bf](https://github.com/gatsbyjs/gatsby/commit/2da94bfcd612d10b0816e38a95e43651986fd94b))
11+
- **gatsby:** better heuristic for automatic cache purging ([#27682](https://github.com/gatsbyjs/gatsby/issues/27682)) ([a5665d2](https://github.com/gatsbyjs/gatsby/commit/a5665d28f585c7f8727e2bbaccb4ab0fffeaa8e7))
12+
613
## [2.24.87](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.87) (2020-10-26)
714

815
**Note:** Version bump only for package gatsby

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.24.87",
4+
"version": "2.24.88",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)