Skip to content

Commit 6cf4588

Browse files
committedJul 2, 2020
chore(release): Publish
- gatsby-admin@0.1.83 - gatsby-cli@2.12.57 - gatsby-recipes@0.1.48 - gatsby-source-contentful@2.3.22 - gatsby-source-drupal@3.5.20 - gatsby-source-filesystem@2.3.18 - gatsby-source-shopify@3.2.18 - gatsby-source-wordpress@3.3.19 - gatsby-theme-blog-core@1.5.57 - gatsby-theme-blog@1.6.57 - gatsby-theme-notes@1.3.83 - gatsby-theme-ui-preset@0.0.72 - gatsby@2.23.18
1 parent e2af89d commit 6cf4588

File tree

26 files changed

+81
-27
lines changed

26 files changed

+81
-27
lines changed
 

‎packages/gatsby-admin/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+
## [0.1.83](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.82...gatsby-admin@0.1.83) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.82](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.81...gatsby-admin@0.1.82) (2020-07-02)
711

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

‎packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.82",
3+
"version": "0.1.83",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/parser": "^2.28.0",
1818
"csstype": "^2.6.10",
1919
"formik": "^2.1.4",
20-
"gatsby": "^2.23.17",
20+
"gatsby": "^2.23.18",
2121
"gatsby-interface": "0.0.173",
2222
"gatsby-plugin-typescript": "^2.4.12",
2323
"gatsby-source-graphql": "^2.6.1",

‎packages/gatsby-cli/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.12.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.56...gatsby-cli@2.12.57) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.55...gatsby-cli@2.12.56) (2020-07-02)
711

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

‎packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.12.56",
4+
"version": "2.12.57",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -27,7 +27,7 @@
2727
"fs-exists-cached": "^1.0.0",
2828
"fs-extra": "^8.1.0",
2929
"gatsby-core-utils": "^1.3.11",
30-
"gatsby-recipes": "^0.1.47",
30+
"gatsby-recipes": "^0.1.48",
3131
"gatsby-telemetry": "^1.3.17",
3232
"hosted-git-info": "^3.0.4",
3333
"ink": "^2.7.1",

‎packages/gatsby-recipes/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+
## [0.1.48](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.47...gatsby-recipes@0.1.48) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
## [0.1.47](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.46...gatsby-recipes@0.1.47) (2020-07-02)
711

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

‎packages/gatsby-recipes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.1.47",
4+
"version": "0.1.48",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"main": "dist/index.js",
77
"bugs": {

‎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.3.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.21...gatsby-source-contentful@2.3.22) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.3.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.20...gatsby-source-contentful@2.3.21) (2020-07-02)
711

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

‎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.3.21",
4+
"version": "2.3.22",
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.3.11",
2121
"gatsby-plugin-sharp": "^2.6.17",
22-
"gatsby-source-filesystem": "^2.3.17",
22+
"gatsby-source-filesystem": "^2.3.18",
2323
"is-online": "^8.4.0",
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.5.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.19...gatsby-source-drupal@3.5.20) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.5.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.18...gatsby-source-drupal@3.5.19) (2020-07-02)
711

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

‎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.5.19",
4+
"version": "3.5.20",
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.3.17",
14+
"gatsby-source-filesystem": "^2.3.18",
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.3.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.17...gatsby-source-filesystem@2.3.18) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-source-filesystem
9+
610
## [2.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.16...gatsby-source-filesystem@2.3.17) (2020-07-02)
711

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

‎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.3.17",
4+
"version": "2.3.18",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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+
## [3.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.17...gatsby-source-shopify@3.2.18) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [3.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.16...gatsby-source-shopify@3.2.17) (2020-07-02)
711

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

‎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.2.17",
3+
"version": "3.2.18",
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.5.1",
3737
"chalk": "^2.4.2",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.3.17",
39+
"gatsby-source-filesystem": "^2.3.18",
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.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.18...gatsby-source-wordpress@3.3.19) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.3.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.17...gatsby-source-wordpress@3.3.18) (2020-07-02)
711

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

‎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.3.18",
4+
"version": "3.3.19",
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.3.17",
17+
"gatsby-source-filesystem": "^2.3.18",
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.5.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.56...gatsby-theme-blog-core@1.5.57) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog-core
9+
610
## [1.5.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.55...gatsby-theme-blog-core@1.5.56) (2020-07-02)
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.5.56",
3+
"version": "1.5.57",
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.3.10",
2525
"gatsby-remark-images": "^3.3.17",
2626
"gatsby-remark-smartypants": "^2.3.9",
27-
"gatsby-source-filesystem": "^2.3.17",
27+
"gatsby-source-filesystem": "^2.3.18",
2828
"gatsby-transformer-sharp": "^2.5.10",
2929
"remark-slug": "^5.1.2"
3030
},
3131
"devDependencies": {
3232
"@mdx-js/react": "^1.6.6",
33-
"gatsby": "^2.23.17",
33+
"gatsby": "^2.23.18",
3434
"prettier": "2.0.5",
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.6.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.56...gatsby-theme-blog@1.6.57) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-theme-blog
9+
610
## [1.6.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.55...gatsby-theme-blog@1.6.56) (2020-07-02)
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.6.56",
3+
"version": "1.6.57",
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.3.9",
3030
"gatsby-plugin-theme-ui": "^0.2.53",
3131
"gatsby-plugin-twitter": "^2.3.9",
32-
"gatsby-theme-blog-core": "^1.5.56",
32+
"gatsby-theme-blog-core": "^1.5.57",
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.23.17",
42+
"gatsby": "^2.23.18",
4343
"prettier": "2.0.5",
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.3.83](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.82...gatsby-theme-notes@1.3.83) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-theme-notes
9+
610
## [1.3.82](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.81...gatsby-theme-notes@1.3.82) (2020-07-02)
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.3.82",
4+
"version": "1.3.83",
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.23.17",
23+
"gatsby": "^2.23.18",
2424
"react": "^16.12.0",
2525
"react-dom": "^16.12.0"
2626
},
@@ -43,7 +43,7 @@
4343
"gatsby-plugin-meta-redirect": "^1.1.1",
4444
"gatsby-plugin-redirects": "^1.0.0",
4545
"gatsby-plugin-theme-ui": "^0.2.53",
46-
"gatsby-source-filesystem": "^2.3.17",
46+
"gatsby-source-filesystem": "^2.3.18",
4747
"is-present": "^1.0.0",
4848
"react-feather": "^1.1.6",
4949
"theme-ui": "^0.2.52",

‎packages/gatsby-theme-ui-preset/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+
## [0.0.72](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.71...gatsby-theme-ui-preset@0.0.72) (2020-07-02)
7+
8+
**Note:** Version bump only for package gatsby-theme-ui-preset
9+
610
## [0.0.71](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.70...gatsby-theme-ui-preset@0.0.71) (2020-07-02)
711

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

‎packages/gatsby-theme-ui-preset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-ui-preset",
3-
"version": "0.0.71",
3+
"version": "0.0.72",
44
"description": "A Gatsby theme for theme-ui styles",
55
"main": "index.js",
66
"keywords": [
@@ -30,7 +30,7 @@
3030
"typography-theme-wordpress-2016": "^0.16.19"
3131
},
3232
"devDependencies": {
33-
"gatsby": "^2.23.17",
33+
"gatsby": "^2.23.18",
3434
"prettier": "2.0.5",
3535
"react": "^16.12.0",
3636
"react-dom": "^16.12.0"

‎packages/gatsby/CHANGELOG.md

+6
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.23.18](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.17...gatsby@2.23.18) (2020-07-02)
7+
8+
### Bug Fixes
9+
10+
- **eslint-config:** Remove deprecated jsx-a11y/label-has-for rule ([#25317](https://github.com/gatsbyjs/gatsby/issues/25317)) ([ff4ce02](https://github.com/gatsbyjs/gatsby/commit/ff4ce02))
11+
612
## [2.23.17](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.16...gatsby@2.23.17) (2020-07-02)
713

814
**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.23.17",
4+
"version": "2.23.18",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -72,7 +72,7 @@
7272
"flat": "^4.1.0",
7373
"fs-exists-cached": "1.0.0",
7474
"fs-extra": "^8.1.0",
75-
"gatsby-cli": "^2.12.56",
75+
"gatsby-cli": "^2.12.57",
7676
"gatsby-core-utils": "^1.3.11",
7777
"gatsby-graphiql-explorer": "^0.4.10",
7878
"gatsby-link": "^2.4.11",

0 commit comments

Comments
 (0)
Please sign in to comment.