Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-dev-cli@2.5.14
 - gatsby-page-utils@0.0.11
 - gatsby-plugin-page-creator@2.1.11
 - gatsby-source-contentful@2.1.27
 - gatsby-source-drupal@3.2.21
 - gatsby-source-filesystem@2.1.16
 - gatsby-source-shopify@3.0.7
 - gatsby-source-wordpress@3.1.23
 - gatsby@2.13.79
  • Loading branch information
sidharthachatterjee committed Aug 23, 2019
1 parent 816d475 commit 7884025
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 15 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-dev-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.5.13...gatsby-dev-cli@2.5.14) (2019-08-23)

### Bug Fixes

- update dependency chokidar to v3 ([#16975](https://github.com/gatsbyjs/gatsby/issues/16975)) ([816d475](https://github.com/gatsbyjs/gatsby/commit/816d475))

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

**Note:** Version bump only for package gatsby-dev-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "2.5.13",
"version": "2.5.14",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-page-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [0.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.10...gatsby-page-utils@0.0.11) (2019-08-23)

### Bug Fixes

- update dependency chokidar to v3 ([#16975](https://github.com/gatsbyjs/gatsby/issues/16975)) ([816d475](https://github.com/gatsbyjs/gatsby/commit/816d475))

## [0.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.9...gatsby-page-utils@0.0.10) (2019-08-23)

**Note:** Version bump only for package gatsby-page-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "0.0.10",
"version": "0.0.11",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-page-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
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.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.10...gatsby-plugin-page-creator@2.1.11) (2019-08-23)

**Note:** Version bump only for package gatsby-plugin-page-creator

## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.9...gatsby-plugin-page-creator@2.1.10) (2019-08-23)

**Note:** Version bump only for package gatsby-plugin-page-creator
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.1.10",
"version": "2.1.11",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"@babel/runtime": "^7.5.5",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.0.10",
"gatsby-page-utils": "^0.0.11",
"glob": "^7.1.4",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
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.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.26...gatsby-source-contentful@2.1.27) (2019-08-23)

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

## [2.1.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.25...gatsby-source-contentful@2.1.26) (2019-08-23)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "2.1.26",
"version": "2.1.27",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,7 +17,7 @@
"deep-map": "^1.5.0",
"fs-extra": "^4.0.3",
"gatsby-plugin-sharp": "^2.2.17",
"gatsby-source-filesystem": "^2.1.15",
"gatsby-source-filesystem": "^2.1.16",
"is-online": "^7.0.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-drupal/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.2.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.20...gatsby-source-drupal@3.2.21) (2019-08-23)

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

## [3.2.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.19...gatsby-source-drupal@3.2.20) (2019-08-23)

**Note:** Version bump only for package gatsby-source-drupal
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "3.2.20",
"version": "3.2.21",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"axios": "^0.19.0",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
"gatsby-source-filesystem": "^2.1.15",
"gatsby-source-filesystem": "^2.1.16",
"lodash": "^4.17.15",
"tiny-async-pool": "^1.0.4"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
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.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.15...gatsby-source-filesystem@2.1.16) (2019-08-23)

### Bug Fixes

- update dependency chokidar to v3 ([#16975](https://github.com/gatsbyjs/gatsby/issues/16975)) ([816d475](https://github.com/gatsbyjs/gatsby/commit/816d475))

## [2.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.14...gatsby-source-filesystem@2.1.15) (2019-08-23)

**Note:** Version bump only for package gatsby-source-filesystem
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-filesystem",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
"version": "2.1.15",
"version": "2.1.16",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.0.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.6...gatsby-source-shopify@3.0.7) (2019-08-23)

**Note:** Version bump only for package gatsby-source-shopify

## [3.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.5...gatsby-source-shopify@3.0.6) (2019-08-23)

**Note:** Version bump only for package gatsby-source-shopify
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "3.0.6",
"version": "3.0.7",
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
Expand Down Expand Up @@ -36,7 +36,7 @@
"babel-preset-gatsby-package": "^0.2.3",
"chalk": "^2.4.2",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.1.15",
"gatsby-source-filesystem": "^2.1.16",
"graphql-request": "^1.8.2",
"lodash": "^4.17.15",
"p-iteration": "^1.1.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.1.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.22...gatsby-source-wordpress@3.1.23) (2019-08-23)

**Note:** Version bump only for package gatsby-source-wordpress

## [3.1.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.21...gatsby-source-wordpress@3.1.22) (2019-08-23)

**Note:** Version bump only for package gatsby-source-wordpress
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
"version": "3.1.22",
"version": "3.1.23",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"bluebird": "^3.5.5",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^2.1.15",
"gatsby-source-filesystem": "^2.1.16",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.79](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.78...gatsby@2.13.79) (2019-08-23)

### Bug Fixes

- update dependency chokidar to v3 ([#16975](https://github.com/gatsbyjs/gatsby/issues/16975)) ([816d475](https://github.com/gatsbyjs/gatsby/commit/816d475))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.13.78",
"version": "2.13.79",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -74,7 +74,7 @@
"gatsby-core-utils": "^1.0.6",
"gatsby-graphiql-explorer": "^0.2.8",
"gatsby-link": "^2.2.8",
"gatsby-plugin-page-creator": "^2.1.10",
"gatsby-plugin-page-creator": "^2.1.11",
"gatsby-react-router-scroll": "^2.1.6",
"gatsby-telemetry": "^1.1.18",
"glob": "^7.1.4",
Expand Down

0 comments on commit 7884025

Please sign in to comment.