Skip to content

File tree

24 files changed

+73
-21
lines changed

24 files changed

+73
-21
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.145](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.145) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.144](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.144) (2020-09-08)
711

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

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.144",
3+
"version": "0.1.145",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"csstype": "^2.6.10",
2020
"feedback-fish": "^0.1.12",
2121
"formik": "^2.1.4",
22-
"gatsby": "^2.24.55",
22+
"gatsby": "^2.24.56",
2323
"gatsby-interface": "0.0.183",
2424
"gatsby-plugin-typescript": "^2.4.19",
2525
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/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+
## [2.12.94](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.94) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.93](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.93) (2020-09-08)
711

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

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 deletions
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.93",
4+
"version": "2.12.94",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,7 +24,7 @@
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^1.3.19",
27-
"gatsby-recipes": "^0.2.22",
27+
"gatsby-recipes": "^0.2.23",
2828
"gatsby-telemetry": "^1.3.32",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",

packages/gatsby-plugin-mdx/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+
## [1.2.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.39) (2020-09-09)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-mdx:** mdxrender should not accept components ([#24271](https://github.com/gatsbyjs/gatsby/issues/24271)) ([9c58e34](https://github.com/gatsbyjs/gatsby/commit/9c58e34)), closes [#21682](https://github.com/gatsbyjs/gatsby/issues/21682)
11+
612
## [1.2.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.38) (2020-09-07)
713

814
**Note:** Version bump only for package gatsby-plugin-mdx

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.38",
3+
"version": "1.2.39",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-sharp/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+
## [2.6.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.34) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.6.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.33) (2020-09-08)
711

812
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.6.33",
4+
"version": "2.6.34",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-recipes/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+
## [0.2.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.23) (2020-09-09)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-recipes:** Cache readme and always return string ([#26833](https://github.com/gatsbyjs/gatsby/issues/26833)) ([58dc15e](https://github.com/gatsbyjs/gatsby/commit/58dc15e))
11+
612
## [0.2.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.22) (2020-09-08)
713

814
### Bug Fixes

packages/gatsby-recipes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.2.22",
4+
"version": "0.2.23",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/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+
## [2.3.44](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.44) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.3.43](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.43) (2020-09-08)
711

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

packages/gatsby-source-contentful/package.json

Lines changed: 3 additions & 3 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.43",
4+
"version": "2.3.44",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,8 +18,8 @@
1818
"deep-map": "^1.5.0",
1919
"fs-extra": "^8.1.0",
2020
"gatsby-core-utils": "^1.3.19",
21-
"gatsby-plugin-sharp": "^2.6.33",
22-
"gatsby-source-filesystem": "^2.3.28",
21+
"gatsby-plugin-sharp": "^2.6.34",
22+
"gatsby-source-filesystem": "^2.3.29",
2323
"is-online": "^8.4.0",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.20",

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.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.32) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.5.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.31) (2020-09-07)
711

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

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.31",
4+
"version": "3.5.32",
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.28",
14+
"gatsby-source-filesystem": "^2.3.29",
1515
"lodash": "^4.17.20",
1616
"tiny-async-pool": "^1.1.0"
1717
},

packages/gatsby-source-filesystem/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+
## [2.3.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.29) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-source-filesystem
9+
610
## [2.3.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.28) (2020-09-07)
711

812
**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.28",
4+
"version": "2.3.29",
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.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.31) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [3.2.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.30) (2020-09-07)
711

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

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.30",
3+
"version": "3.2.31",
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.2",
3737
"chalk": "^2.4.2",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.3.28",
39+
"gatsby-source-filesystem": "^2.3.29",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.20",
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.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.33) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.3.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.32) (2020-09-07)
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.32",
4+
"version": "3.3.33",
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.28",
17+
"gatsby-source-filesystem": "^2.3.29",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.20",
2020
"minimatch": "^3.0.4",

packages/gatsby-transformer-sqip/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+
## [2.3.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.34) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.3.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.33) (2020-09-08)
711

812
**Note:** Version bump only for package gatsby-transformer-sqip

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.3.33",
4+
"version": "2.3.34",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.10.3",
1111
"bluebird": "^3.7.2",
1212
"fs-extra": "^8.1.0",
13-
"gatsby-plugin-sharp": "^2.6.33",
13+
"gatsby-plugin-sharp": "^2.6.34",
1414
"md5-file": "^4.0.0",
1515
"mini-svg-data-uri": "^1.2.3",
1616
"p-queue": "^2.4.2",

packages/gatsby/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+
## [2.24.56](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.56) (2020-09-09)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.24.55](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.55) (2020-09-08)
711

812
### 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.55",
4+
"version": "2.24.56",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -73,7 +73,7 @@
7373
"find-cache-dir": "^3.3.1",
7474
"fs-exists-cached": "1.0.0",
7575
"fs-extra": "^8.1.0",
76-
"gatsby-cli": "^2.12.93",
76+
"gatsby-cli": "^2.12.94",
7777
"gatsby-core-utils": "^1.3.19",
7878
"gatsby-graphiql-explorer": "^0.4.13",
7979
"gatsby-legacy-polyfills": "^0.0.4",

0 commit comments

Comments
 (0)