Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-dev-cli@2.5.40
 - gatsby-plugin-netlify@2.1.28
 - gatsby-plugin-page-creator@2.1.34
 - gatsby-source-graphql@2.1.26
 - gatsby-source-shopify@3.0.33
 - gatsby-theme-blog-core@1.0.35
 - gatsby-theme-blog@1.2.7
 - gatsby-theme-notes@1.0.31
 - gatsby-transformer-screenshot@2.1.44
 - gatsby@2.18.8
  • Loading branch information
wardpeet committed Dec 9, 2019
1 parent cfd4782 commit 0e9553e
Show file tree
Hide file tree
Showing 20 changed files with 67 additions and 15 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-dev-cli/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.5.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.39...gatsby-dev-cli@2.5.40) (2019-12-09)

### Bug Fixes

- **gatsby-dev-cli:** chmod gatsby bin on copy ([#19985](https://github.com/gatsbyjs/gatsby/issues/19985)) ([a4d1126](https://github.com/gatsbyjs/gatsby/commit/a4d1126))

## [2.5.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.38...gatsby-dev-cli@2.5.39) (2019-11-26)

**Note:** Version bump only for package gatsby-dev-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "2.5.39",
"version": "2.5.40",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-netlify/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.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.1.27...gatsby-plugin-netlify@2.1.28) (2019-12-09)

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

## [2.1.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.1.26...gatsby-plugin-netlify@2.1.27) (2019-11-26)

**Note:** Version bump only for package gatsby-plugin-netlify
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"version": "2.1.27",
"version": "2.1.28",
"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-plugin-page-creator/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.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.33...gatsby-plugin-page-creator@2.1.34) (2019-12-09)

### Bug Fixes

- **gatsby-plugin-page-creator:** typo in README.md ([#20008](https://github.com/gatsbyjs/gatsby/issues/20008)) ([c77d820](https://github.com/gatsbyjs/gatsby/commit/c77d820))

## [2.1.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.32...gatsby-plugin-page-creator@2.1.33) (2019-12-02)

**Note:** Version bump only for package gatsby-plugin-page-creator
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-page-creator/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.1.33",
"version": "2.1.34",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
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.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.25...gatsby-source-graphql@2.1.26) (2019-12-09)

### Features

- **gatsby:** use embedded remote schemas ([#19504](https://github.com/gatsbyjs/gatsby/issues/19504)) ([588eaf7](https://github.com/gatsbyjs/gatsby/commit/588eaf7))

## [2.1.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.24...gatsby-source-graphql@2.1.25) (2019-11-26)

**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.25",
"version": "2.1.26",
"author": "Mikhail Novikov <freiksenet@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-shopify/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.

## [3.0.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.32...gatsby-source-shopify@3.0.33) (2019-12-09)

### Bug Fixes

- **gatsby-source-shopify:** allShopifyPage node creation issue [#18249](https://github.com/gatsbyjs/gatsby/issues/18249) fix ([#19950](https://github.com/gatsbyjs/gatsby/issues/19950)) ([94bc770](https://github.com/gatsbyjs/gatsby/commit/94bc770))

## [3.0.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.31...gatsby-source-shopify@3.0.32) (2019-12-02)

**Note:** Version bump only for package gatsby-source-shopify
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-shopify/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "3.0.32",
"version": "3.0.33",
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/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.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.34...gatsby-theme-blog-core@1.0.35) (2019-12-09)

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

## [1.0.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.33...gatsby-theme-blog-core@1.0.34) (2019-12-05)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog-core/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.0.34",
"version": "1.0.35",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.18.7",
"gatsby": "^2.18.8",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-blog/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.

## [1.2.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.6...gatsby-theme-blog@1.2.7) (2019-12-09)

### Bug Fixes

- **gatsby-theme-blog:** Fix home-footer in Night mode ([#19977](https://github.com/gatsbyjs/gatsby/issues/19977)) ([06e650d](https://github.com/gatsbyjs/gatsby/commit/06e650d))

## [1.2.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.5...gatsby-theme-blog@1.2.6) (2019-12-05)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.2.6",
"version": "1.2.7",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-twitter": "^2.1.15",
"gatsby-theme-blog-core": "^1.0.34",
"gatsby-theme-blog-core": "^1.0.35",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand All @@ -39,7 +39,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.18.7",
"gatsby": "^2.18.8",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/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.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.30...gatsby-theme-notes@1.0.31) (2019-12-09)

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

## [1.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.29...gatsby-theme-notes@1.0.30) (2019-12-05)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.0.30",
"version": "1.0.31",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
"devDependencies": {
"gatsby": "^2.18.7",
"gatsby": "^2.18.8",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
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.44](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.43...gatsby-transformer-screenshot@2.1.44) (2019-12-09)

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

## [2.1.43](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.1.42...gatsby-transformer-screenshot@2.1.43) (2019-11-28)

**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.43",
"version": "2.1.44",
"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.18.8](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.18.7...gatsby@2.18.8) (2019-12-09)

### Bug Fixes

- **gatsby:** Ensure the number of jest-workers respects GATSBY_CPU_COUNT env var ([#19975](https://github.com/gatsbyjs/gatsby/issues/19975)) ([ce53d81](https://github.com/gatsbyjs/gatsby/commit/ce53d81))

## [2.18.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.18.6...gatsby@2.18.7) (2019-12-05)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.18.7",
"version": "2.18.8",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -73,7 +73,7 @@
"gatsby-core-utils": "^1.0.22",
"gatsby-graphiql-explorer": "^0.2.29",
"gatsby-link": "^2.2.25",
"gatsby-plugin-page-creator": "^2.1.33",
"gatsby-plugin-page-creator": "^2.1.34",
"gatsby-react-router-scroll": "^2.1.17",
"gatsby-telemetry": "^1.1.42",
"glob": "^7.1.6",
Expand Down

0 comments on commit 0e9553e

Please sign in to comment.