Skip to content

Commit 6e6ea56

Browse files
committed
chore(release): Publish rc
- gatsby-admin@0.10.0-v3rc.5 - gatsby-transformer-sharp@3.0.0-v3rc.2 - gatsby@3.0.0-v3rc.5
1 parent df50ce7 commit 6e6ea56

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [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)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.10.0-v3rc.4",
3+
"version": "0.10.0-v3rc.5",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^4.14.2",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.0.0-v3rc.4",
23+
"gatsby": "^3.0.0-v3rc.5",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.0.0-v3rc.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-transformer-sharp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sharp
9+
610
# [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)
711

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

packages/gatsby-transformer-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "3.0.0-v3rc.1",
4+
"version": "3.0.0-v3rc.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [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)
713

814
### Bug Fixes

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "3.0.0-v3rc.4",
4+
"version": "3.0.0-v3rc.5",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)