Skip to content

Commit 201c181

Browse files

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

packages/create-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "2.7.0-next.1",
3+
"version": "2.7.0-next.2",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",

packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "4.7.0-next.1",
4+
"version": "4.7.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -25,7 +25,7 @@
2525
"common-tags": "^1.8.2",
2626
"configstore": "^5.0.1",
2727
"convert-hrtime": "^3.0.0",
28-
"create-gatsby": "^2.7.0-next.1",
28+
"create-gatsby": "^2.7.0-next.2",
2929
"envinfo": "^7.8.1",
3030
"execa": "^5.1.1",
3131
"fs-exists-cached": "^1.0.0",

packages/gatsby-link/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "4.7.0-next.1",
4+
"version": "4.7.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"@types/reach__router": "^1.3.9",
12-
"gatsby-page-utils": "^2.7.0-next.1",
12+
"gatsby-page-utils": "^2.7.0-next.2",
1313
"prop-types": "^15.7.2"
1414
},
1515
"devDependencies": {

packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "2.7.0-next.1",
3+
"version": "2.7.0-next.2",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gatsby-plugin-fullstory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-fullstory",
3-
"version": "4.7.0-next.1",
3+
"version": "4.7.0-next.2",
44
"description": "Plugin to add the tracking code for Fullstory.com",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-gatsby-cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "4.7.0-next.1",
4+
"version": "4.7.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-page-creator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "4.7.0-next.1",
3+
"version": "4.7.0-next.2",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"chokidar": "^3.5.2",
3131
"fs-exists-cached": "^1.0.0",
3232
"gatsby-core-utils": "^3.7.0-next.0",
33-
"gatsby-page-utils": "^2.7.0-next.1",
33+
"gatsby-page-utils": "^2.7.0-next.2",
3434
"gatsby-plugin-utils": "^3.1.0-next.0",
3535
"gatsby-telemetry": "^3.7.0-next.0",
3636
"globby": "^11.0.4",

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "6.7.0-next.1",
5+
"version": "6.7.0-next.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/gatsby-transformer-react-docgen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-react-docgen",
33
"description": "Expose React component metadata and prop information as GraphQL types",
4-
"version": "7.7.0-next.1",
4+
"version": "7.7.0-next.2",
55
"author": "Jason Quense <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "4.7.0-next.1",
4+
"version": "4.7.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -77,13 +77,13 @@
7777
"find-cache-dir": "^3.3.2",
7878
"fs-exists-cached": "1.0.0",
7979
"fs-extra": "^10.0.0",
80-
"gatsby-cli": "^4.7.0-next.1",
80+
"gatsby-cli": "^4.7.0-next.2",
8181
"gatsby-core-utils": "^3.7.0-next.0",
8282
"gatsby-graphiql-explorer": "^2.7.0-next.0",
8383
"gatsby-legacy-polyfills": "^2.7.0-next.0",
84-
"gatsby-link": "^4.7.0-next.1",
85-
"gatsby-page-utils": "^2.7.0-next.1",
86-
"gatsby-plugin-page-creator": "^4.7.0-next.1",
84+
"gatsby-link": "^4.7.0-next.2",
85+
"gatsby-page-utils": "^2.7.0-next.2",
86+
"gatsby-plugin-page-creator": "^4.7.0-next.2",
8787
"gatsby-plugin-typescript": "^4.7.0-next.0",
8888
"gatsby-plugin-utils": "^3.1.0-next.0",
8989
"gatsby-react-router-scroll": "^5.7.0-next.0",

0 commit comments

Comments
 (0)