Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
sidharthachatterjee committed Aug 23, 2019
1 parent f355bf8 commit 7912336
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 11 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.37...gatsby-cli@2.7.38) (2019-08-23)

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

## [2.7.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.7.36...gatsby-cli@2.7.37) (2019-08-22)

**Note:** Version bump only for package gatsby-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.7.37",
"version": "2.7.38",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-graphiql-explorer/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.6...gatsby-graphiql-explorer@0.2.7) (2019-08-23)

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

## [0.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.2.5...gatsby-graphiql-explorer@0.2.6) (2019-08-22)

**Note:** Version bump only for package gatsby-graphiql-explorer
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-graphiql-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-graphiql-explorer",
"version": "0.2.6",
"version": "0.2.7",
"description": "GraphiQL IDE with custom features for Gatsby users",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-mdx/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.28...gatsby-plugin-mdx@1.0.29) (2019-08-23)

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

## [1.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.27...gatsby-plugin-mdx@1.0.28) (2019-08-22)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.0.28",
"version": "1.0.29",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-netlify-cms/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

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

**Note:** Version bump only for package gatsby-plugin-netlify-cms
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"version": "4.1.9",
"version": "4.1.10",
"author": "Shawn Erquhart <shawn@erquh.art>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-typography/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.3.3...gatsby-plugin-typography@2.3.4) (2019-08-23)

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

## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.3.2...gatsby-plugin-typography@2.3.3) (2019-08-20)

**Note:** Version bump only for package gatsby-plugin-typography
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typography/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typography",
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
"version": "2.3.3",
"version": "2.3.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-graphql/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.7...gatsby-source-graphql@2.1.8) (2019-08-23)

### Bug Fixes

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

## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.6...gatsby-source-graphql@2.1.7) (2019-08-22)

**Note:** Version bump only for package gatsby-source-graphql
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-graphql/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-graphql",
"description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL",
"version": "2.1.7",
"version": "2.1.8",
"author": "Mikhail Novikov <freiksenet@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-screenshot/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.5...gatsby-transformer-screenshot@2.1.6) (2019-08-23)

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

## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.4...gatsby-transformer-screenshot@2.1.5) (2019-08-22)

**Note:** Version bump only for package gatsby-transformer-screenshot
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-screenshot/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-screenshot",
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
"version": "2.1.5",
"version": "2.1.6",
"author": "David Beckley <beckl.ds@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.77](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.76...gatsby@2.13.77) (2019-08-23)

### Bug Fixes

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

## [2.13.76](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.75...gatsby@2.13.76) (2019-08-22)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.13.76",
"version": "2.13.77",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -70,9 +70,9 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.7.37",
"gatsby-cli": "^2.7.38",
"gatsby-core-utils": "^1.0.5",
"gatsby-graphiql-explorer": "^0.2.6",
"gatsby-graphiql-explorer": "^0.2.7",
"gatsby-link": "^2.2.7",
"gatsby-plugin-page-creator": "^2.1.9",
"gatsby-react-router-scroll": "^2.1.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-skip-limit/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/graphql-skip-limit@2.1.3...graphql-skip-limit@2.1.4) (2019-08-23)

### Bug Fixes

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

## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/graphql-skip-limit@2.1.2...graphql-skip-limit@2.1.3) (2019-08-20)

**Note:** Version bump only for package graphql-skip-limit
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-skip-limit/package.json
@@ -1,7 +1,7 @@
{
"name": "graphql-skip-limit",
"description": "A library to help construct a graphql-js server supporting skip/relay style pagination. Built for Gatsby but perhaps useful elsewhere.",
"version": "2.1.3",
"version": "2.1.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down

0 comments on commit 7912336

Please sign in to comment.