Skip to content

Commit 7912336

Browse files
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

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.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

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.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

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.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

Lines changed: 1 addition & 1 deletion
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

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+
## [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

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.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

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+
## [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

Lines changed: 1 addition & 1 deletion
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

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.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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)