Skip to content

Commit 0c7485d

Browse files
1 parent ebbc335 commit 0c7485d

File tree

14 files changed

+39
-11
lines changed

14 files changed

+39
-11
lines changed

packages/gatsby-plugin-page-creator/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.0.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.8) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [2.0.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.7) (2019-02-19)
711

812
### Bug Fixes

packages/gatsby-plugin-page-creator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-source-contentful/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.0.31](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.31) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.0.30](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.30) (2019-02-19)
711

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

packages/gatsby-source-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "2.0.30",
4+
"version": "2.0.31",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-drupal/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+
## [3.0.25](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/[email protected]@3.0.25) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.0.24](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/[email protected]@3.0.24) (2019-02-20)
711

812
### Bug Fixes

packages/gatsby-source-drupal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "3.0.24",
4+
"version": "3.0.25",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.0.0",
1111
"axios": "^0.18.0",
1212
"bluebird": "^3.5.0",
13-
"gatsby-source-filesystem": "^2.0.21",
13+
"gatsby-source-filesystem": "^2.0.22",
1414
"lodash": "^4.17.10"
1515
},
1616
"devDependencies": {

packages/gatsby-source-filesystem/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.0.22](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/compare/[email protected]@2.0.22) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-source-filesystem
9+
610
## [2.0.21](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/compare/[email protected]@2.0.21) (2019-02-20)
711

812
### Bug Fixes

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
4-
"version": "2.0.21",
4+
"version": "2.0.22",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/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.0.16](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/[email protected]@2.0.16) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [2.0.15](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/[email protected]@2.0.15) (2019-02-20)
711

812
### Bug Fixes

packages/gatsby-source-shopify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
55
"scripts": {
66
"build": "babel src --out-dir .",
@@ -32,7 +32,7 @@
3232
"babel-preset-gatsby-package": "^0.1.3",
3333
"chalk": "^2.4.1",
3434
"gatsby-node-helpers": "^0.3.0",
35-
"gatsby-source-filesystem": "^2.0.21",
35+
"gatsby-source-filesystem": "^2.0.22",
3636
"graphql-request": "^1.6.0",
3737
"lodash": "^4.17.4",
3838
"p-iteration": "^1.1.7",

packages/gatsby-source-wordpress/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+
## [3.0.38](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.38) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.0.37](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.37) (2019-02-20)
711

812
### Bug Fixes

packages/gatsby-source-wordpress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
4-
"version": "3.0.37",
4+
"version": "3.0.38",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.5.0",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^2.0.21",
17+
"gatsby-source-filesystem": "^2.0.22",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.10",
2020
"minimatch": "^3.0.4",

packages/gatsby/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.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.16) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.1.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.15) (2019-02-22)
711

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

packages/gatsby/package.json

+2-2
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.1.15",
4+
"version": "2.1.16",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -66,7 +66,7 @@
6666
"fs-extra": "^5.0.0",
6767
"gatsby-cli": "^2.4.11",
6868
"gatsby-link": "^2.0.12",
69-
"gatsby-plugin-page-creator": "^2.0.7",
69+
"gatsby-plugin-page-creator": "^2.0.8",
7070
"gatsby-react-router-scroll": "^2.0.4",
7171
"glob": "^7.1.1",
7272
"graphql": "^14.1.1",

0 commit comments

Comments
 (0)