Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.5.7
 - gatsby-admin@0.1.140
 - gatsby-cli@2.12.89
 - gatsby-core-utils@1.3.17
 - gatsby-design-tokens@2.0.11
 - gatsby-legacy-polyfills@0.0.3
 - gatsby-page-utils@0.2.22
 - gatsby-plugin-manifest@2.4.25
 - gatsby-plugin-mdx@1.2.36
 - gatsby-plugin-offline@3.2.25
 - gatsby-plugin-page-creator@2.3.24
 - gatsby-plugin-preload-fonts@1.2.22
 - gatsby-plugin-sharp@2.6.29
 - gatsby-recipes@0.2.18
 - gatsby-remark-images@3.3.27
 - gatsby-source-contentful@2.3.39
 - gatsby-source-drupal@3.5.29
 - gatsby-source-filesystem@2.3.26
 - gatsby-source-shopify@3.2.28
 - gatsby-source-wordpress@3.3.30
 - gatsby-telemetry@1.3.29
 - gatsby-transformer-remark@2.8.30
 - gatsby-transformer-sqip@2.3.29
 - gatsby@2.24.51
  • Loading branch information
pieh committed Aug 26, 2020
1 parent 9898b72 commit 093614f
Show file tree
Hide file tree
Showing 48 changed files with 160 additions and 56 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.5.7](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.6...babel-preset-gatsby@0.5.7) (2020-08-26)

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

## [0.5.6](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.5...babel-preset-gatsby@0.5.6) (2020-08-24)

**Note:** Version bump only for package babel-preset-gatsby
Expand Down
6 changes: 3 additions & 3 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.5.6",
"version": "0.5.7",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"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.16",
"gatsby-legacy-polyfills": "^0.0.2"
"gatsby-core-utils": "^1.3.17",
"gatsby-legacy-polyfills": "^0.0.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-admin/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.

## [0.1.140](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.139...gatsby-admin@0.1.140) (2020-08-26)

### Features

- **gatsby-admin:** plugin view ([#26195](https://github.com/gatsbyjs/gatsby/issues/26195)) ([6287c73](https://github.com/gatsbyjs/gatsby/commit/6287c73))

## [0.1.139](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.138...gatsby-admin@0.1.139) (2020-08-25)

**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,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.1.139",
"version": "0.1.140",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"csstype": "^2.6.10",
"feedback-fish": "^0.1.12",
"formik": "^2.1.4",
"gatsby": "^2.24.50",
"gatsby": "^2.24.51",
"gatsby-interface": "0.0.183",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cli/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.

## [2.12.89](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.88...gatsby-cli@2.12.89) (2020-08-26)

### Features

- **gatsby-cli:** log what activities prevent from transitioning to idle when stuck ([#26618](https://github.com/gatsbyjs/gatsby/issues/26618)) ([b88f193](https://github.com/gatsbyjs/gatsby/commit/b88f193))

## [2.12.88](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.87...gatsby-cli@2.12.88) (2020-08-24)

### Features
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.88",
"version": "2.12.89",
"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.16",
"gatsby-recipes": "^0.2.17",
"gatsby-telemetry": "^1.3.28",
"gatsby-core-utils": "^1.3.17",
"gatsby-recipes": "^0.2.18",
"gatsby-telemetry": "^1.3.29",
"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
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.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.16...gatsby-core-utils@1.3.17) (2020-08-26)

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

## [1.3.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.15...gatsby-core-utils@1.3.16) (2020-08-24)

### Features
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.3.16",
"version": "1.3.17",
"description": "A collection of gatsby utils used in different gatsby packages",
"keywords": [
"gatsby",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-design-tokens/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.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.0.10...gatsby-design-tokens@2.0.11) (2020-08-26)

**Note:** Version bump only for package gatsby-design-tokens

## [2.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.0.9...gatsby-design-tokens@2.0.10) (2020-07-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-design-tokens",
"version": "2.0.10",
"version": "2.0.11",
"description": "Gatsby Design Tokens",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-legacy-polyfills/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.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.0.2...gatsby-legacy-polyfills@0.0.3) (2020-08-26)

**Note:** Version bump only for package gatsby-legacy-polyfills

## 0.0.2 (2020-07-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-legacy-polyfills",
"description": "Polyfills for legacy browsers",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/polyfills.js",
"author": "Ward Peeters <ward@gatsbyjs.com>",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
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.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.21...gatsby-page-utils@0.2.22) (2020-08-26)

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

## [0.2.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.20...gatsby-page-utils@0.2.21) (2020-08-24)

**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.21",
"version": "0.2.22",
"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.16",
"gatsby-core-utils": "^1.3.17",
"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.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.24...gatsby-plugin-manifest@2.4.25) (2020-08-26)

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

## [2.4.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.23...gatsby-plugin-manifest@2.4.24) (2020-08-24)

### Features
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.24",
"version": "2.4.25",
"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.16",
"gatsby-core-utils": "^1.3.17",
"semver": "^7.3.2",
"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.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.35...gatsby-plugin-mdx@1.2.36) (2020-08-26)

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

## [1.2.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.34...gatsby-plugin-mdx@1.2.35) (2020-08-24)

**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.35",
"version": "1.2.36",
"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.16",
"gatsby-core-utils": "^1.3.17",
"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.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.24...gatsby-plugin-offline@3.2.25) (2020-08-26)

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

## [3.2.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.23...gatsby-plugin-offline@3.2.24) (2020-08-24)

**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.24",
"version": "3.2.25",
"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.16",
"gatsby-core-utils": "^1.3.17",
"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.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.23...gatsby-plugin-page-creator@2.3.24) (2020-08-26)

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

## [2.3.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.22...gatsby-plugin-page-creator@2.3.23) (2020-08-24)

**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.23",
"version": "2.3.24",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@babel/traverse": "^7.10.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.2.21",
"gatsby-page-utils": "^0.2.22",
"globby": "^11.0.1",
"graphql": "^14.6.0",
"lodash": "^4.17.15",
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.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.21...gatsby-plugin-preload-fonts@1.2.22) (2020-08-26)

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

## [1.2.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.20...gatsby-plugin-preload-fonts@1.2.21) (2020-08-24)

**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.21",
"version": "1.2.22",
"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.16",
"gatsby-core-utils": "^1.3.17",
"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
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.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.28...gatsby-plugin-sharp@2.6.29) (2020-08-26)

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

## [2.6.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.27...gatsby-plugin-sharp@2.6.28) (2020-08-24)

**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.6.28",
"version": "2.6.29",
"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.16",
"gatsby-core-utils": "^1.3.17",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-recipes/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.

## [0.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.17...gatsby-recipes@0.2.18) (2020-08-26)

### Features

- **gatsby-admin:** plugin view ([#26195](https://github.com/gatsbyjs/gatsby/issues/26195)) ([6287c73](https://github.com/gatsbyjs/gatsby/commit/6287c73))

## [0.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.16...gatsby-recipes@0.2.17) (2020-08-24)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.2.17",
"version": "0.2.18",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -42,9 +42,9 @@
"flatted": "^3.0.0",
"formik": "^2.0.8",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.16",
"gatsby-core-utils": "^1.3.17",
"gatsby-interface": "^0.0.166",
"gatsby-telemetry": "^1.3.28",
"gatsby-telemetry": "^1.3.29",
"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.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.26...gatsby-remark-images@3.3.27) (2020-08-26)

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

## [3.3.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.25...gatsby-remark-images@3.3.26) (2020-08-24)

### Bug Fixes
Expand Down
Loading

0 comments on commit 093614f

Please sign in to comment.