Skip to content

Commit b72a799

Browse files

File tree

18 files changed

+70
-15
lines changed

18 files changed

+70
-15
lines changed

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.93](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.93) (2020-07-17)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.92](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.92) (2020-07-15)
711

812
### Features

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.92",
3+
"version": "0.1.93",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/parser": "^2.28.0",
1818
"csstype": "^2.6.10",
1919
"formik": "^2.1.4",
20-
"gatsby": "^2.24.3",
20+
"gatsby": "^2.24.4",
2121
"gatsby-interface": "0.0.173",
2222
"gatsby-plugin-typescript": "^2.4.15",
2323
"gatsby-source-graphql": "^2.6.2",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.12.62](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.62) (2020-07-17)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-cli:** enable inspect-brk & inspect options ([#24693](https://github.com/gatsbyjs/gatsby/issues/24693)) ([ddfff2a](https://github.com/gatsbyjs/gatsby/commit/ddfff2a))
11+
612
## [2.12.61](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.61) (2020-07-15)
713

814
**Note:** Version bump only for package gatsby-cli

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.12.61",
4+
"version": "2.12.62",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"

packages/gatsby-plugin-mdx/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [1.2.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.27) (2020-07-17)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-mdx:** Specify new minimum peerDep version for MDX ([#25798](https://github.com/gatsbyjs/gatsby/issues/25798)) ([ab5f80a](https://github.com/gatsbyjs/gatsby/commit/ab5f80a)), closes [#25437](https://github.com/gatsbyjs/gatsby/issues/25437) [#25691](https://github.com/gatsbyjs/gatsby/issues/25691)
11+
12+
### Performance Improvements
13+
14+
- **gatsby-plugin-mdx:** drop another babel step during sourcing ([#25757](https://github.com/gatsbyjs/gatsby/issues/25757)) ([6d0c791](https://github.com/gatsbyjs/gatsby/commit/6d0c791))
15+
616
## [1.2.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.26) (2020-07-15)
717

818
### Performance Improvements

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.2.26",
3+
"version": "1.2.27",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-source-contentful/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.27) (2020-07-17)
7+
8+
### Features
9+
10+
- **gatsby-source-contentful:** Give "Asset" the same Sys fields as "Entry" ([#25030](https://github.com/gatsbyjs/gatsby/issues/25030)) ([067468a](https://github.com/gatsbyjs/gatsby/commit/067468a))
11+
612
## [2.3.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.26) (2020-07-09)
713

814
**Note:** Version bump only for package gatsby-source-contentful

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
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": "2.3.26",
4+
"version": "2.3.27",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -19,7 +19,7 @@
1919
"fs-extra": "^8.1.0",
2020
"gatsby-core-utils": "^1.3.12",
2121
"gatsby-plugin-sharp": "^2.6.19",
22-
"gatsby-source-filesystem": "^2.3.19",
22+
"gatsby-source-filesystem": "^2.3.20",
2323
"is-online": "^8.4.0",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.15",

packages/gatsby-source-drupal/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.23) (2020-07-17)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.5.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.22) (2020-07-15)
711

812
### Features

packages/gatsby-source-drupal/package.json

Lines changed: 2 additions & 2 deletions
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.22",
4+
"version": "3.5.23",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.19.2",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.3.19",
14+
"gatsby-source-filesystem": "^2.3.20",
1515
"lodash": "^4.17.15",
1616
"tiny-async-pool": "^1.1.0"
1717
},

packages/gatsby-source-filesystem/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.20) (2020-07-17)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-filesystem:** Removes erroneously added retries option ([#24899](https://github.com/gatsbyjs/gatsby/issues/24899)) ([63c9cfb](https://github.com/gatsbyjs/gatsby/commit/63c9cfb))
11+
- **gatsby-source-filesystem:** Support creating file nodes for paths containing folders ([#25687](https://github.com/gatsbyjs/gatsby/issues/25687)) ([4f8dab3](https://github.com/gatsbyjs/gatsby/commit/4f8dab3))
12+
13+
### Features
14+
15+
- **gatsby-source-filesystem:** allow adjusting `createRemoteFileNode` retry/timeout settings via env vars ([#24535](https://github.com/gatsbyjs/gatsby/issues/24535)) ([c08fa4a](https://github.com/gatsbyjs/gatsby/commit/c08fa4a))
16+
617
## [2.3.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.19) (2020-07-09)
718

819
**Note:** Version bump only for package gatsby-source-filesystem

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
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.19",
4+
"version": "2.3.20",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.22) (2020-07-17)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [3.2.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.21) (2020-07-15)
711

812
### Bug Fixes

packages/gatsby-source-shopify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "3.2.21",
3+
"version": "3.2.22",
44
"description": "Gatsby source plugin for building websites using Shopfiy 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.2",
3737
"chalk": "^2.4.2",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.3.19",
39+
"gatsby-source-filesystem": "^2.3.20",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.15",
4242
"p-iteration": "^1.1.8",

packages/gatsby-source-wordpress/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.23) (2020-07-17)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.3.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.22) (2020-07-15)
711

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

packages/gatsby-source-wordpress/package.json

Lines changed: 2 additions & 2 deletions
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.22",
4+
"version": "3.3.23",
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.19",
17+
"gatsby-source-filesystem": "^2.3.20",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.15",
2020
"minimatch": "^3.0.4",

packages/gatsby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.24.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.4) (2020-07-17)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-cli:** enable inspect-brk & inspect options ([#24693](https://github.com/gatsbyjs/gatsby/issues/24693)) ([ddfff2a](https://github.com/gatsbyjs/gatsby/commit/ddfff2a))
11+
612
## [2.24.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.3) (2020-07-15)
713

814
### Bug Fixes

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
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.3",
4+
"version": "2.24.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -70,7 +70,7 @@
7070
"file-loader": "^1.1.11",
7171
"fs-exists-cached": "1.0.0",
7272
"fs-extra": "^8.1.0",
73-
"gatsby-cli": "^2.12.61",
73+
"gatsby-cli": "^2.12.62",
7474
"gatsby-core-utils": "^1.3.12",
7575
"gatsby-graphiql-explorer": "^0.4.11",
7676
"gatsby-legacy-polyfills": "^0.0.2",

0 commit comments

Comments
 (0)