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",