Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.5.3
 - gatsby-admin@0.1.97
 - gatsby-cli@2.12.64
 - gatsby-core-utils@1.3.13
 - gatsby-page-utils@0.2.18
 - gatsby-plugin-google-analytics@2.3.13
 - gatsby-plugin-manifest@2.4.20
 - gatsby-plugin-mdx@1.2.28
 - gatsby-plugin-offline@3.2.20
 - gatsby-plugin-page-creator@2.3.18
 - gatsby-plugin-preload-fonts@1.2.18
 - gatsby-plugin-sharp@2.6.21
 - gatsby-recipes@0.1.54
 - gatsby-remark-images@3.3.20
 - gatsby-source-contentful@2.3.29
 - gatsby-source-drupal@3.5.24
 - gatsby-source-filesystem@2.3.21
 - gatsby-source-shopify@3.2.23
 - gatsby-source-wordpress@3.3.24
 - gatsby-telemetry@1.3.21
 - gatsby-transformer-remark@2.8.26
 - gatsby-transformer-sqip@2.3.21
 - gatsby@2.24.8
  • Loading branch information
blainekasten committed Jul 21, 2020
1 parent 99a573c commit b0953b0
Show file tree
Hide file tree
Showing 46 changed files with 159 additions and 54 deletions.
4 changes: 4 additions & 0 deletions packages/babel-preset-gatsby/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.5.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.2...babel-preset-gatsby@0.5.3) (2020-07-21)

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

## [0.5.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.1...babel-preset-gatsby@0.5.2) (2020-07-09)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.5.2",
"version": "0.5.3",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^1.3.12",
"gatsby-core-utils": "^1.3.13",
"gatsby-legacy-polyfills": "^0.0.2"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.97](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.96...gatsby-admin@0.1.97) (2020-07-21)

### Features

- **gatsby-admin:** list all pages of site ([#25744](https://github.com/gatsbyjs/gatsby/issues/25744)) ([a0c70d0](https://github.com/gatsbyjs/gatsby/commit/a0c70d0))
- **gatsby-admin:** plugin search ([#25903](https://github.com/gatsbyjs/gatsby/issues/25903)) ([0506123](https://github.com/gatsbyjs/gatsby/commit/0506123))

## [0.1.96](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.95...gatsby-admin@0.1.96) (2020-07-20)

**Note:** Version bump only for package gatsby-admin
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.1.96",
"version": "0.1.97",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -13,12 +13,12 @@
"devDependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@types/react-instantsearch-dom": "^5.2.6",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@types/react-instantsearch-dom": "^5.2.6",
"csstype": "^2.6.10",
"formik": "^2.1.4",
"gatsby": "^2.24.7",
"gatsby": "^2.24.8",
"gatsby-interface": "0.0.173",
"gatsby-plugin-typescript": "^2.4.16",
"gatsby-source-graphql": "^2.6.2",
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.64](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.63...gatsby-cli@2.12.64) (2020-07-21)

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

## [2.12.63](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.62...gatsby-cli@2.12.63) (2020-07-20)

**Note:** Version bump only for package gatsby-cli
Expand Down
8 changes: 4 additions & 4 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.63",
"version": "2.12.64",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -23,9 +23,9 @@
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.12",
"gatsby-recipes": "^0.1.53",
"gatsby-telemetry": "^1.3.20",
"gatsby-core-utils": "^1.3.13",
"gatsby-recipes": "^0.1.54",
"gatsby-telemetry": "^1.3.21",
"hosted-git-info": "^3.0.4",
"ink": "^2.7.1",
"ink-spinner": "^3.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-core-utils/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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.12...gatsby-core-utils@1.3.13) (2020-07-21)

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

## [1.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.11...gatsby-core-utils@1.3.12) (2020-07-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
"version": "1.3.12",
"version": "1.3.13",
"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
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.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.17...gatsby-page-utils@0.2.18) (2020-07-21)

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

## [0.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.16...gatsby-page-utils@0.2.17) (2020-07-09)

**Note:** Version bump only for package gatsby-page-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-page-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "0.2.17",
"version": "0.2.18",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"bluebird": "^3.7.2",
"chokidar": "3.4.0",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.3.12",
"gatsby-core-utils": "^1.3.13",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-google-analytics/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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.3.12...gatsby-plugin-google-analytics@2.3.13) (2020-07-21)

**Note:** Version bump only for package gatsby-plugin-google-analytics

## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.3.11...gatsby-plugin-google-analytics@2.3.12) (2020-07-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-analytics",
"description": "Gatsby plugin to add google analytics onto a site",
"version": "2.3.12",
"version": "2.3.13",
"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-plugin-manifest/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.4.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.19...gatsby-plugin-manifest@2.4.20) (2020-07-21)

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

## [2.4.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.18...gatsby-plugin-manifest@2.4.19) (2020-07-20)

**Note:** Version bump only for package gatsby-plugin-manifest
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-manifest/package.json
@@ -1,14 +1,14 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.4.19",
"version": "2.4.20",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.10.3",
"gatsby-core-utils": "^1.3.12",
"gatsby-core-utils": "^1.3.13",
"semver": "^5.7.1",
"sharp": "^0.25.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-mdx/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.2.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.27...gatsby-plugin-mdx@1.2.28) (2020-07-21)

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

## [1.2.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.26...gatsby-plugin-mdx@1.2.27) (2020-07-17)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.2.27",
"version": "1.2.28",
"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.3.12",
"gatsby-core-utils": "^1.3.13",
"gray-matter": "^4.0.2",
"json5": "^2.1.3",
"loader-utils": "^1.4.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-offline/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.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.19...gatsby-plugin-offline@3.2.20) (2020-07-21)

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

## [3.2.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.18...gatsby-plugin-offline@3.2.19) (2020-07-20)

**Note:** Version bump only for package gatsby-plugin-offline
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "3.2.19",
"version": "3.2.20",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.10.3",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.3.12",
"gatsby-core-utils": "^1.3.13",
"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
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-plugin-page-creator@2.3.17...gatsby-plugin-page-creator@2.3.18) (2020-07-21)

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

## [2.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.16...gatsby-plugin-page-creator@2.3.17) (2020-07-09)

**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
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.3.17",
"version": "2.3.18",
"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.10.3",
"bluebird": "^3.7.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.2.17",
"gatsby-page-utils": "^0.2.18",
"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
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.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.17...gatsby-plugin-preload-fonts@1.2.18) (2020-07-21)

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

## [1.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.16...gatsby-plugin-preload-fonts@1.2.17) (2020-07-09)

**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
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preload-fonts",
"description": "Gatsby plugin for preloading fonts per page",
"version": "1.2.17",
"version": "1.2.18",
"author": "Aaron Ross <superhawk610@gmail.com>",
"main": "index.js",
"bin": {
Expand All @@ -14,7 +14,7 @@
"chalk": "^2.4.2",
"date-fns": "^2.14.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.12",
"gatsby-core-utils": "^1.3.13",
"graphql-request": "^1.8.2",
"progress": "^2.0.3",
"puppeteer": "^3.3.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/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.6.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.20...gatsby-plugin-sharp@2.6.21) (2020-07-21)

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

## [2.6.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.19...gatsby-plugin-sharp@2.6.20) (2020-07-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "2.6.20",
"version": "2.6.21",
"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.3.12",
"gatsby-core-utils": "^1.3.13",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
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.54](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.53...gatsby-recipes@0.1.54) (2020-07-21)

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

## [0.1.53](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.52...gatsby-recipes@0.1.53) (2020-07-20)

**Note:** Version bump only for package gatsby-recipes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-recipes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.1.53",
"version": "0.1.54",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"main": "dist/index.js",
"bugs": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.12",
"gatsby-telemetry": "^1.3.20",
"gatsby-core-utils": "^1.3.13",
"gatsby-telemetry": "^1.3.21",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-remark-images/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.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.19...gatsby-remark-images@3.3.20) (2020-07-21)

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

## [3.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.18...gatsby-remark-images@3.3.19) (2020-07-15)

**Note:** Version bump only for package gatsby-remark-images
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-images/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "3.3.19",
"version": "3.3.20",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.10.3",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.3.12",
"gatsby-core-utils": "^1.3.13",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.15",
"mdast-util-definitions": "^1.2.5",
Expand Down

0 comments on commit b0953b0

Please sign in to comment.