Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed Oct 19, 2020
1 parent b316505 commit 6fe2f6a
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 8 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.170](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.170) (2020-10-19)

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

## [0.1.169](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.169) (2020-10-19)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 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.169",
"version": "0.1.170",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.13",
"formik": "^2.1.5",
"gatsby": "^2.24.81",
"gatsby": "^2.24.82",
"gatsby-interface": "^0.0.193",
"gatsby-plugin-typescript": "^2.4.22",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-utils/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.2.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.36) (2020-10-19)

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

## [0.2.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.35) (2020-10-19)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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.35",
"version": "0.2.36",
"description": "Gatsby utils that help creating plugins",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/core": "^7.11.6",
"babel-preset-gatsby-package": "^0.5.3",
"cross-env": "^7.0.2",
"gatsby": "^2.24.81",
"gatsby": "^2.24.82",
"rimraf": "^3.0.2",
"typescript": "^3.9.5"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0) (2020-10-19)

### Performance Improvements

- **gatsby-plugin-contentful:** drop the super expensive fixids cycle ([#27318](https://github.com/gatsbyjs/gatsby/issues/27318)) ([b316505](https://github.com/gatsbyjs/gatsby/commit/b3165058bce5dca1a0145dd2f0d518aaa6750add))

### BREAKING CHANGES

- **gatsby-plugin-contentful:** If you were relying on the `contentful_id` on the `sys` object in your queries 
those are no longer exposed and you can safely change them to the `id` property on that `sys` object.

If you were relying on the `id` property in the `sys` object, you should be aware that it is no longer "normalized". In particular, it will no longer get a 'c' prefixed to the id.

## [2.3.56](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.56) (2020-10-19)

**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": "2.3.56",
"version": "3.0.0",
"author": "Marcus Ericsson <[email protected]> (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.35",
"gatsby-plugin-utils": "^0.2.36",
"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/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.82](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.82) (2020-10-19)

### Bug Fixes

- **gatsby:** notify when Gatsby cache is incomplete ([#27549](https://github.com/gatsbyjs/gatsby/issues/27549)) ([2d6a153](https://github.com/gatsbyjs/gatsby/commit/2d6a1535ca2fa45bc6821d3273c32e18f66913fc))

## [2.24.81](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.81) (2020-10-19)

### Features
Expand Down
4 changes: 2 additions & 2 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.81",
"version": "2.24.82",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -83,7 +83,7 @@
"gatsby-link": "^2.4.15",
"gatsby-plugin-page-creator": "^2.3.33",
"gatsby-plugin-typescript": "^2.4.22",
"gatsby-plugin-utils": "^0.2.35",
"gatsby-plugin-utils": "^0.2.36",
"gatsby-react-router-scroll": "^3.0.14",
"gatsby-telemetry": "^1.3.38",
"glob": "^7.1.6",
Expand Down

0 comments on commit 6fe2f6a

Please sign in to comment.