Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.10.4
 - gatsby-source-contentful@5.0.2
 - gatsby@3.0.4
  • Loading branch information
vladar committed Mar 9, 2021
1 parent 31e754f commit 4fd16c5
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
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.10.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.3...gatsby-admin@0.10.4) (2021-03-09)

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

## [0.10.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.2...gatsby-admin@0.10.3) (2021-03-05)

**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.10.3",
"version": "0.10.4",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^4.14.2",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.0.3",
"gatsby": "^3.0.4",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.0.0",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-contentful/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.

## [5.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.1...gatsby-source-contentful@5.0.2) (2021-03-09)

### Bug Fixes

- **gatsby-source-contentful:** Set image source format ([#30103](https://github.com/gatsbyjs/gatsby/issues/30103)) ([#30134](https://github.com/gatsbyjs/gatsby/issues/30134)) ([decca5a](https://github.com/gatsbyjs/gatsby/commit/decca5a9124aacc15f8a04afaeba5f0aefa036ce))

## [5.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0...gatsby-source-contentful@5.0.1) (2021-03-05)

### 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": "5.0.1",
"version": "5.0.2",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.3...gatsby@3.0.4) (2021-03-09)

### Bug Fixes

- **gatsby:** don't ignore SOURCE_FILE_CHANGED event ([#30127](https://github.com/gatsbyjs/gatsby/issues/30127)) ([#30135](https://github.com/gatsbyjs/gatsby/issues/30135)) ([f8f38f3](https://github.com/gatsbyjs/gatsby/commit/f8f38f3199952c9b42c551e4fc81d07a4af869dc))
- **gatsby:** freeze the schema only after rebuilding with SitePage ([#30132](https://github.com/gatsbyjs/gatsby/issues/30132)) ([#30137](https://github.com/gatsbyjs/gatsby/issues/30137)) ([31e754f](https://github.com/gatsbyjs/gatsby/commit/31e754fbcd942232717dce785e769650242aa133))
- **gatsby:** set program.verbose when VERBOSE env var is used ([#30123](https://github.com/gatsbyjs/gatsby/issues/30123)) ([#30136](https://github.com/gatsbyjs/gatsby/issues/30136)) ([bc0eca5](https://github.com/gatsbyjs/gatsby/commit/bc0eca57e51c2dcc23b2b605c28d73e960fd122c))

## [3.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.2...gatsby@3.0.3) (2021-03-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "3.0.3",
"version": "3.0.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 4fd16c5

Please sign in to comment.