-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
12 changed files
with
48 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.12.3) (2021-04-07) | ||
|
||
**Note:** Version bump only for package babel-preset-gatsby | ||
|
||
## [0.12.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.12.2) (2021-02-24) | ||
|
||
**Note:** Version bump only for package babel-preset-gatsby | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-gatsby", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"author": "Philipp Spiess <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -23,7 +23,7 @@ | |
"babel-plugin-macros": "^2.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gatsby-core-utils": "^1.10.1", | ||
"gatsby-legacy-polyfills": "^0.7.0" | ||
"gatsby-legacy-polyfills": "^0.7.1" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.11.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.12) (2021-04-07) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.8.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.11) (2021-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.1) (2021-04-07) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-legacy-polyfills:** add dom collections to polyfills ([#30483](https://github.com/gatsbyjs/gatsby/issues/30483)) ([#30616](https://github.com/gatsbyjs/gatsby/issues/30616)) ([fa95904](https://github.com/gatsbyjs/gatsby/commit/fa95904793b01141cb4f08992abf81e6dc61eb22)) | ||
|
||
# [0.7.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0) (2021-02-02) | ||
|
||
**Note:** Version bump only for package gatsby-legacy-polyfills | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.7.0", | ||
"version": "0.7.1", | ||
"main": "dist/polyfills.js", | ||
"author": "Ward Peeters <[email protected]>", | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [4.6.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.4) (2021-04-07) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-source-contentful:** Contentful page limit backoff ([#30549](https://github.com/gatsbyjs/gatsby/issues/30549)) ([#30618](https://github.com/gatsbyjs/gatsby/issues/30618)) ([4ffcf78](https://github.com/gatsbyjs/gatsby/commit/4ffcf785698527abed7e67f41ce45eef13b19ffb)) | ||
- **gatsby-source-contentful:** Improve network error handling ([#30257](https://github.com/gatsbyjs/gatsby/issues/30257)) ([#30617](https://github.com/gatsbyjs/gatsby/issues/30617)) ([b3315a0](https://github.com/gatsbyjs/gatsby/commit/b3315a05af9903768e5325cc903edee8e9397c43)) | ||
|
||
### Features | ||
|
||
- **gatsby-source-contentful:** Increase Contentful sync by up to 10x ([#30422](https://github.com/gatsbyjs/gatsby/issues/30422)) ([#30643](https://github.com/gatsbyjs/gatsby/issues/30643)) ([fc61c88](https://github.com/gatsbyjs/gatsby/commit/fc61c883d103a8fede1899aeb4f6fb9fa9516c76)) | ||
|
||
## [4.6.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.3) (2021-02-24) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "4.6.3", | ||
"version": "4.6.4", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
## [4.0.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.6) (2021-04-07) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-source-wordpress:** schema customization errors ([#30358](https://github.com/gatsbyjs/gatsby/issues/30358)) ([#30650](https://github.com/gatsbyjs/gatsby/issues/30650)) ([8d7c3a1](https://github.com/gatsbyjs/gatsby/commit/8d7c3a164d9ec832ee9eff2754cd0fef1467ab3a)) | ||
|
||
## [4.0.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.5) (2021-03-08) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "gatsby-source-wordpress", | ||
"description": "Source data from WordPress in an efficient and scalable way.", | ||
"author": "Tyler Barnes <[email protected]>", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
|
@@ -53,7 +53,7 @@ | |
"@types/semver": "^7.3.4", | ||
"babel-plugin-import-globals": "^2.0.0", | ||
"babel-plugin-module-resolver": "4.0.0", | ||
"babel-preset-gatsby": "^0.12.2", | ||
"babel-preset-gatsby": "^0.12.3", | ||
"babel-preset-gatsby-package": "^0.12.0", | ||
"cross-env": "^5.2.1", | ||
"identity-obj-proxy": "^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.32.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.12) (2021-04-07) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** fix incorrect intersection of filtered results ([#30594](https://github.com/gatsbyjs/gatsby/issues/30594)) ([#30619](https://github.com/gatsbyjs/gatsby/issues/30619)) ([0eac672](https://github.com/gatsbyjs/gatsby/commit/0eac672696997784c4e565447b719d6bf9fca7c6)) | ||
|
||
## [2.32.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.11) (2021-03-09) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.32.11", | ||
"version": "2.32.12", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -37,7 +37,7 @@ | |
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"babel-plugin-remove-graphql-queries": "^2.16.1", | ||
"babel-preset-gatsby": "^0.12.2", | ||
"babel-preset-gatsby": "^0.12.3", | ||
"better-opn": "^2.0.0", | ||
"better-queue": "^3.8.10", | ||
"bluebird": "^3.7.2", | ||
|
@@ -81,7 +81,7 @@ | |
"gatsby-cli": "^2.19.2", | ||
"gatsby-core-utils": "^1.10.1", | ||
"gatsby-graphiql-explorer": "^0.11.0", | ||
"gatsby-legacy-polyfills": "^0.7.0", | ||
"gatsby-legacy-polyfills": "^0.7.1", | ||
"gatsby-link": "^2.11.0", | ||
"gatsby-plugin-page-creator": "^2.10.1", | ||
"gatsby-plugin-typescript": "^2.12.1", | ||
|