Skip to content

Commit ac72bfb

Browse files
committed
chore(release): Publish
- babel-preset-gatsby@0.5.8 - gatsby-admin@0.1.141 - gatsby-cli@2.12.90 - gatsby-core-utils@1.3.18 - gatsby-dev-cli@2.7.18 - gatsby-graphiql-explorer@0.4.13 - gatsby-legacy-polyfills@0.0.4 - gatsby-page-utils@0.2.23 - gatsby-plugin-benchmark-reporting@0.2.15 - gatsby-plugin-manifest@2.4.26 - gatsby-plugin-mdx@1.2.37 - gatsby-plugin-netlify-cms@4.3.12 - gatsby-plugin-offline@3.2.26 - gatsby-plugin-page-creator@2.3.25 - gatsby-plugin-preact@4.0.10 - gatsby-plugin-preload-fonts@1.2.23 - gatsby-plugin-sharp@2.6.30 - gatsby-recipes@0.2.19 - gatsby-remark-images@3.3.28 - gatsby-remark-katex@3.3.11 - gatsby-source-contentful@2.3.40 - gatsby-source-drupal@3.5.30 - gatsby-source-filesystem@2.3.27 - gatsby-source-graphql@2.7.2 - gatsby-source-shopify@3.2.29 - gatsby-source-wordpress@3.3.31 - gatsby-telemetry@1.3.30 - gatsby-transformer-remark@2.8.31 - gatsby-transformer-sqip@2.3.30 - gatsby@2.24.52
1 parent 703678e commit ac72bfb

File tree

60 files changed

+194
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+194
-65
lines changed

packages/babel-preset-gatsby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.8](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.7...babel-preset-gatsby@0.5.8) (2020-08-28)
7+
8+
### Features
9+
10+
- **gatsby:** Support React 17's new JSX Transform ([#26652](https://github.com/gatsbyjs/gatsby/issues/26652)) ([6ba68f8](https://github.com/gatsbyjs/gatsby/commit/6ba68f8))
11+
612
## [0.5.7](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.6...babel-preset-gatsby@0.5.7) (2020-08-26)
713

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

packages/babel-preset-gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
24-
"gatsby-core-utils": "^1.3.17",
25-
"gatsby-legacy-polyfills": "^0.0.3"
24+
"gatsby-core-utils": "^1.3.18",
25+
"gatsby-legacy-polyfills": "^0.0.4"
2626
},
2727
"peerDependencies": {
2828
"@babel/core": "^7.0.0",

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.141](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.140...gatsby-admin@0.1.141) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.140](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.139...gatsby-admin@0.1.140) (2020-08-26)
711

812
### Features

packages/gatsby-admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.140",
3+
"version": "0.1.141",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -18,17 +18,17 @@
1818
"@typescript-eslint/parser": "^2.28.0",
1919
"csstype": "^2.6.10",
2020
"feedback-fish": "^0.1.12",
21-
"query-string": "^6.13.1",
2221
"formik": "^2.1.4",
23-
"gatsby": "^2.24.51",
22+
"gatsby": "^2.24.52",
2423
"gatsby-interface": "0.0.183",
2524
"gatsby-plugin-typescript": "^2.4.18",
2625
"gatsby-plugin-webfonts": "^1.1.3",
27-
"gatsby-source-graphql": "^2.7.1",
26+
"gatsby-source-graphql": "^2.7.2",
2827
"lodash-es": "^4.17.15",
2928
"ncp": "^2.0.0",
3029
"nodemon": "^2.0.4",
3130
"prism-react-renderer": "^1.1.1",
31+
"query-string": "^6.13.1",
3232
"react": "^16.12.0",
3333
"react-dom": "^16.12.0",
3434
"react-helmet": "^6.1.0",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.12.90](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.89...gatsby-cli@2.12.90) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.89](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.88...gatsby-cli@2.12.89) (2020-08-26)
711

812
### Features

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.12.89",
4+
"version": "2.12.90",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -23,9 +23,9 @@
2323
"execa": "^3.4.0",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^1.3.17",
27-
"gatsby-recipes": "^0.2.18",
28-
"gatsby-telemetry": "^1.3.29",
26+
"gatsby-core-utils": "^1.3.18",
27+
"gatsby-recipes": "^0.2.19",
28+
"gatsby-telemetry": "^1.3.30",
2929
"hosted-git-info": "^3.0.4",
3030
"ink": "^2.7.1",
3131
"ink-spinner": "^3.1.0",

packages/gatsby-core-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.17...gatsby-core-utils@1.3.18) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
## [1.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.16...gatsby-core-utils@1.3.17) (2020-08-26)
711

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

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.3.17",
3+
"version": "1.3.18",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-dev-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.7.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.7.17...gatsby-dev-cli@2.7.18) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-dev-cli
9+
610
## [2.7.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.7.16...gatsby-dev-cli@2.7.17) (2020-08-10)
711

812
### Bug Fixes

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "2.7.17",
4+
"version": "2.7.18",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby-graphiql-explorer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.4.12...gatsby-graphiql-explorer@0.4.13) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-graphiql-explorer
9+
610
## [0.4.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.4.11...gatsby-graphiql-explorer@0.4.12) (2020-07-28)
711

812
**Note:** Version bump only for package gatsby-graphiql-explorer

packages/gatsby-graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "0.4.12",
3+
"version": "0.4.13",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-legacy-polyfills/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.0.3...gatsby-legacy-polyfills@0.0.4) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-legacy-polyfills
9+
610
## [0.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.0.2...gatsby-legacy-polyfills@0.0.3) (2020-08-26)
711

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

packages/gatsby-legacy-polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <ward@gatsbyjs.com>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",

packages/gatsby-page-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.22...gatsby-page-utils@0.2.23) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.2.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.21...gatsby-page-utils@0.2.22) (2020-08-26)
711

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

packages/gatsby-page-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.2.22",
3+
"version": "0.2.23",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"bluebird": "^3.7.2",
2525
"chokidar": "^3.4.2",
2626
"fs-exists-cached": "^1.0.0",
27-
"gatsby-core-utils": "^1.3.17",
27+
"gatsby-core-utils": "^1.3.18",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.15",
3030
"micromatch": "^3.1.10"

packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.2.14...gatsby-plugin-benchmark-reporting@0.2.15) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-benchmark-reporting
9+
610
## [0.2.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.2.13...gatsby-plugin-benchmark-reporting@0.2.14) (2020-07-09)
711

812
**Note:** Version bump only for package gatsby-plugin-benchmark-reporting

packages/gatsby-plugin-benchmark-reporting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-benchmark-reporting",
33
"description": "Gatsby Benchmark Reporting",
4-
"version": "0.2.14",
4+
"version": "0.2.15",
55
"author": "Peter van der Zee <pvdz@github>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-manifest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.4.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.25...gatsby-plugin-manifest@2.4.26) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.4.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.24...gatsby-plugin-manifest@2.4.25) (2020-08-26)
711

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

packages/gatsby-plugin-manifest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.4.25",
4+
"version": "2.4.26",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.10.3",
11-
"gatsby-core-utils": "^1.3.17",
11+
"gatsby-core-utils": "^1.3.18",
1212
"semver": "^7.3.2",
1313
"sharp": "^0.25.1"
1414
},

packages/gatsby-plugin-mdx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.36...gatsby-plugin-mdx@1.2.37) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.2.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.35...gatsby-plugin-mdx@1.2.36) (2020-08-26)
711

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

packages/gatsby-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.2.36",
3+
"version": "1.2.37",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"escape-string-regexp": "^1.0.5",
3434
"eval": "^0.1.4",
3535
"fs-extra": "^8.1.0",
36-
"gatsby-core-utils": "^1.3.17",
36+
"gatsby-core-utils": "^1.3.18",
3737
"gray-matter": "^4.0.2",
3838
"json5": "^2.1.3",
3939
"loader-utils": "^1.4.0",

packages/gatsby-plugin-netlify-cms/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.3.11...gatsby-plugin-netlify-cms@4.3.12) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-netlify-cms
9+
610
## [4.3.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.3.10...gatsby-plugin-netlify-cms@4.3.11) (2020-07-09)
711

812
**Note:** Version bump only for package gatsby-plugin-netlify-cms

packages/gatsby-plugin-netlify-cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify-cms",
33
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
4-
"version": "4.3.11",
4+
"version": "4.3.12",
55
"author": "Shawn Erquhart <shawn@erquh.art>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-offline/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.25...gatsby-plugin-offline@3.2.26) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [3.2.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.24...gatsby-plugin-offline@3.2.25) (2020-08-26)
711

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

packages/gatsby-plugin-offline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "3.2.25",
4+
"version": "3.2.26",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.10.3",
1111
"cheerio": "^1.0.0-rc.3",
12-
"gatsby-core-utils": "^1.3.17",
12+
"gatsby-core-utils": "^1.3.18",
1313
"glob": "^7.1.6",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.15",

packages/gatsby-plugin-page-creator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.24...gatsby-plugin-page-creator@2.3.25) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [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)
711

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

packages/gatsby-plugin-page-creator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.3.24",
3+
"version": "2.3.25",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/traverse": "^7.10.2",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-page-utils": "^0.2.22",
29+
"gatsby-page-utils": "^0.2.23",
3030
"globby": "^11.0.1",
3131
"graphql": "^14.6.0",
3232
"lodash": "^4.17.15",

packages/gatsby-plugin-preact/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.0.9...gatsby-plugin-preact@4.0.10) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preact
9+
610
## [4.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.0.8...gatsby-plugin-preact@4.0.9) (2020-07-09)
711

812
**Note:** Version bump only for package gatsby-plugin-preact

packages/gatsby-plugin-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preact",
33
"description": "A Gatsby plugin which replaces React with Preact",
4-
"version": "4.0.9",
4+
"version": "4.0.10",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-preload-fonts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.22...gatsby-plugin-preload-fonts@1.2.23) (2020-08-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-preload-fonts
9+
610
## [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)
711

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

0 commit comments

Comments
 (0)