Skip to content

Commit e652b60

Browse files
committed
chore(release): Publish
- [email protected] - [email protected]
1 parent 44175f6 commit e652b60

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.1.125](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.125) (2020-08-07)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.124](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.124) (2020-08-07)
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.1.124",
3+
"version": "0.1.125",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"csstype": "^2.6.10",
2020
"feedback-fish": "^0.1.12",
2121
"formik": "^2.1.4",
22-
"gatsby": "^2.24.35",
22+
"gatsby": "^2.24.36",
2323
"gatsby-interface": "0.0.183",
2424
"gatsby-plugin-typescript": "^2.4.17",
2525
"gatsby-plugin-webfonts": "^1.1.3",

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+
## [2.24.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.36) (2020-08-07)
7+
8+
### Features
9+
10+
- **gatsby:** add flag to disable schema rebuilding ([#26291](https://github.com/gatsbyjs/gatsby/issues/26291)) ([44175f6](https://github.com/gatsbyjs/gatsby/commit/44175f6))
11+
612
## [2.24.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.35) (2020-08-07)
713

814
**Note:** Version bump only for package gatsby

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

0 commit comments

Comments
 (0)