Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.1.172
 - gatsby-plugin-feed@2.5.18
 - gatsby-plugin-mdx@1.2.50
 - gatsby-plugin-netlify@2.3.23
 - gatsby-plugin-offline@3.2.36
 - gatsby-plugin-sass@2.3.20
 - gatsby-plugin-typescript@2.4.24
 - gatsby-plugin-utils@0.2.38
 - gatsby-remark-images@3.3.38
 - gatsby-source-contentful@3.0.2
 - gatsby-transformer-remark@2.8.45
 - gatsby@2.24.84
  • Loading branch information
mxstbr committed Oct 21, 2020
1 parent d620639 commit 9b65cbf
Show file tree
Hide file tree
Showing 24 changed files with 93 additions and 24 deletions.
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.172](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.171...gatsby-admin@0.1.172) (2020-10-21)

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

## [0.1.171](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.170...gatsby-admin@0.1.171) (2020-10-20)

**Note:** Version bump only for package gatsby-admin
Expand Down
6 changes: 3 additions & 3 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.171",
"version": "0.1.172",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,9 +20,9 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.13",
"formik": "^2.1.5",
"gatsby": "^2.24.83",
"gatsby": "^2.24.84",
"gatsby-interface": "^0.0.193",
"gatsby-plugin-typescript": "^2.4.23",
"gatsby-plugin-typescript": "^2.4.24",
"gatsby-plugin-webfonts": "^1.1.3",
"gatsby-source-graphql": "^2.7.6",
"lodash-es": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-feed/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.5.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.5.17...gatsby-plugin-feed@2.5.18) (2020-10-21)

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

## [2.5.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.5.16...gatsby-plugin-feed@2.5.17) (2020-10-20)

**Note:** Version bump only for package gatsby-plugin-feed
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
"version": "2.5.17",
"version": "2.5.18",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.0",
"fs-extra": "^8.1.0",
"gatsby-plugin-utils": "^0.2.37",
"gatsby-plugin-utils": "^0.2.38",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-mdx/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.2.50](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.49...gatsby-plugin-mdx@1.2.50) (2020-10-21)

### Bug Fixes

- Update plugin schema testing util and associated tests ([#27574](https://github.com/gatsbyjs/gatsby/issues/27574)) ([6d81283](https://github.com/gatsbyjs/gatsby/commit/6d81283e4f47ae2cb571626bf4d02fcd2c9d1af4))

## [1.2.49](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.48...gatsby-plugin-mdx@1.2.49) (2020-10-20)

### Performance Improvements
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.49",
"version": "1.2.50",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"gatsby-plugin-utils": "^0.2.37",
"gatsby-plugin-utils": "^0.2.38",
"jest": "^24.9.0",
"js-combinatorics": "^1.4.5",
"react-test-renderer": "^16.13.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-netlify/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.3.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.3.22...gatsby-plugin-netlify@2.3.23) (2020-10-21)

### Bug Fixes

- Update plugin schema testing util and associated tests ([#27574](https://github.com/gatsbyjs/gatsby/issues/27574)) ([6d81283](https://github.com/gatsbyjs/gatsby/commit/6d81283e4f47ae2cb571626bf4d02fcd2c9d1af4))

## [2.3.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.3.21...gatsby-plugin-netlify@2.3.22) (2020-10-20)

**Note:** Version bump only for package gatsby-plugin-netlify
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"version": "2.3.22",
"version": "2.3.23",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -24,7 +24,7 @@
"@babel/core": "^7.11.6",
"babel-preset-gatsby-package": "^0.5.3",
"cross-env": "^7.0.2",
"gatsby-plugin-utils": "^0.2.37"
"gatsby-plugin-utils": "^0.2.38"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-offline/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.

## [3.2.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.35...gatsby-plugin-offline@3.2.36) (2020-10-21)

### Bug Fixes

- Update plugin schema testing util and associated tests ([#27574](https://github.com/gatsbyjs/gatsby/issues/27574)) ([6d81283](https://github.com/gatsbyjs/gatsby/commit/6d81283e4f47ae2cb571626bf4d02fcd2c9d1af4))

## [3.2.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.34...gatsby-plugin-offline@3.2.35) (2020-10-20)

**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,7 +1,7 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "3.2.35",
"version": "3.2.36",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -21,7 +21,7 @@
"babel-preset-gatsby-package": "^0.5.3",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"gatsby-plugin-utils": "^0.2.37",
"gatsby-plugin-utils": "^0.2.38",
"rewire": "^4.0.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sass/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.3.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.3.19...gatsby-plugin-sass@2.3.20) (2020-10-21)

### Bug Fixes

- Update plugin schema testing util and associated tests ([#27574](https://github.com/gatsbyjs/gatsby/issues/27574)) ([6d81283](https://github.com/gatsbyjs/gatsby/commit/6d81283e4f47ae2cb571626bf4d02fcd2c9d1af4))

## [2.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.3.18...gatsby-plugin-sass@2.3.19) (2020-10-20)

**Note:** Version bump only for package gatsby-plugin-sass
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle scss/sass files",
"version": "2.3.19",
"version": "2.3.20",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -15,7 +15,7 @@
"@babel/core": "^7.11.6",
"babel-preset-gatsby-package": "^0.5.3",
"cross-env": "^7.0.2",
"gatsby-plugin-utils": "^0.2.37"
"gatsby-plugin-utils": "^0.2.38"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-typescript/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.4.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.23...gatsby-plugin-typescript@2.4.24) (2020-10-21)

### Bug Fixes

- Update plugin schema testing util and associated tests ([#27574](https://github.com/gatsbyjs/gatsby/issues/27574)) ([6d81283](https://github.com/gatsbyjs/gatsby/commit/6d81283e4f47ae2cb571626bf4d02fcd2c9d1af4))

## [2.4.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.22...gatsby-plugin-typescript@2.4.23) (2020-10-20)

**Note:** Version bump only for package gatsby-plugin-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "2.4.23",
"version": "2.4.24",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-plugin-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.2.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.37...gatsby-plugin-utils@0.2.38) (2020-10-21)

### Bug Fixes

- duplicate types to solve circular dependency ([#27578](https://github.com/gatsbyjs/gatsby/issues/27578)) ([029ec48](https://github.com/gatsbyjs/gatsby/commit/029ec489a271ddeb7ad3fa174bd536c1b38db246))
- Update plugin schema testing util and associated tests ([#27574](https://github.com/gatsbyjs/gatsby/issues/27574)) ([6d81283](https://github.com/gatsbyjs/gatsby/commit/6d81283e4f47ae2cb571626bf4d02fcd2c9d1af4))

## [0.2.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.36...gatsby-plugin-utils@0.2.37) (2020-10-20)

**Note:** Version bump only for package gatsby-plugin-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-utils",
"version": "0.2.37",
"version": "0.2.38",
"description": "Gatsby utils that help creating plugins",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images/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.

## [3.3.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.37...gatsby-remark-images@3.3.38) (2020-10-21)

### Bug Fixes

- Update plugin schema testing util and associated tests ([#27574](https://github.com/gatsbyjs/gatsby/issues/27574)) ([6d81283](https://github.com/gatsbyjs/gatsby/commit/6d81283e4f47ae2cb571626bf4d02fcd2c9d1af4))

## [3.3.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.36...gatsby-remark-images@3.3.37) (2020-10-20)

**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.37",
"version": "3.3.38",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -24,7 +24,7 @@
"@babel/core": "^7.11.6",
"babel-preset-gatsby-package": "^0.5.3",
"cross-env": "^7.0.2",
"gatsby-plugin-utils": "^0.2.37",
"gatsby-plugin-utils": "^0.2.38",
"hast-util-to-html": "^6.1.0",
"mdast-util-to-hast": "^6.0.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-contentful/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.

## [3.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@3.0.1...gatsby-source-contentful@3.0.2) (2020-10-21)

### Bug Fixes

- **gatsby-source-contentful:** fixed contentful asset download stalling with high number of assets ([#27563](https://github.com/gatsbyjs/gatsby/issues/27563)) ([dc0ce0c](https://github.com/gatsbyjs/gatsby/commit/dc0ce0c1152d486bc1e58ac7fcaac36924437de8))

## [3.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@3.0.0...gatsby-source-contentful@3.0.1) (2020-10-20)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
4 changes: 2 additions & 2 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": "3.0.1",
"version": "3.0.2",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,7 +17,7 @@
"contentful": "^7.14.7",
"fs-extra": "^9.0.1",
"gatsby-core-utils": "^1.3.23",
"gatsby-plugin-utils": "^0.2.37",
"gatsby-plugin-utils": "^0.2.38",
"gatsby-source-filesystem": "^2.3.35",
"is-online": "^8.5.0",
"json-stringify-safe": "^5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-remark/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.8.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.44...gatsby-transformer-remark@2.8.45) (2020-10-21)

### Bug Fixes

- Update plugin schema testing util and associated tests ([#27574](https://github.com/gatsbyjs/gatsby/issues/27574)) ([6d81283](https://github.com/gatsbyjs/gatsby/commit/6d81283e4f47ae2cb571626bf4d02fcd2c9d1af4))

## [2.8.44](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.8.43...gatsby-transformer-remark@2.8.44) (2020-10-20)

### Performance Improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
"version": "2.8.44",
"version": "2.8.45",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.11.6",
"babel-preset-gatsby-package": "^0.5.3",
"cross-env": "^7.0.2",
"gatsby-plugin-utils": "^0.2.37"
"gatsby-plugin-utils": "^0.2.38"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/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.24.84](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.83...gatsby@2.24.84) (2020-10-21)

### Bug Fixes

- duplicate types to solve circular dependency ([#27578](https://github.com/gatsbyjs/gatsby/issues/27578)) ([029ec48](https://github.com/gatsbyjs/gatsby/commit/029ec489a271ddeb7ad3fa174bd536c1b38db246))

## [2.24.83](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.24.82...gatsby@2.24.83) (2020-10-20)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.24.83",
"version": "2.24.84",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -82,8 +82,8 @@
"gatsby-legacy-polyfills": "^0.0.5",
"gatsby-link": "^2.4.16",
"gatsby-plugin-page-creator": "^2.3.33",
"gatsby-plugin-typescript": "^2.4.23",
"gatsby-plugin-utils": "^0.2.37",
"gatsby-plugin-typescript": "^2.4.24",
"gatsby-plugin-utils": "^0.2.38",
"gatsby-react-router-scroll": "^3.0.15",
"gatsby-telemetry": "^1.3.38",
"glob": "^7.1.6",
Expand Down

0 comments on commit 9b65cbf

Please sign in to comment.