Skip to content

Commit e157f29

Browse files
committed
chore(release): Publish next
- [email protected] - [email protected]
1 parent c21dac9 commit e157f29

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.1) (2020-12-11)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.0) (2020-12-10)
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.6.0-next.0",
3+
"version": "0.6.0-next.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.5",
23-
"gatsby": "^2.30.0-next.0",
23+
"gatsby": "^2.30.0-next.1",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.10.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby/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+
# [2.30.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.0-next.1) (2020-12-11)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** correct opt-in percentage for QUERY_ON_DEMAND and LAZY_IMAGES ([#28579](https://github.com/gatsbyjs/gatsby/issues/28579)) ([c21dac9](https://github.com/gatsbyjs/gatsby/commit/c21dac9e8cf97093e00889e850c5a441aef46bda))
11+
612
# [2.30.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.0-next.0) (2020-12-10)
713

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

0 commit comments

Comments
 (0)