Skip to content

File tree

30 files changed

+110
-26
lines changed

30 files changed

+110
-26
lines changed

packages/gatsby-cli/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.8.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.8) (2019-10-29)
7+
8+
### Features
9+
10+
- **gatsby:** enable local themes ([#15856](https://github.com/gatsbyjs/gatsby/issues/15856)) ([bd85555](https://github.com/gatsbyjs/gatsby/commit/bd85555))
11+
612
## [2.8.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.7) (2019-10-28)
713

814
### Features

packages/gatsby-cli/package.json

+1-1
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.8.7",
4+
"version": "2.8.8",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"

packages/gatsby-plugin-manifest/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.2.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.26) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))
11+
612
## [2.2.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.25) (2019-10-28)
713

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

packages/gatsby-plugin-manifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.2.25",
4+
"version": "2.2.26",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-mdx/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+
## [1.0.55](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.55) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-mdx:** display better error message for MDX `html` field in development ([#19111](https://github.com/gatsbyjs/gatsby/issues/19111)) ([ef9efb9](https://github.com/gatsbyjs/gatsby/commit/ef9efb9))
11+
612
## [1.0.54](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.54) (2019-10-28)
713

814
### Bug Fixes

packages/gatsby-plugin-mdx/package.json

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

packages/gatsby-plugin-sharp/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.2.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.35) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))
11+
612
## [2.2.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.34) (2019-10-28)
713

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

packages/gatsby-plugin-sharp/package.json

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

packages/gatsby-remark-images-contentful/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.1.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))
11+
612
## [2.1.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2019-10-14)
713

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

packages/gatsby-remark-images-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-images-contentful",
3-
"version": "2.1.20",
3+
"version": "2.1.21",
44
"description": "Process Images in Contentful markdown so they can use the images API.",
55
"main": "index.js",
66
"scripts": {

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+
## [2.1.53](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.53) (2019-10-29)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.1.52](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.52) (2019-10-28)
711

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

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": "2.1.52",
4+
"version": "2.1.53",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
1616
"contentful": "^6.1.3",
1717
"deep-map": "^1.5.0",
1818
"fs-extra": "^8.1.0",
19-
"gatsby-plugin-sharp": "^2.2.34",
19+
"gatsby-plugin-sharp": "^2.2.35",
2020
"gatsby-source-filesystem": "^2.1.35",
2121
"is-online": "^8.2.0",
2222
"json-stringify-safe": "^5.0.1",

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.3.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.3) (2019-10-29)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.3.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.2) (2019-10-28)
711

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

packages/gatsby-source-drupal/package.json

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

packages/gatsby-source-mongodb/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+
## [2.1.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.20) (2019-10-29)
7+
8+
**Note:** Version bump only for package gatsby-source-mongodb
9+
610
## [2.1.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.19) (2019-10-28)
711

812
### Bug Fixes

packages/gatsby-source-mongodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-mongodb",
33
"description": "Source plugin for pulling data into Gatsby from MongoDB collections",
4-
"version": "2.1.19",
4+
"version": "2.1.20",
55
"authors": [
66
77

packages/gatsby-theme-blog-core/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+
## [1.0.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.12) (2019-10-29)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.0.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.11) (2019-10-28)
711

812
**Note:** Version bump only for package gatsby-theme-blog-core

packages/gatsby-theme-blog-core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -18,18 +18,18 @@
1818
},
1919
"dependencies": {
2020
"@mdx-js/mdx": "^1.5.1",
21-
"gatsby-plugin-mdx": "^1.0.54",
22-
"gatsby-plugin-sharp": "^2.2.34",
21+
"gatsby-plugin-mdx": "^1.0.55",
22+
"gatsby-plugin-sharp": "^2.2.35",
2323
"gatsby-remark-copy-linked-files": "^2.1.28",
2424
"gatsby-remark-images": "^3.1.28",
2525
"gatsby-remark-smartypants": "^2.1.14",
2626
"gatsby-source-filesystem": "^2.1.35",
27-
"gatsby-transformer-sharp": "^2.3.1",
27+
"gatsby-transformer-sharp": "^2.3.2",
2828
"remark-slug": "^5.1.2"
2929
},
3030
"devDependencies": {
3131
"@mdx-js/react": "^1.5.1",
32-
"gatsby": "^2.17.6",
32+
"gatsby": "^2.17.7",
3333
"prettier": "^1.18.2",
3434
"react": "^16.11.0",
3535
"react-dom": "^16.11.0"

packages/gatsby-theme-blog/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+
## [1.1.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.12) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))
11+
612
## [1.1.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.11) (2019-10-28)
713

814
### Bug Fixes

packages/gatsby-theme-blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-react-helmet": "^3.1.13",
3030
"gatsby-plugin-theme-ui": "^0.2.43",
3131
"gatsby-plugin-twitter": "^2.1.12",
32-
"gatsby-theme-blog-core": "^1.0.11",
32+
"gatsby-theme-blog-core": "^1.0.12",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.17.6",
42+
"gatsby": "^2.17.7",
4343
"prettier": "^1.18.2",
4444
"react": "^16.11.0",
4545
"react-dom": "^16.11.0"

packages/gatsby-theme-notes/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+
## [1.0.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.12) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))
11+
612
## [1.0.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.11) (2019-10-28)
713

814
**Note:** Version bump only for package gatsby-theme-notes

packages/gatsby-theme-notes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-notes",
33
"description": "Gatsby Theme for adding a notes section to your website",
4-
"version": "1.0.11",
4+
"version": "1.0.12",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.17.6",
23+
"gatsby": "^2.17.7",
2424
"react": "^16.11.0",
2525
"react-dom": "^16.11.0"
2626
},
@@ -36,7 +36,7 @@
3636
"gatsby-core-utils": "^1.0.17",
3737
"gatsby-plugin-compile-es6-packages": "^2.1.0",
3838
"gatsby-plugin-emotion": "^4.1.13",
39-
"gatsby-plugin-mdx": "^1.0.54",
39+
"gatsby-plugin-mdx": "^1.0.55",
4040
"gatsby-plugin-meta-redirect": "^1.1.1",
4141
"gatsby-plugin-og-image": "0.0.1",
4242
"gatsby-plugin-redirects": "^1.0.0",

packages/gatsby-transformer-screenshot/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.1.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))
11+
612
## [2.1.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2019-10-28)
713

814
### Bug Fixes

packages/gatsby-transformer-screenshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-screenshot",
33
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
4-
"version": "2.1.37",
4+
"version": "2.1.38",
55
"author": "David Beckley <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sharp/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.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.2) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))
11+
612
## [2.3.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.1) (2019-10-28)
713

814
### Bug Fixes

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sqip/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+
## [2.1.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.39) (2019-10-29)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.1.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.38) (2019-10-28)
711

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

packages/gatsby-transformer-sqip/package.json

+2-2
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.1.38",
4+
"version": "2.1.39",
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.6.3",
1111
"bluebird": "^3.7.1",
1212
"fs-extra": "^8.1.0",
13-
"gatsby-plugin-sharp": "^2.2.34",
13+
"gatsby-plugin-sharp": "^2.2.35",
1414
"md5-file": "^4.0.0",
1515
"mini-svg-data-uri": "^1.1.3",
1616
"p-queue": "^2.4.2",

packages/gatsby/CHANGELOG.md

+10
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+
## [2.17.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.7) (2019-10-29)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#19087](https://github.com/gatsbyjs/gatsby/issues/19087)) ([294a48f](https://github.com/gatsbyjs/gatsby/commit/294a48f))
11+
12+
### Features
13+
14+
- **gatsby:** enable local themes ([#15856](https://github.com/gatsbyjs/gatsby/issues/15856)) ([bd85555](https://github.com/gatsbyjs/gatsby/commit/bd85555))
15+
616
## [2.17.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.6) (2019-10-28)
717

818
### Bug Fixes

0 commit comments

Comments
 (0)