Skip to content

Commit ec8e2f9

Browse files
committedMar 20, 2020
chore(release): Publish
- gatsby-source-contentful@2.2.1 - gatsby-source-drupal@3.4.1 - gatsby-source-filesystem@2.2.1 - gatsby-source-shopify@3.1.1 - gatsby-source-wordpress@3.2.1 - gatsby-theme-blog-core@1.3.1 - gatsby-theme-blog@1.4.1 - gatsby-theme-notes@1.2.1 - gatsby@2.20.1
1 parent cf4f2db commit ec8e2f9

File tree

18 files changed

+56
-20
lines changed

18 files changed

+56
-20
lines changed
 

‎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.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.2.0...gatsby-source-contentful@2.2.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
# [2.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.100...gatsby-source-contentful@2.2.0) (2020-03-20)
711

812
### Features

‎packages/gatsby-source-contentful/package.json

+2-2
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.2.0",
4+
"version": "2.2.1",
55
"author": "Marcus Ericsson <mericsson@gmail.com> (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.1.0",
2121
"gatsby-plugin-sharp": "^2.5.0",
22-
"gatsby-source-filesystem": "^2.2.0",
22+
"gatsby-source-filesystem": "^2.2.1",
2323
"is-online": "^8.2.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.15",

‎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.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.4.0...gatsby-source-drupal@3.4.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
# [3.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.30...gatsby-source-drupal@3.4.0) (2020-03-20)
711

812
### Features

‎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.4.0",
4+
"version": "3.4.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.19.2",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.2.0",
14+
"gatsby-source-filesystem": "^2.2.1",
1515
"lodash": "^4.17.15",
1616
"tiny-async-pool": "^1.1.0"
1717
},

‎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.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.2.0...gatsby-source-filesystem@2.2.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-source-filesystem
9+
610
# [2.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.57...gatsby-source-filesystem@2.2.0) (2020-03-20)
711

812
### Features

‎packages/gatsby-source-filesystem/package.json

+2-2
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.2.0",
4+
"version": "2.2.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,8 +13,8 @@
1313
"chokidar": "3.3.1",
1414
"file-type": "^12.4.2",
1515
"fs-extra": "^8.1.0",
16-
"got": "^9.6.0",
1716
"gatsby-core-utils": "^1.1.0",
17+
"got": "^9.6.0",
1818
"md5-file": "^3.2.3",
1919
"mime": "^2.4.4",
2020
"pretty-bytes": "^5.3.0",

‎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+
## [3.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.1.0...gatsby-source-shopify@3.1.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
# [3.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.53...gatsby-source-shopify@3.1.0) (2020-03-20)
711

812
### Features

‎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": "3.1.0",
3+
"version": "3.1.1",
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.3.0",
3737
"chalk": "^2.4.2",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.2.0",
39+
"gatsby-source-filesystem": "^2.2.1",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.15",
4242
"p-iteration": "^1.1.8",

‎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.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.2.0...gatsby-source-wordpress@3.2.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
# [3.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.74...gatsby-source-wordpress@3.2.0) (2020-03-20)
711

812
### Features

‎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.2.0",
4+
"version": "3.2.1",
55
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
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.2.0",
17+
"gatsby-source-filesystem": "^2.2.1",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.15",
2020
"minimatch": "^3.0.4",

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

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-core",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "index.js",
55
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
66
"license": "MIT",
@@ -24,13 +24,13 @@
2424
"gatsby-remark-copy-linked-files": "^2.2.0",
2525
"gatsby-remark-images": "^3.2.0",
2626
"gatsby-remark-smartypants": "^2.2.0",
27-
"gatsby-source-filesystem": "^2.2.0",
27+
"gatsby-source-filesystem": "^2.2.1",
2828
"gatsby-transformer-sharp": "^2.4.0",
2929
"remark-slug": "^5.1.2"
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.5.7",
33-
"gatsby": "^2.20.0",
33+
"gatsby": "^2.20.1",
3434
"prettier": "^1.19.1",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

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

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
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.2.0",
3030
"gatsby-plugin-theme-ui": "^0.2.53",
3131
"gatsby-plugin-twitter": "^2.2.0",
32-
"gatsby-theme-blog-core": "^1.3.0",
32+
"gatsby-theme-blog-core": "^1.3.1",
3333
"mdx-utils": "0.2.0",
3434
"react-helmet": "^5.2.1",
3535
"react-switch": "^5.0.1",
@@ -39,7 +39,7 @@
3939
"typography-theme-wordpress-2016": "^0.16.19"
4040
},
4141
"devDependencies": {
42-
"gatsby": "^2.20.0",
42+
"gatsby": "^2.20.1",
4343
"prettier": "^1.19.1",
4444
"react": "^16.12.0",
4545
"react-dom": "^16.12.0"

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

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

‎packages/gatsby-theme-notes/package.json

+3-3
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.2.0",
4+
"version": "1.2.1",
55
"author": "John Otander",
66
"license": "MIT",
77
"main": "index.js",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
2222
"devDependencies": {
23-
"gatsby": "^2.20.0",
23+
"gatsby": "^2.20.1",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},
@@ -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.53",
47-
"gatsby-source-filesystem": "^2.2.0",
47+
"gatsby-source-filesystem": "^2.2.1",
4848
"is-present": "^1.0.0",
4949
"react-feather": "^1.1.6",
5050
"theme-ui": "^0.2.52",

‎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.20.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.0...gatsby@2.20.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
# [2.20.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.50...gatsby@2.20.0) (2020-03-20)
711

812
### Features

‎packages/gatsby/package.json

+1-1
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.20.0",
4+
"version": "2.20.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"

0 commit comments

Comments
 (0)
Please sign in to comment.