Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Sep 15, 2020
1 parent d153729 commit 4533d2f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.149](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.149) (2020-09-15)

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

## [0.1.148](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.148) (2020-09-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.1.148",
"version": "0.1.149",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"csstype": "^2.6.10",
"feedback-fish": "^0.1.12",
"formik": "^2.1.4",
"gatsby": "^2.24.59",
"gatsby": "^2.24.60",
"gatsby-interface": "0.0.183",
"gatsby-plugin-typescript": "^2.4.20",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [2.24.60](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.60) (2020-09-15)

### Bug Fixes

- **gatsby:** resend pageData when socket disconnect ([#26868](https://github.com/gatsbyjs/gatsby/issues/26868)) ([d153729](https://github.com/gatsbyjs/gatsby/commit/d1537293e27616079c78e8fcd3f29cae131d057f))

## [2.24.59](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.59) (2020-09-15)

**Note:** Version bump only for package gatsby
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.24.59",
"version": "2.24.60",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 4533d2f

Please sign in to comment.