Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - create-gatsby@2.7.0-next.2
 - gatsby-cli@4.7.0-next.2
 - gatsby-link@4.7.0-next.2
 - gatsby-page-utils@2.7.0-next.2
 - gatsby-plugin-fullstory@4.7.0-next.2
 - gatsby-plugin-gatsby-cloud@4.7.0-next.2
 - gatsby-plugin-page-creator@4.7.0-next.2
 - gatsby-source-wordpress@6.7.0-next.2
 - gatsby-transformer-react-docgen@7.7.0-next.2
 - gatsby@4.7.0-next.2
  • Loading branch information
wardpeet committed Jan 28, 2022
1 parent e9fbf8d commit 201c181
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-fullstory/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "6.7.0-next.1",
"version": "6.7.0-next.2",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-react-docgen/package.json
Original file line number Diff line number Diff line change
@@ -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 <monastic.panic@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 201c181

Please sign in to comment.