Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.2.31
 - gatsby-cli@2.10.2
 - gatsby-core-utils@1.0.30
 - gatsby-page-utils@0.0.41
 - gatsby-plugin-manifest@2.2.44
 - gatsby-plugin-mdx@1.0.77
 - gatsby-plugin-offline@3.0.37
 - gatsby-plugin-page-creator@2.1.42
 - gatsby-plugin-preload-fonts@1.0.31
 - gatsby-plugin-sharp@2.4.7
 - gatsby-remark-images@3.1.46
 - gatsby-source-contentful@2.1.91
 - gatsby-source-drupal@3.3.21
 - gatsby-source-filesystem@2.1.50
 - gatsby-source-shopify@3.0.45
 - gatsby-source-wordpress@3.1.65
 - gatsby-telemetry@1.1.51
 - gatsby-theme-blog-core@1.2.15
 - gatsby-theme-blog@1.3.16
 - gatsby-theme-notes@1.1.13
 - gatsby-transformer-remark@2.6.55
 - gatsby-transformer-sqip@2.1.67
 - gatsby@2.19.32
  • Loading branch information
blainekasten committed Mar 6, 2020
1 parent 5542a66 commit 0f50e58
Show file tree
Hide file tree
Showing 46 changed files with 155 additions and 61 deletions.
4 changes: 4 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2.31](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.30...babel-preset-gatsby@0.2.31) (2020-03-06)

**Note:** Version bump only for package babel-preset-gatsby

## [0.2.30](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.2.29...babel-preset-gatsby@0.2.30) (2020-03-06)

**Note:** Version bump only for package babel-preset-gatsby
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.2.30",
"version": "0.2.31",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^1.0.29"
"gatsby-core-utils": "^1.0.30"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.10.1...gatsby-cli@2.10.2) (2020-03-06)

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

## [2.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.10.0...gatsby-cli@2.10.1) (2020-03-06)

**Note:** Version bump only for package gatsby-cli
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.10.1",
"version": "2.10.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand All @@ -25,8 +25,8 @@
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.29",
"gatsby-telemetry": "^1.1.50",
"gatsby-core-utils": "^1.0.30",
"gatsby-telemetry": "^1.1.51",
"hosted-git-info": "^3.0.2",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [1.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.29...gatsby-core-utils@1.0.30) (2020-03-06)

### Bug Fixes

- **gatsby-core-utils:** Add configstore as a dependency ([#22019](https://github.com/gatsbyjs/gatsby/issues/22019)) ([ab71779](https://github.com/gatsbyjs/gatsby/commit/ab71779))

## [1.0.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.28...gatsby-core-utils@1.0.29) (2020-03-06)

**Note:** Version bump only for package gatsby-core-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
"version": "1.0.29",
"version": "1.0.30",
"description": "A collection of gatsby utils used in different gatsby packages",
"keywords": [
"gatsby",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-page-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.40...gatsby-page-utils@0.0.41) (2020-03-06)

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

## [0.0.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.0.39...gatsby-page-utils@0.0.40) (2020-03-06)

**Note:** Version bump only for package gatsby-page-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "0.0.40",
"version": "0.0.41",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"bluebird": "^3.7.2",
"chokidar": "3.3.0",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.0.29",
"gatsby-core-utils": "^1.0.30",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2.44](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.43...gatsby-plugin-manifest@2.2.44) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-manifest

## [2.2.43](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.42...gatsby-plugin-manifest@2.2.43) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-manifest
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.2.43",
"version": "2.2.44",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"gatsby-core-utils": "^1.0.29",
"gatsby-core-utils": "^1.0.30",
"semver": "^5.7.1",
"sharp": "^0.23.4"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0.77](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.76...gatsby-plugin-mdx@1.0.77) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-mdx

## [1.0.76](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.75...gatsby-plugin-mdx@1.0.76) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.0.76",
"version": "1.0.77",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.29",
"gatsby-core-utils": "^1.0.30",
"gray-matter": "^4.0.2",
"json5": "^2.1.1",
"loader-utils": "^1.2.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.0.36...gatsby-plugin-offline@3.0.37) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-offline

## [3.0.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.0.35...gatsby-plugin-offline@3.0.36) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-offline
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "3.0.36",
"version": "3.0.37",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.0.29",
"gatsby-core-utils": "^1.0.30",
"glob": "^7.1.6",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-page-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.41...gatsby-plugin-page-creator@2.1.42) (2020-03-06)

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

## [2.1.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.40...gatsby-plugin-page-creator@2.1.41) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-page-creator
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.1.41",
"version": "2.1.42",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"@babel/runtime": "^7.7.6",
"bluebird": "^3.7.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.0.40",
"gatsby-page-utils": "^0.0.41",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-preload-fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.30...gatsby-plugin-preload-fonts@1.0.31) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-preload-fonts

## [1.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.0.29...gatsby-plugin-preload-fonts@1.0.30) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-preload-fonts
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-preload-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preload-fonts",
"description": "Gatsby plugin for preloading fonts per page",
"version": "1.0.30",
"version": "1.0.31",
"author": "Aaron Ross <superhawk610@gmail.com>",
"main": "index.js",
"bin": {
Expand All @@ -14,7 +14,7 @@
"chalk": "^2.4.2",
"date-fns": "^2.8.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.29",
"gatsby-core-utils": "^1.0.30",
"graphql-request": "^1.8.2",
"progress": "^2.0.3",
"puppeteer": "^1.20.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.6...gatsby-plugin-sharp@2.4.7) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-sharp

## [2.4.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.4.5...gatsby-plugin-sharp@2.4.6) (2020-03-06)

**Note:** Version bump only for package gatsby-plugin-sharp
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "2.4.6",
"version": "2.4.7",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"async": "^2.6.3",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.29",
"gatsby-core-utils": "^1.0.30",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-remark-images/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.45...gatsby-remark-images@3.1.46) (2020-03-06)

**Note:** Version bump only for package gatsby-remark-images

## [3.1.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.1.44...gatsby-remark-images@3.1.45) (2020-03-06)

**Note:** Version bump only for package gatsby-remark-images
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "3.1.45",
"version": "3.1.46",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.7.6",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.0.29",
"gatsby-core-utils": "^1.0.30",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.15",
"mdast-util-definitions": "^1.2.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.91](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.90...gatsby-source-contentful@2.1.91) (2020-03-06)

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

## [2.1.90](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.89...gatsby-source-contentful@2.1.90) (2020-03-06)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -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.1.90",
"version": "2.1.91",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,9 +17,9 @@
"contentful": "^7.14.0",
"deep-map": "^1.5.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.29",
"gatsby-plugin-sharp": "^2.4.6",
"gatsby-source-filesystem": "^2.1.49",
"gatsby-core-utils": "^1.0.30",
"gatsby-plugin-sharp": "^2.4.7",
"gatsby-source-filesystem": "^2.1.50",
"is-online": "^8.2.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-drupal/CHANGELOG.md
Original file line number Diff line number Diff line change
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.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.20...gatsby-source-drupal@3.3.21) (2020-03-06)

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

## [3.3.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.3.19...gatsby-source-drupal@3.3.20) (2020-03-06)

**Note:** Version bump only for package gatsby-source-drupal
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -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.3.20",
"version": "3.3.21",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"axios": "^0.19.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"gatsby-source-filesystem": "^2.1.49",
"gatsby-source-filesystem": "^2.1.50",
"lodash": "^4.17.15",
"tiny-async-pool": "^1.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.50](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.49...gatsby-source-filesystem@2.1.50) (2020-03-06)

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

## [2.1.49](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.48...gatsby-source-filesystem@2.1.49) (2020-03-06)

**Note:** Version bump only for package gatsby-source-filesystem
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -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.1.49",
"version": "2.1.50",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -13,7 +13,7 @@
"chokidar": "3.3.0",
"file-type": "^12.4.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.29",
"gatsby-core-utils": "^1.0.30",
"got": "^8.3.2",
"md5-file": "^3.2.3",
"mime": "^2.4.4",
Expand Down

0 comments on commit 0f50e58

Please sign in to comment.