diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 3a0e35eb57b66..6597ae08d7b4c 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "2.7.0-next.1", + "version": "2.7.0-next.2", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index ca597686246eb..fe56cebe5a1f6 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": "4.7.0-next.1", + "version": "4.7.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -25,7 +25,7 @@ "common-tags": "^1.8.2", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^2.7.0-next.1", + "create-gatsby": "^2.7.0-next.2", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 382f4007174b7..3b79aac3febc4 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": "4.7.0-next.1", + "version": "4.7.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "@types/reach__router": "^1.3.9", - "gatsby-page-utils": "^2.7.0-next.1", + "gatsby-page-utils": "^2.7.0-next.2", "prop-types": "^15.7.2" }, "devDependencies": { diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 74493aeb08645..05dbc28642d52 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "2.7.0-next.1", + "version": "2.7.0-next.2", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index c3a44173d4b37..1c02708668355 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "4.7.0-next.1", + "version": "4.7.0-next.2", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index dc14de8e0edeb..b05361eaeb623 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "4.7.0-next.1", + "version": "4.7.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index e8c828b9e384f..d3b59f30a3c35 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "4.7.0-next.1", + "version": "4.7.0-next.2", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", "gatsby-core-utils": "^3.7.0-next.0", - "gatsby-page-utils": "^2.7.0-next.1", + "gatsby-page-utils": "^2.7.0-next.2", "gatsby-plugin-utils": "^3.1.0-next.0", "gatsby-telemetry": "^3.7.0-next.0", "globby": "^11.0.4", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 0b171af4580a2..12f5975bc5aae 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": "6.7.0-next.1", + "version": "6.7.0-next.2", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 006e1c6c5a564..2d5f6c39f3683 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-react-docgen", "description": "Expose React component metadata and prop information as GraphQL types", - "version": "7.7.0-next.1", + "version": "7.7.0-next.2", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 0f554deb3f183..7a1be1f23fa93 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.7.0-next.1", + "version": "4.7.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -77,13 +77,13 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^4.7.0-next.1", + "gatsby-cli": "^4.7.0-next.2", "gatsby-core-utils": "^3.7.0-next.0", "gatsby-graphiql-explorer": "^2.7.0-next.0", "gatsby-legacy-polyfills": "^2.7.0-next.0", - "gatsby-link": "^4.7.0-next.1", - "gatsby-page-utils": "^2.7.0-next.1", - "gatsby-plugin-page-creator": "^4.7.0-next.1", + "gatsby-link": "^4.7.0-next.2", + "gatsby-page-utils": "^2.7.0-next.2", + "gatsby-plugin-page-creator": "^4.7.0-next.2", "gatsby-plugin-typescript": "^4.7.0-next.0", "gatsby-plugin-utils": "^3.1.0-next.0", "gatsby-react-router-scroll": "^5.7.0-next.0",