Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-remove-graphql-queries@2.16.1
 - babel-preset-gatsby@0.12.2
 - gatsby-admin@0.8.5
 - gatsby-cli@2.19.2
 - gatsby-core-utils@1.10.1
 - gatsby-page-utils@0.9.1
 - gatsby-plugin-image@0.7.2
 - gatsby-plugin-manifest@2.12.1
 - gatsby-plugin-mdx@1.10.1
 - gatsby-plugin-offline@3.10.2
 - gatsby-plugin-page-creator@2.10.1
 - gatsby-plugin-preload-fonts@1.9.1
 - gatsby-plugin-sharp@2.14.2
 - gatsby-plugin-typescript@2.12.1
 - gatsby-recipes@0.9.2
 - gatsby-remark-images@3.11.1
 - gatsby-source-contentful@4.6.3
 - gatsby-source-drupal@3.13.1
 - gatsby-source-filesystem@2.11.1
 - gatsby-source-shopify@3.10.1
 - gatsby-source-wordpress@4.0.2
 - gatsby-telemetry@1.10.1
 - gatsby-transformer-remark@2.16.1
 - gatsby-transformer-sqip@2.11.2
 - gatsby@2.32.5
  • Loading branch information
ascorbic committed Feb 24, 2021
1 parent 01d07b3 commit 6fa14e4
Show file tree
Hide file tree
Showing 50 changed files with 175 additions and 67 deletions.
4 changes: 4 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/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.16.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0...babel-plugin-remove-graphql-queries@2.16.1) (2021-02-24)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries

# [2.16.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0-next.1...babel-plugin-remove-graphql-queries@2.16.0) (2021-02-02)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-remove-graphql-queries/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "2.16.0",
"version": "2.16.1",
"author": "Jason Quense <monastic.panic@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"@babel/core": "^7.12.3",
"babel-preset-gatsby-package": "^0.12.0",
"cross-env": "^7.0.3",
"gatsby-core-utils": "^1.10.0"
"gatsby-core-utils": "^1.10.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
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.12.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.1...babel-preset-gatsby@0.12.2) (2021-02-24)

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

## [0.12.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.0...babel-preset-gatsby@0.12.1) (2021-02-05)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.12.1",
"version": "0.12.2",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,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.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-legacy-polyfills": "^0.7.0"
},
"peerDependencies": {
Expand Down
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.8.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.4...gatsby-admin@0.8.5) (2021-02-24)

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

## [0.8.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.3...gatsby-admin@0.8.4) (2021-02-18)

**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.8.4",
"version": "0.8.5",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,9 +20,9 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^2.32.4",
"gatsby": "^2.32.5",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^2.12.0",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-plugin-webfonts": "^1.1.4",
"gatsby-source-graphql": "^2.14.0",
"lodash-es": "^4.17.20",
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.19.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.1...gatsby-cli@2.19.2) (2021-02-24)

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

## [2.19.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0...gatsby-cli@2.19.1) (2021-02-04)

**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.19.1",
"version": "2.19.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -24,9 +24,9 @@
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-recipes": "^0.9.1",
"gatsby-telemetry": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-recipes": "^0.9.2",
"gatsby-telemetry": "^1.10.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
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.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.10.0...gatsby-core-utils@1.10.1) (2021-02-24)

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

# [1.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.10.0-next.0...gatsby-core-utils@1.10.0) (2021-02-02)

**Note:** Version bump only for package gatsby-core-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
"version": "1.10.0",
"version": "1.10.1",
"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.9.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.9.0...gatsby-page-utils@0.9.1) (2021-02-24)

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

# [0.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.9.0-next.0...gatsby-page-utils@0.9.0) (2021-02-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-page-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "0.9.0",
"version": "0.9.1",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"bluebird": "^3.7.2",
"chokidar": "^3.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"micromatch": "^4.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/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.

## [0.7.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.1...gatsby-plugin-image@0.7.2) (2021-02-24)

### Bug Fixes

- **gatsby-plugin-image:** Apply inline styles and img size ([#29603](https://github.com/gatsbyjs/gatsby/issues/29603)) ([#29668](https://github.com/gatsbyjs/gatsby/issues/29668)) ([9183a6b](https://github.com/gatsbyjs/gatsby/commit/9183a6bcef7126b040a66f08c3663b406ddc4e69))

## [0.7.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.0...gatsby-plugin-image@0.7.1) (2021-02-05)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "0.7.1",
"version": "0.7.2",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
Expand Down Expand Up @@ -75,11 +75,11 @@
"@babel/parser": "^7.12.5",
"@babel/traverse": "^7.12.5",
"babel-jsx-utils": "^1.0.1",
"babel-plugin-remove-graphql-queries": "^2.16.0",
"babel-plugin-remove-graphql-queries": "^2.16.1",
"camelcase": "^5.3.1",
"chokidar": "^3.5.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"objectFitPolyfill": "^2.3.0",
"prop-types": "^15.7.2"
},
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.12.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0...gatsby-plugin-manifest@2.12.1) (2021-02-24)

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

# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0-next.1...gatsby-plugin-manifest@2.12.0) (2021-02-02)

### Bug Fixes
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.12.0",
"version": "2.12.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-plugin-utils": "^0.9.0",
"semver": "^7.3.2",
"sharp": "^0.27.0"
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.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.10.0...gatsby-plugin-mdx@1.10.1) (2021-02-24)

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

# [1.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.10.0-next.0...gatsby-plugin-mdx@1.10.0) (2021-02-02)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.10.0",
"version": "1.10.1",
"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.10.0",
"gatsby-core-utils": "^1.10.1",
"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.10.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.1...gatsby-plugin-offline@3.10.2) (2021-02-24)

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

## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.0...gatsby-plugin-offline@3.10.1) (2021-02-18)

### Bug Fixes
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.10.1",
"version": "3.10.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"glob": "^7.1.6",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.20",
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.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.0...gatsby-plugin-page-creator@2.10.1) (2021-02-24)

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

# [2.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.0-next.1...gatsby-plugin-page-creator@2.10.0) (2021-02-02)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-page-creator/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.10.0",
"version": "2.10.1",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"@sindresorhus/slugify": "^1.1.0",
"chokidar": "^3.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.9.0",
"gatsby-telemetry": "^1.10.0",
"gatsby-page-utils": "^0.9.1",
"gatsby-telemetry": "^1.10.1",
"globby": "^11.0.2",
"lodash": "^4.17.20"
},
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.9.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.9.0...gatsby-plugin-preload-fonts@1.9.1) (2021-02-24)

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

# [1.9.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.9.0-next.0...gatsby-plugin-preload-fonts@1.9.0) (2021-02-02)

**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.9.0",
"version": "1.9.1",
"author": "Aaron Ross <superhawk610@gmail.com>",
"main": "index.js",
"bin": {
Expand All @@ -14,7 +14,7 @@
"chalk": "^4.1.0",
"date-fns": "^2.16.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"graphql-request": "^1.8.2",
"progress": "^2.0.3",
"puppeteer": "^3.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sharp/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.14.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.1...gatsby-plugin-sharp@2.14.2) (2021-02-24)

### Bug Fixes

- **gatsby-plugin-sharp:** Fix defaults handling ([#29564](https://github.com/gatsbyjs/gatsby/issues/29564)) ([#29589](https://github.com/gatsbyjs/gatsby/issues/29589)) ([be9d9f9](https://github.com/gatsbyjs/gatsby/commit/be9d9f9c81606208cb4c237753e11b1e61a75dc4))

## [2.14.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0...gatsby-plugin-sharp@2.14.1) (2021-02-05)

**Note:** Version bump only for package gatsby-plugin-sharp
Expand Down
8 changes: 4 additions & 4 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.14.1",
"version": "2.14.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -12,8 +12,8 @@
"bluebird": "^3.7.2",
"filenamify": "^4.2.0",
"fs-extra": "^9.1.0",
"gatsby-core-utils": "^1.10.0",
"gatsby-telemetry": "^1.10.0",
"gatsby-core-utils": "^1.10.1",
"gatsby-telemetry": "^1.10.1",
"got": "^10.7.0",
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "^9.0.0",
Expand All @@ -34,7 +34,7 @@
"@types/sharp": "^0.27.1",
"babel-preset-gatsby-package": "^0.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^0.7.1",
"gatsby-plugin-image": "^0.7.2",
"gatsby-plugin-utils": "^0.9.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-typescript/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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.12.0...gatsby-plugin-typescript@2.12.1) (2021-02-24)

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

# [2.12.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.12.0-next.1...gatsby-plugin-typescript@2.12.0) (2021-02-02)

**Note:** Version bump only for package gatsby-plugin-typescript
Expand Down

0 comments on commit 6fa14e4

Please sign in to comment.