Skip to content

Commit ac72bfb

Browse files
committedAug 28, 2020
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

+6
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

+3-3
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",

0 commit comments

Comments
 (0)
Please sign in to comment.