Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.4.4
 - gatsby-admin@0.1.41
 - gatsby-cli@2.12.26
 - gatsby-core-utils@1.3.0
 - gatsby-page-utils@0.2.4
 - gatsby-plugin-manifest@2.4.6
 - gatsby-plugin-mdx@1.2.9
 - gatsby-plugin-offline@3.2.4
 - gatsby-plugin-page-creator@2.3.4
 - gatsby-plugin-preload-fonts@1.2.5
 - gatsby-plugin-sharp@2.6.6
 - gatsby-recipes@0.1.22
 - gatsby-remark-images@3.3.5
 - gatsby-source-contentful@2.3.8
 - gatsby-source-drupal@3.5.5
 - gatsby-source-filesystem@2.3.5
 - gatsby-source-shopify@3.2.5
 - gatsby-source-wordpress@3.3.5
 - gatsby-telemetry@1.3.6
 - gatsby-theme-blog-core@1.5.16
 - gatsby-theme-blog@1.6.16
 - gatsby-theme-notes@1.3.42
 - gatsby-theme-ui-preset@0.0.31
 - gatsby-transformer-remark@2.8.10
 - gatsby-transformer-sqip@2.3.6
 - gatsby@2.22.0
  • Loading branch information
mxstbr committed May 19, 2020
1 parent d4ec5e5 commit e393c89
Show file tree
Hide file tree
Showing 52 changed files with 179 additions and 71 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.4.4](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.4.3...babel-preset-gatsby@0.4.4) (2020-05-19)

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

## [0.4.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.4.2...babel-preset-gatsby@0.4.3) (2020-05-18)

**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.4.3",
"version": "0.4.4",
"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.2.3"
"gatsby-core-utils": "^1.3.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-admin/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.1.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.40...gatsby-admin@0.1.41) (2020-05-19)

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

## [0.1.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.39...gatsby-admin@0.1.40) (2020-05-19)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gatsby-admin",
"version": "0.1.40",
"version": "0.1.41",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"gatsby": "^2.21.40",
"gatsby": "^2.22.0",
"gatsby-plugin-typescript": "^2.4.2",
"gatsby-source-graphql": "^2.5.1",
"react": "^16.12.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.12.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.25...gatsby-cli@2.12.26) (2020-05-19)

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

## [2.12.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.24...gatsby-cli@2.12.25) (2020-05-19)

**Note:** Version bump only for package gatsby-cli
Expand Down
8 changes: 4 additions & 4 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.12.25",
"version": "2.12.26",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand All @@ -25,9 +25,9 @@
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.3",
"gatsby-recipes": "^0.1.21",
"gatsby-telemetry": "^1.3.5",
"gatsby-core-utils": "^1.3.0",
"gatsby-recipes": "^0.1.22",
"gatsby-telemetry": "^1.3.6",
"hosted-git-info": "^3.0.4",
"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.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.2.3...gatsby-core-utils@1.3.0) (2020-05-19)

### Features

- **gatsby:** Prompt users to restart process on gatsby-config & gatsby-node changes ([#22759](https://github.com/gatsbyjs/gatsby/issues/22759)) ([d4ec5e5](https://github.com/gatsbyjs/gatsby/commit/d4ec5e5))

## [1.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.2.2...gatsby-core-utils@1.2.3) (2020-05-18)

### Bug Fixes
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.2.3",
"version": "1.3.0",
"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.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.3...gatsby-page-utils@0.2.4) (2020-05-19)

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

## [0.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.2...gatsby-page-utils@0.2.3) (2020-05-18)

**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.2.3",
"version": "0.2.4",
"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.2.3",
"gatsby-core-utils": "^1.3.0",
"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.4.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.5...gatsby-plugin-manifest@2.4.6) (2020-05-19)

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

## [2.4.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.4...gatsby-plugin-manifest@2.4.5) (2020-05-18)

**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.4.5",
"version": "2.4.6",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"gatsby-core-utils": "^1.2.3",
"gatsby-core-utils": "^1.3.0",
"semver": "^5.7.1",
"sharp": "^0.25.1"
},
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.2.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.8...gatsby-plugin-mdx@1.2.9) (2020-05-19)

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

## [1.2.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.7...gatsby-plugin-mdx@1.2.8) (2020-05-18)

**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.2.8",
"version": "1.2.9",
"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.2.3",
"gatsby-core-utils": "^1.3.0",
"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
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.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.3...gatsby-plugin-offline@3.2.4) (2020-05-19)

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

## [3.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.2...gatsby-plugin-offline@3.2.3) (2020-05-18)

**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.2.3",
"version": "3.2.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.2.3",
"gatsby-core-utils": "^1.3.0",
"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.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.3...gatsby-plugin-page-creator@2.3.4) (2020-05-19)

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

## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.2...gatsby-plugin-page-creator@2.3.3) (2020-05-18)

**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.3.3",
"version": "2.3.4",
"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.9.6",
"bluebird": "^3.7.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.2.3",
"gatsby-page-utils": "^0.2.4",
"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.2.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.4...gatsby-plugin-preload-fonts@1.2.5) (2020-05-19)

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

## [1.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.3...gatsby-plugin-preload-fonts@1.2.4) (2020-05-19)

**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.2.4",
"version": "1.2.5",
"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.2.3",
"gatsby-core-utils": "^1.3.0",
"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.6.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.5...gatsby-plugin-sharp@2.6.6) (2020-05-19)

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

## [2.6.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.4...gatsby-plugin-sharp@2.6.5) (2020-05-19)

### Bug Fixes
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.6.5",
"version": "2.6.6",
"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.2.3",
"gatsby-core-utils": "^1.3.0",
"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
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.1.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.21...gatsby-recipes@0.1.22) (2020-05-19)

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

## [0.1.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.1.20...gatsby-recipes@0.1.21) (2020-05-18)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.1.21",
"version": "0.1.22",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -24,16 +24,16 @@
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-remove-graphql-queries": "^2.9.1",
"babel-preset-gatsby": "^0.4.3",
"babel-preset-gatsby": "^0.4.4",
"cors": "^2.8.5",
"detect-port": "^1.3.0",
"event-source-polyfill": "^1.0.14",
"execa": "^4.0.1",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.3",
"gatsby-telemetry": "^1.3.5",
"gatsby-core-utils": "^1.3.0",
"gatsby-telemetry": "^1.3.6",
"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
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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.4...gatsby-remark-images@3.3.5) (2020-05-19)

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

## [3.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.3...gatsby-remark-images@3.3.4) (2020-05-18)

**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.3.4",
"version": "3.3.5",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.9.6",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.2.3",
"gatsby-core-utils": "^1.3.0",
"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.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.7...gatsby-source-contentful@2.3.8) (2020-05-19)

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

## [2.3.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.6...gatsby-source-contentful@2.3.7) (2020-05-19)

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

0 comments on commit e393c89

Please sign in to comment.