Skip to content

Commit 7912336

Browse files
committedAug 23, 2019
chore(release): Publish
- gatsby-cli@2.7.38 - gatsby-graphiql-explorer@0.2.7 - gatsby-plugin-mdx@1.0.29 - gatsby-plugin-netlify-cms@4.1.10 - gatsby-plugin-typography@2.3.4 - gatsby-source-graphql@2.1.8 - gatsby-transformer-screenshot@2.1.6 - gatsby@2.13.77 - graphql-skip-limit@2.1.4
1 parent f355bf8 commit 7912336

File tree

18 files changed

+53
-11
lines changed

18 files changed

+53
-11
lines changed
 

‎packages/gatsby-cli/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.7.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.37...gatsby-cli@2.7.38) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.7.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.36...gatsby-cli@2.7.37) (2019-08-22)
711

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

‎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.7.37",
4+
"version": "2.7.38",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "lib/index.js"

‎packages/gatsby-graphiql-explorer/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.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.6...gatsby-graphiql-explorer@0.2.7) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-graphiql-explorer
9+
610
## [0.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.5...gatsby-graphiql-explorer@0.2.6) (2019-08-22)
711

812
**Note:** Version bump only for package gatsby-graphiql-explorer

‎packages/gatsby-graphiql-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {

‎packages/gatsby-plugin-mdx/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.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.28...gatsby-plugin-mdx@1.0.29) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.27...gatsby-plugin-mdx@1.0.28) (2019-08-22)
711

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

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

‎packages/gatsby-plugin-netlify-cms/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+
## [4.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.9...gatsby-plugin-netlify-cms@4.1.10) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-netlify-cms
9+
610
## [4.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.1.8...gatsby-plugin-netlify-cms@4.1.9) (2019-08-22)
711

812
**Note:** Version bump only for package gatsby-plugin-netlify-cms

‎packages/gatsby-plugin-netlify-cms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify-cms",
33
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
4-
"version": "4.1.9",
4+
"version": "4.1.10",
55
"author": "Shawn Erquhart <shawn@erquh.art>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-plugin-typography/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.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.3.3...gatsby-plugin-typography@2.3.4) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-typography
9+
610
## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.3.2...gatsby-plugin-typography@2.3.3) (2019-08-20)
711

812
**Note:** Version bump only for package gatsby-plugin-typography

‎packages/gatsby-plugin-typography/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typography",
33
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
4-
"version": "2.3.3",
4+
"version": "2.3.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-source-graphql/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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.7...gatsby-source-graphql@2.1.8) (2019-08-23)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages except react, babel and… ([#16960](https://github.com/gatsbyjs/gatsby/issues/16960)) ([d6bd515](https://github.com/gatsbyjs/gatsby/commit/d6bd515))
11+
612
## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.6...gatsby-source-graphql@2.1.7) (2019-08-22)
713

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

‎packages/gatsby-source-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-graphql",
33
"description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL",
4-
"version": "2.1.7",
4+
"version": "2.1.8",
55
"author": "Mikhail Novikov <freiksenet@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-transformer-screenshot/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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.5...gatsby-transformer-screenshot@2.1.6) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-transformer-screenshot
9+
610
## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.4...gatsby-transformer-screenshot@2.1.5) (2019-08-22)
711

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

‎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.5",
4+
"version": "2.1.6",
55
"author": "David Beckley <beckl.ds@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby/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.13.77](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.76...gatsby@2.13.77) (2019-08-23)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages except react, babel and… ([#16960](https://github.com/gatsbyjs/gatsby/issues/16960)) ([d6bd515](https://github.com/gatsbyjs/gatsby/commit/d6bd515))
11+
612
## [2.13.76](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.75...gatsby@2.13.76) (2019-08-22)
713

814
### Bug Fixes

‎packages/gatsby/package.json

+3-3
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.13.76",
4+
"version": "2.13.77",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -70,9 +70,9 @@
7070
"flat": "^4.1.0",
7171
"fs-exists-cached": "1.0.0",
7272
"fs-extra": "^5.0.0",
73-
"gatsby-cli": "^2.7.37",
73+
"gatsby-cli": "^2.7.38",
7474
"gatsby-core-utils": "^1.0.5",
75-
"gatsby-graphiql-explorer": "^0.2.6",
75+
"gatsby-graphiql-explorer": "^0.2.7",
7676
"gatsby-link": "^2.2.7",
7777
"gatsby-plugin-page-creator": "^2.1.9",
7878
"gatsby-react-router-scroll": "^2.1.5",

‎packages/graphql-skip-limit/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.4](https://github.com/gatsbyjs/gatsby/compare/graphql-skip-limit@2.1.3...graphql-skip-limit@2.1.4) (2019-08-23)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages except react, babel and… ([#16960](https://github.com/gatsbyjs/gatsby/issues/16960)) ([d6bd515](https://github.com/gatsbyjs/gatsby/commit/d6bd515))
11+
612
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/graphql-skip-limit@2.1.2...graphql-skip-limit@2.1.3) (2019-08-20)
713

814
**Note:** Version bump only for package graphql-skip-limit

‎packages/graphql-skip-limit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-skip-limit",
33
"description": "A library to help construct a graphql-js server supporting skip/relay style pagination. Built for Gatsby but perhaps useful elsewhere.",
4-
"version": "2.1.3",
4+
"version": "2.1.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)
Please sign in to comment.