From 4c4222a96b7080ffba7c480490e2e12fc9cb7d09 Mon Sep 17 00:00:00 2001 From: LekoArts Date: Thu, 6 Oct 2022 10:49:30 +0200 Subject: [PATCH] chore(release): Publish - gatsby-parcel-config@0.15.1 - gatsby@4.24.2 --- packages/gatsby-parcel-config/package.json | 2 +- packages/gatsby/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gatsby-parcel-config/package.json b/packages/gatsby-parcel-config/package.json index 42a39b9ad907c..fe34b8a547454 100644 --- a/packages/gatsby-parcel-config/package.json +++ b/packages/gatsby-parcel-config/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-parcel-config", "main": "lib/index.json", - "version": "0.15.0", + "version": "0.15.1", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme", "description": "A minimal Parcel config for use in Gatsby", "repository": { diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index a10bf896aefc3..03ed6eaf5d68e 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": "4.24.1", + "version": "4.24.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -96,7 +96,7 @@ "gatsby-legacy-polyfills": "^2.24.0", "gatsby-link": "^4.24.0", "gatsby-page-utils": "^2.24.0", - "gatsby-parcel-config": "0.15.0", + "gatsby-parcel-config": "0.15.1", "gatsby-plugin-page-creator": "^4.24.0", "gatsby-plugin-typescript": "^4.24.0", "gatsby-plugin-utils": "^3.18.0",