Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.12.3
 - gatsby-admin@0.8.12
 - gatsby-legacy-polyfills@0.7.1
 - gatsby-source-contentful@4.6.4
 - gatsby-source-wordpress@4.0.6
 - gatsby@2.32.12
  • Loading branch information
pieh committed Apr 7, 2021
1 parent 8d7c3a1 commit 83c26f8
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 11 deletions.
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.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.2...babel-preset-gatsby@0.12.3) (2021-04-07)

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

## [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
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.2",
"version": "0.12.3",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -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",
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.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.11...gatsby-admin@0.8.12) (2021-04-07)

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

## [0.8.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.10...gatsby-admin@0.8.11) (2021-03-09)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.8.11",
"version": "0.8.12",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^2.32.11",
"gatsby": "^2.32.12",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-legacy-polyfills/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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.7.0...gatsby-legacy-polyfills@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/gatsby-legacy-polyfills@0.7.0-next.0...gatsby-legacy-polyfills@0.7.0) (2021-02-02)

**Note:** Version bump only for package gatsby-legacy-polyfills
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
@@ -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 <ward@gatsbyjs.com>",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Expand Up @@ -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/gatsby-source-contentful@4.6.3...gatsby-source-contentful@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/gatsby-source-contentful@4.6.2...gatsby-source-contentful@4.6.3) (2021-02-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
@@ -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 <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-wordpress/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.

## [4.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.0.5...gatsby-source-wordpress@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/gatsby-source-wordpress@4.0.4...gatsby-source-wordpress@4.0.5) (2021-03-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "4.0.5",
"version": "4.0.6",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/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.32.12](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.11...gatsby@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/gatsby@2.32.10...gatsby@2.32.11) (2021-03-09)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 83c26f8

Please sign in to comment.