Skip to content

Commit

Permalink
chore(release): Publish rc
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.10.0-v3rc.5
 - gatsby-transformer-sharp@3.0.0-v3rc.2
 - gatsby@3.0.0-v3rc.5
  • Loading branch information
vladar committed Mar 2, 2021
1 parent df50ce7 commit 6e6ea56
Show file tree
Hide file tree
Showing 6 changed files with 18 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.0-v3rc.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-v3rc.4...gatsby-admin@0.10.0-v3rc.5) (2021-03-02)

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

# [0.10.0-v3rc.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-v3rc.3...gatsby-admin@0.10.0-v3rc.4) (2021-03-01)

**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.0-v3rc.4",
"version": "0.10.0-v3rc.5",
"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.0-v3rc.4",
"gatsby": "^3.0.0-v3rc.5",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.0.0-v3rc.0",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sharp/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.

# [3.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.0.0-v3rc.1...gatsby-transformer-sharp@3.0.0-v3rc.2) (2021-03-02)

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

# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.0.0-v3rc.0...gatsby-transformer-sharp@3.0.0-v3rc.1) (2021-03-01)

**Note:** Version bump only for package gatsby-transformer-sharp
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sharp",
"description": "Gatsby transformer plugin for images using Sharp",
"version": "3.0.0-v3rc.1",
"version": "3.0.0-v3rc.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.

# [3.0.0-v3rc.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.4...gatsby@3.0.0-v3rc.5) (2021-03-02)

### Bug Fixes

- **gatsby:** Add dir=ltr to Fast Refresh overlay ([#29900](https://github.com/gatsbyjs/gatsby/issues/29900)) ([#29908](https://github.com/gatsbyjs/gatsby/issues/29908)) ([df50ce7](https://github.com/gatsbyjs/gatsby/commit/df50ce729c5c764f35aab80324196fb1151ca592))

# [3.0.0-v3rc.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.3...gatsby@3.0.0-v3rc.4) (2021-03-01)

### 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.0-v3rc.4",
"version": "3.0.0-v3rc.5",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 6e6ea56

Please sign in to comment.