Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Dec 7, 2020
1 parent 4555b6a commit 6d11da9
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 10 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.4.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.1) (2020-12-07)

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

# [0.4.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.0) (2020-12-02)

**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.4.0",
"version": "0.4.1",
"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.2.5",
"gatsby": "^2.28.0",
"gatsby": "^2.28.1",
"gatsby-interface": "^0.0.225",
"gatsby-plugin-typescript": "^2.8.0",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-dev-cli/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.

## [2.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.1) (2020-12-07)

**Note:** Version bump only for package gatsby-dev-cli

# [2.10.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.0) (2020-12-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "2.10.0",
"version": "2.10.1",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/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.

## [0.3.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.1) (2020-12-07)

### Bug Fixes

- **gatsby-plugin-image:** don't show hydration warning ([#28407](https://github.com/gatsbyjs/gatsby/issues/28407)) ([#28512](https://github.com/gatsbyjs/gatsby/issues/28512)) ([13be722](https://github.com/gatsbyjs/gatsby/commit/13be722748d08f49322f806cff2e5faf7a1677b3))

# [0.3.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0) (2020-12-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sharp/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.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.1) (2020-12-07)

### Bug Fixes

- **gatsby-plugin-sharp:** decode URL so it matches the cache key ([#28449](https://github.com/gatsbyjs/gatsby/issues/28449)) ([#28479](https://github.com/gatsbyjs/gatsby/issues/28479)) ([0119789](https://github.com/gatsbyjs/gatsby/commit/01197896126c1b55766305dd169a89bf5fff2b8f))

# [2.10.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.0) (2020-12-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "2.10.0",
"version": "2.10.1",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/sharp": "^0.26.1",
"babel-preset-gatsby-package": "^0.8.0",
"cross-env": "^7.0.2",
"gatsby-plugin-image": "^0.3.0"
"gatsby-plugin-image": "^0.3.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-contentful/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.

## [4.2.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.2.1) (2020-12-07)

### Performance Improvements

- **gatsby-source-contentful:** prevent redundant fs/remote fetches for base64 ([#28438](https://github.com/gatsbyjs/gatsby/issues/28438)) ([#28515](https://github.com/gatsbyjs/gatsby/issues/28515)) ([e16f2b5](https://github.com/gatsbyjs/gatsby/commit/e16f2b5b4f73972729fe9c82ea0f4499f226b13f))

# [4.2.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.2.0) (2020-12-02)

### Performance Improvements
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.2.0",
"version": "4.2.1",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/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.

## [2.7.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.1) (2020-12-07)

**Note:** Version bump only for package gatsby-transformer-sqip

# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0) (2020-12-02)

**Note:** Version bump only for package gatsby-transformer-sqip
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "2.7.0",
"version": "2.7.1",
"author": "Benedikt Rötsch <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.10.0",
"gatsby-plugin-sharp": "^2.10.1",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.3",
"p-queue": "^6.6.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.28.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.28.1) (2020-12-07)

### Bug Fixes

- **gatsby:** Add bodyComponent to replaceRenderer args ([#28456](https://github.com/gatsbyjs/gatsby/issues/28456)) ([#28486](https://github.com/gatsbyjs/gatsby/issues/28486)) ([e29866a](https://github.com/gatsbyjs/gatsby/commit/e29866a3525ccdd2ad99ad06d85f889d5f63b515))
- **gatsby:** correct tracing for GraphQL queries ([#28415](https://github.com/gatsbyjs/gatsby/issues/28415)) ([#28475](https://github.com/gatsbyjs/gatsby/issues/28475)) ([53502cc](https://github.com/gatsbyjs/gatsby/commit/53502cca8fe0bb980e75b666c7edca47a4a9027a))
- **gatsby:** do not fail the build when eslint loader is removed ([#28494](https://github.com/gatsbyjs/gatsby/issues/28494)) ([#28517](https://github.com/gatsbyjs/gatsby/issues/28517)) ([27864d6](https://github.com/gatsbyjs/gatsby/commit/27864d6135bf6d2c36f473a7a67b6892e414ebad))
- **gatsby:** re-render route when location state changes ([#28346](https://github.com/gatsbyjs/gatsby/issues/28346)) ([#28476](https://github.com/gatsbyjs/gatsby/issues/28476)) ([bb044de](https://github.com/gatsbyjs/gatsby/commit/bb044de83e0a9adb4010d84ec6800416af45fa42))
- **gatsby:** scroll restoration issue in browser API ([#27384](https://github.com/gatsbyjs/gatsby/issues/27384)) ([#28477](https://github.com/gatsbyjs/gatsby/issues/28477)) ([7a6b7ae](https://github.com/gatsbyjs/gatsby/commit/7a6b7ae1fe7cbd81db76eb4473ea4cf77deb3eb7))

### Features

- **gatsby:** add preload headers for critical resources so those can started fetching before common.js is fetched ([#28460](https://github.com/gatsbyjs/gatsby/issues/28460)) ([#28521](https://github.com/gatsbyjs/gatsby/issues/28521)) ([4555b6a](https://github.com/gatsbyjs/gatsby/commit/4555b6a83da83e4ecaf01a2087d29cc8a307327e))

# [2.28.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.28.0) (2020-12-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.28.0",
"version": "2.28.1",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 6d11da9

Please sign in to comment.