diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 3345a61cb7b82..9e2ac3738ccdb 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "5.0.0-next.7", + "version": "5.0.0-next.8", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index f160eeb370d48..8e3c7d9e8503f 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "5.0.0-next.3", + "version": "5.0.0-next.4", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index c78b6462ec4de..61ba3acda747d 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-postcss", "description": "Gatsby plugin to handle PostCSS", - "version": "6.0.0-next.1", + "version": "6.0.0-next.2", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index 1176d7a3a4309..4aac11308e6b5 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "5.0.0-next.3", + "version": "5.0.0-next.4", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index d305bff31f5d3..ecdc406afc483 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "7.0.0-next.4", + "version": "7.0.0-next.5", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 5b56c5aca37ff..396f3a230dc94 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "6.0.0-next.4", + "version": "6.0.0-next.5", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index aeb2034060edc..56a3ab241e186 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": "5.0.0-next.8", + "version": "5.0.0-next.9", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -91,15 +91,15 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.1.0", - "gatsby-cli": "^5.0.0-next.7", + "gatsby-cli": "^5.0.0-next.8", "gatsby-core-utils": "^4.0.0-next.2", "gatsby-graphiql-explorer": "^3.0.0-next.1", "gatsby-legacy-polyfills": "^3.0.0-next.0", - "gatsby-link": "^5.0.0-next.3", + "gatsby-link": "^5.0.0-next.4", "gatsby-page-utils": "^3.0.0-next.3", "gatsby-parcel-config": "1.0.0-next.2", "gatsby-plugin-page-creator": "^5.0.0-next.4", - "gatsby-plugin-typescript": "^5.0.0-next.3", + "gatsby-plugin-typescript": "^5.0.0-next.4", "gatsby-plugin-utils": "^4.0.0-next.3", "gatsby-react-router-scroll": "^6.0.0-next.1", "gatsby-script": "^2.0.0-next.1",