Skip to content

Commit 94777e4

Browse files
committed
chore(release): Publish next
- [email protected] - [email protected] - [email protected]
1 parent 1ed479e commit 94777e4

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

packages/gatsby-admin/CHANGELOG.md

+4
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.20.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.20.0-next.2) (2021-07-05)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.20.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.20.0-next.1) (2021-07-02)
711

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

packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.20.0-next.1",
3+
"version": "0.20.0-next.2",
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.10.0-next.1",
23+
"gatsby": "^3.10.0-next.2",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.10.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-transformer-screenshot/CHANGELOG.md

+6
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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2021-07-05)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency gatsby-core-utils to ^2.8.0 ([#32230](https://github.com/gatsbyjs/gatsby/issues/32230)) ([1ed479e](https://github.com/gatsbyjs/gatsby/commit/1ed479ec6896160438d7716bd7054a3d93c23e42))
11+
612
# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2021-07-01)
713

814
**Note:** Version bump only for package gatsby-transformer-screenshot

packages/gatsby-transformer-screenshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-screenshot",
33
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
4-
"version": "3.10.0-next.0",
4+
"version": "3.10.0-next.1",
55
"author": "David Beckley <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0-next.2) (2021-07-05)
7+
8+
### Features
9+
10+
- **gatsby:** enable async rendering with react 18 ([#32188](https://github.com/gatsbyjs/gatsby/issues/32188)) ([32e9b4a](https://github.com/gatsbyjs/gatsby/commit/32e9b4ab7d8a0fdac067a7130820a0766e4da74f))
11+
- **gatsby:** enable replaceRenderer to be async ([#32182](https://github.com/gatsbyjs/gatsby/issues/32182)) ([d68148d](https://github.com/gatsbyjs/gatsby/commit/d68148d2c37f72f5561d9b730654c44ec3b137f8))
12+
- **gatsby:** swap createRoot to new hydrateRoot ([#32181](https://github.com/gatsbyjs/gatsby/issues/32181)) ([0d78669](https://github.com/gatsbyjs/gatsby/commit/0d786693d99e1f0a035ab5b985082ad8a4242baa))
13+
614
# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0-next.1) (2021-07-02)
715

816
### Bug Fixes

packages/gatsby/package.json

+1-1
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.10.0-next.1",
4+
"version": "3.10.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)