Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
pieh committed Jul 2, 2020
1 parent e2af89d commit 6cf4588
Show file tree
Hide file tree
Showing 26 changed files with 81 additions and 27 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.83](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.82...gatsby-admin@0.1.83) (2020-07-02)

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

## [0.1.82](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.81...gatsby-admin@0.1.82) (2020-07-02)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.1.82",
"version": "0.1.83",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^2.28.0",
"csstype": "^2.6.10",
"formik": "^2.1.4",
"gatsby": "^2.23.17",
"gatsby": "^2.23.18",
"gatsby-interface": "0.0.173",
"gatsby-plugin-typescript": "^2.4.12",
"gatsby-source-graphql": "^2.6.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.56...gatsby-cli@2.12.57) (2020-07-02)

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

## [2.12.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.55...gatsby-cli@2.12.56) (2020-07-02)

**Note:** Version bump only for package gatsby-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.12.56",
"version": "2.12.57",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -27,7 +27,7 @@
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.11",
"gatsby-recipes": "^0.1.47",
"gatsby-recipes": "^0.1.48",
"gatsby-telemetry": "^1.3.17",
"hosted-git-info": "^3.0.4",
"ink": "^2.7.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-recipes/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.48](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.47...gatsby-recipes@0.1.48) (2020-07-02)

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

## [0.1.47](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.46...gatsby-recipes@0.1.47) (2020-07-02)

**Note:** Version bump only for package gatsby-recipes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-recipes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.1.47",
"version": "0.1.48",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"main": "dist/index.js",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.21...gatsby-source-contentful@2.3.22) (2020-07-02)

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

## [2.3.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.20...gatsby-source-contentful@2.3.21) (2020-07-02)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "2.3.21",
"version": "2.3.22",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -19,7 +19,7 @@
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.11",
"gatsby-plugin-sharp": "^2.6.17",
"gatsby-source-filesystem": "^2.3.17",
"gatsby-source-filesystem": "^2.3.18",
"is-online": "^8.4.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-drupal/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.19...gatsby-source-drupal@3.5.20) (2020-07-02)

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

## [3.5.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.18...gatsby-source-drupal@3.5.19) (2020-07-02)

**Note:** Version bump only for package gatsby-source-drupal
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-drupal/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "3.5.19",
"version": "3.5.20",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"gatsby-source-filesystem": "^2.3.17",
"gatsby-source-filesystem": "^2.3.18",
"lodash": "^4.17.15",
"tiny-async-pool": "^1.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-filesystem/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.17...gatsby-source-filesystem@2.3.18) (2020-07-02)

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

## [2.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.16...gatsby-source-filesystem@2.3.17) (2020-07-02)

**Note:** Version bump only for package gatsby-source-filesystem
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-filesystem",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
"version": "2.3.17",
"version": "2.3.18",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-shopify/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.17...gatsby-source-shopify@3.2.18) (2020-07-02)

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

## [3.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.16...gatsby-source-shopify@3.2.17) (2020-07-02)

**Note:** Version bump only for package gatsby-source-shopify
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "3.2.17",
"version": "3.2.18",
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
Expand Down Expand Up @@ -36,7 +36,7 @@
"babel-preset-gatsby-package": "^0.5.1",
"chalk": "^2.4.2",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.3.17",
"gatsby-source-filesystem": "^2.3.18",
"graphql-request": "^1.8.2",
"lodash": "^4.17.15",
"p-iteration": "^1.1.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.18...gatsby-source-wordpress@3.3.19) (2020-07-02)

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

## [3.3.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.17...gatsby-source-wordpress@3.3.18) (2020-07-02)

**Note:** Version bump only for package gatsby-source-wordpress
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
"version": "3.3.18",
"version": "3.3.19",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"bluebird": "^3.7.2",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^2.3.17",
"gatsby-source-filesystem": "^2.3.18",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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

## [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)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog-core/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.5.56",
"version": "1.5.57",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -24,13 +24,13 @@
"gatsby-remark-copy-linked-files": "^2.3.10",
"gatsby-remark-images": "^3.3.17",
"gatsby-remark-smartypants": "^2.3.9",
"gatsby-source-filesystem": "^2.3.17",
"gatsby-source-filesystem": "^2.3.18",
"gatsby-transformer-sharp": "^2.5.10",
"remark-slug": "^5.1.2"
},
"devDependencies": {
"@mdx-js/react": "^1.6.6",
"gatsby": "^2.23.17",
"gatsby": "^2.23.18",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.57](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.56...gatsby-theme-blog@1.6.57) (2020-07-02)

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

## [1.6.56](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.55...gatsby-theme-blog@1.6.56) (2020-07-02)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.6.56",
"version": "1.6.57",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.3.9",
"gatsby-theme-blog-core": "^1.5.56",
"gatsby-theme-blog-core": "^1.5.57",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand All @@ -39,7 +39,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.23.17",
"gatsby": "^2.23.18",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.83](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.82...gatsby-theme-notes@1.3.83) (2020-07-02)

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

## [1.3.82](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.81...gatsby-theme-notes@1.3.82) (2020-07-02)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-notes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.3.82",
"version": "1.3.83",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
"devDependencies": {
"gatsby": "^2.23.17",
"gatsby": "^2.23.18",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand All @@ -43,7 +43,7 @@
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-source-filesystem": "^2.3.17",
"gatsby-source-filesystem": "^2.3.18",
"is-present": "^1.0.0",
"react-feather": "^1.1.6",
"theme-ui": "^0.2.52",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-ui-preset/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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

## [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)

**Note:** Version bump only for package gatsby-theme-ui-preset
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-ui-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-ui-preset",
"version": "0.0.71",
"version": "0.0.72",
"description": "A Gatsby theme for theme-ui styles",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.23.17",
"gatsby": "^2.23.18",
"prettier": "2.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.18](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.17...gatsby@2.23.18) (2020-07-02)

### Bug Fixes

- **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))

## [2.23.17](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.23.16...gatsby@2.23.17) (2020-07-02)

**Note:** Version bump only for package gatsby
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.23.17",
"version": "2.23.18",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -72,7 +72,7 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.12.56",
"gatsby-cli": "^2.12.57",
"gatsby-core-utils": "^1.3.11",
"gatsby-graphiql-explorer": "^0.4.10",
"gatsby-link": "^2.4.11",
Expand Down

0 comments on commit 6cf4588

Please sign in to comment.