Skip to content

Commit 7884025

Browse files

File tree

18 files changed

+59
-15
lines changed

18 files changed

+59
-15
lines changed

packages/gatsby-dev-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.14) (2019-08-23)
7+
8+
### Bug Fixes
9+
10+
- update dependency chokidar to v3 ([#16975](https://github.com/gatsbyjs/gatsby/issues/16975)) ([816d475](https://github.com/gatsbyjs/gatsby/commit/816d475))
11+
612
## [2.5.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.13) (2019-08-23)
713

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

packages/gatsby-dev-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-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "2.5.13",
4+
"version": "2.5.14",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby-page-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.11) (2019-08-23)
7+
8+
### Bug Fixes
9+
10+
- update dependency chokidar to v3 ([#16975](https://github.com/gatsbyjs/gatsby/issues/16975)) ([816d475](https://github.com/gatsbyjs/gatsby/commit/816d475))
11+
612
## [0.0.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.10) (2019-08-23)
713

814
**Note:** Version bump only for package gatsby-page-utils

packages/gatsby-page-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {

packages/gatsby-plugin-page-creator/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.1.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.11) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.10) (2019-08-23)
711

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "^7.5.5",
2828
"bluebird": "^3.5.5",
2929
"fs-exists-cached": "^1.0.0",
30-
"gatsby-page-utils": "^0.0.10",
30+
"gatsby-page-utils": "^0.0.11",
3131
"glob": "^7.1.4",
3232
"lodash": "^4.17.15",
3333
"micromatch": "^3.1.10"

packages/gatsby-source-contentful/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.1.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.27) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.1.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.26) (2019-08-23)
711

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

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
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.1.26",
4+
"version": "2.1.27",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,7 +17,7 @@
1717
"deep-map": "^1.5.0",
1818
"fs-extra": "^4.0.3",
1919
"gatsby-plugin-sharp": "^2.2.17",
20-
"gatsby-source-filesystem": "^2.1.15",
20+
"gatsby-source-filesystem": "^2.1.16",
2121
"is-online": "^7.0.0",
2222
"json-stringify-safe": "^5.0.1",
2323
"lodash": "^4.17.15",

packages/gatsby-source-drupal/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+
## [3.2.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.21) (2019-08-23)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.2.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.20) (2019-08-23)
711

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

packages/gatsby-source-drupal/package.json

Lines changed: 2 additions & 2 deletions
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.2.20",
4+
"version": "3.2.21",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.19.0",
1212
"bluebird": "^3.5.5",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.1.15",
14+
"gatsby-source-filesystem": "^2.1.16",
1515
"lodash": "^4.17.15",
1616
"tiny-async-pool": "^1.0.4"
1717
},

0 commit comments

Comments
 (0)