Skip to content

Commit 230d726

Browse files

File tree

18 files changed

+52
-16
lines changed

18 files changed

+52
-16
lines changed

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.97](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.97) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.1.96](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.96) (2020-03-12)
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.96",
4+
"version": "2.1.97",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -19,7 +19,7 @@
1919
"fs-extra": "^8.1.0",
2020
"gatsby-core-utils": "^1.0.33",
2121
"gatsby-plugin-sharp": "^2.4.12",
22-
"gatsby-source-filesystem": "^2.1.54",
22+
"gatsby-source-filesystem": "^2.1.55",
2323
"is-online": "^8.2.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"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.3.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.27) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.3.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.26) (2020-03-13)
711

812
### Bug Fixes

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.3.26",
4+
"version": "3.3.27",
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.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.1.54",
14+
"gatsby-source-filesystem": "^2.1.55",
1515
"lodash": "^4.17.15",
1616
"tiny-async-pool": "^1.1.0"
1717
},

packages/gatsby-source-filesystem/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.55](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.55) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-source-filesystem
9+
610
## [2.1.54](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.54) (2020-03-12)
711

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

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
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.1.54",
4+
"version": "2.1.55",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/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.0.51](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.51) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [3.0.50](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.50) (2020-03-13)
711

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

packages/gatsby-source-shopify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "3.0.50",
3+
"version": "3.0.51",
44
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
55
"scripts": {
66
"build": "babel src --out-dir . --ignore **/__tests__",
@@ -36,7 +36,7 @@
3636
"babel-preset-gatsby-package": "^0.2.17",
3737
"chalk": "^2.4.2",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.1.54",
39+
"gatsby-source-filesystem": "^2.1.55",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.15",
4242
"p-iteration": "^1.1.8",

packages/gatsby-source-wordpress/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.1.71](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.71) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.1.70](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.70) (2020-03-13)
711

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

packages/gatsby-source-wordpress/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-wordpress",
33
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
4-
"version": "3.1.70",
4+
"version": "3.1.71",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.7.2",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^2.1.54",
17+
"gatsby-source-filesystem": "^2.1.55",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.15",
2020
"minimatch": "^3.0.4",

packages/gatsby-theme-blog-core/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+
## [1.2.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.26) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.2.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.25) (2020-03-13)
711

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

packages/gatsby-theme-blog-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.2.25",
3+
"version": "1.2.26",
44
"main": "index.js",
55
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"gatsby-remark-copy-linked-files": "^2.1.39",
2525
"gatsby-remark-images": "^3.1.49",
2626
"gatsby-remark-smartypants": "^2.1.22",
27-
"gatsby-source-filesystem": "^2.1.54",
27+
"gatsby-source-filesystem": "^2.1.55",
2828
"gatsby-transformer-sharp": "^2.3.18",
2929
"remark-slug": "^5.1.2"
3030
},

packages/gatsby-theme-blog/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+
## [1.3.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.27) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.3.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.26) (2020-03-13)
711

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

packages/gatsby-theme-blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.3.26",
3+
"version": "1.3.27",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"gatsby-plugin-react-helmet": "^3.1.23",
3030
"gatsby-plugin-theme-ui": "^0.2.43",
3131
"gatsby-plugin-twitter": "^2.1.20",
32-
"gatsby-theme-blog-core": "^1.2.25",
32+
"gatsby-theme-blog-core": "^1.2.26",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",

packages/gatsby-theme-notes/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+
## [1.1.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.24) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.1.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.23) (2020-03-13)
711

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

packages/gatsby-theme-notes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-notes",
33
"description": "Gatsby Theme for adding a notes section to your website",
4-
"version": "1.1.23",
4+
"version": "1.1.24",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -44,7 +44,7 @@
4444
"gatsby-plugin-og-image": "0.0.1",
4545
"gatsby-plugin-redirects": "^1.0.0",
4646
"gatsby-plugin-theme-ui": "^0.2.43",
47-
"gatsby-source-filesystem": "^2.1.54",
47+
"gatsby-source-filesystem": "^2.1.55",
4848
"is-present": "^1.0.0",
4949
"react-feather": "^1.1.6",
5050
"theme-ui": "^0.2.49",

packages/gatsby-transformer-screenshot/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.52](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2020-03-13)
7+
8+
**Note:** Version bump only for package gatsby-transformer-screenshot
9+
610
## [2.1.51](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2020-03-06)
711

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

packages/gatsby-transformer-screenshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-screenshot",
33
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
4-
"version": "2.1.51",
4+
"version": "2.1.52",
55
"author": "David Beckley <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)