From 4533d2fdd3a48a81d6d590b3d98f56a7a9107728 Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Tue, 15 Sep 2020 09:20:22 +0200 Subject: [PATCH] chore(release): Publish - gatsby-admin@0.1.149 - gatsby@2.24.60 --- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 6 ++++++ packages/gatsby/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 3a60685f62d3f..82be60d489520 100644 --- a/packages/gatsby-admin/CHANGELOG.md +++ b/packages/gatsby-admin/CHANGELOG.md @@ -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/gatsby-admin@0.1.148...gatsby-admin@0.1.149) (2020-09-15) + +**Note:** Version bump only for package gatsby-admin + ## [0.1.148](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.147...gatsby-admin@0.1.148) (2020-09-15) ### Features diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 25a234f4188e8..a2de68d3d327b 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.1.148", + "version": "0.1.149", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -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", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index c92f7d1496201..97c4c752dcf7f 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -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/gatsby@2.24.59...gatsby@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/gatsby@2.24.58...gatsby@2.24.59) (2020-09-15) **Note:** Version bump only for package gatsby diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 222fb8997bb8f..7da12f38792cd 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -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 ", "bin": { "gatsby": "./cli.js"