Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - babel-plugin-remove-graphql-queries@4.12.0-next.2
 - babel-preset-gatsby@2.12.0-next.2
 - create-gatsby@2.12.0-next.2
 - gatsby-cli@4.12.0-next.2
 - gatsby-core-utils@3.12.0-next.2
 - gatsby-dev-cli@4.12.0-next.1
 - gatsby-link@4.12.0-next.2
 - gatsby-page-utils@2.12.0-next.2
 - gatsby-plugin-benchmark-reporting@2.12.0-next.2
 - gatsby-plugin-cxs@4.12.0-next.2
 - gatsby-plugin-feed@4.12.0-next.2
 - gatsby-plugin-flow@3.12.0-next.2
 - gatsby-plugin-gatsby-cloud@4.12.0-next.2
 - gatsby-plugin-google-gtag@4.12.0-next.1
 - gatsby-plugin-google-tagmanager@4.12.0-next.2
 - gatsby-plugin-image@2.12.0-next.2
 - gatsby-plugin-manifest@4.12.0-next.2
 - gatsby-plugin-mdx@3.12.0-next.2
 - gatsby-plugin-offline@5.12.0-next.2
 - gatsby-plugin-page-creator@4.12.0-next.2
 - gatsby-plugin-preact@6.12.0-next.1
 - gatsby-plugin-preload-fonts@3.12.0-next.2
 - gatsby-plugin-sass@5.12.0-next.2
 - gatsby-plugin-sharp@4.12.0-next.2
 - gatsby-plugin-sitemap@5.12.0-next.2
 - gatsby-plugin-twitter@4.12.0-next.2
 - gatsby-plugin-typescript@4.12.0-next.2
 - gatsby-plugin-utils@3.6.0-next.2
 - gatsby-react-router-scroll@5.12.0-next.1
 - gatsby-remark-autolink-headers@5.12.0-next.2
 - gatsby-remark-code-repls@6.12.0-next.1
 - gatsby-remark-copy-linked-files@5.12.0-next.1
 - gatsby-remark-images-contentful@5.12.0-next.1
 - gatsby-remark-images@6.12.0-next.2
 - gatsby-sharp@0.6.0-next.1
 - gatsby-source-contentful@7.10.0-next.3
 - gatsby-source-drupal@5.12.0-next.2
 - gatsby-source-filesystem@4.12.0-next.2
 - gatsby-source-graphql@4.12.0-next.2
 - gatsby-source-shopify@7.1.0-next.2
 - gatsby-source-wordpress@6.12.0-next.2
 - gatsby-telemetry@3.12.0-next.2
 - gatsby-transformer-remark@5.12.0-next.2
 - gatsby-transformer-sharp@4.12.0-next.1
 - gatsby-transformer-sqip@4.12.0-next.2
 - gatsby@4.12.0-next.2
  • Loading branch information
LekoArts committed Apr 1, 2022
1 parent 0b712c4 commit da4d313
Show file tree
Hide file tree
Showing 46 changed files with 119 additions and 119 deletions.
4 changes: 2 additions & 2 deletions packages/babel-plugin-remove-graphql-queries/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "4.12.0-next.1",
"version": "4.12.0-next.2",
"author": "Jason Quense <monastic.panic@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.12.0-next.1"
"gatsby-core-utils": "^3.12.0-next.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "2.12.0-next.1",
"version": "2.12.0-next.2",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"gatsby-legacy-polyfills": "^2.12.0-next.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "2.12.0-next.1",
"version": "2.12.0-next.2",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"eslint": "^7.32.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"gatsby-plugin-utils": "^3.6.0-next.1",
"gatsby-plugin-utils": "^3.6.0-next.2",
"joi": "^17.4.2",
"microbundle": "^0.14.2",
"node-fetch": "^2.6.6",
Expand Down
8 changes: 4 additions & 4 deletions 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.12.0-next.1",
"version": "4.12.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -26,13 +26,13 @@
"common-tags": "^1.8.2",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^2.12.0-next.1",
"create-gatsby": "^2.12.0-next.2",
"envinfo": "^7.8.1",
"execa": "^5.1.1",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-telemetry": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"gatsby-telemetry": "^3.12.0-next.2",
"hosted-git-info": "^3.0.8",
"is-valid-path": "^0.1.1",
"joi": "^17.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
"version": "3.12.0-next.1",
"version": "3.12.0-next.2",
"description": "A collection of gatsby utils used in different gatsby packages",
"keywords": [
"gatsby",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "4.12.0-next.0",
"version": "4.12.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-link/package.json
@@ -1,15 +1,15 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "4.12.0-next.1",
"version": "4.12.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.10",
"gatsby-page-utils": "^2.12.0-next.1",
"gatsby-page-utils": "^2.12.0-next.2",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-page-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "2.12.0-next.1",
"version": "2.12.0-next.2",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"bluebird": "^3.7.2",
"chokidar": "^3.5.2",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-benchmark-reporting/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-benchmark-reporting",
"description": "Gatsby Benchmark Reporting",
"version": "2.12.0-next.1",
"version": "2.12.0-next.2",
"author": "Peter van der Zee <pvdz@github>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"fast-glob": "^3.2.11",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"node-fetch": "^2.6.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-cxs/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-cxs",
"description": "Gatsby plugin to add SSR support for ctx",
"version": "4.12.0-next.1",
"version": "4.12.0-next.2",
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -15,7 +15,7 @@
"babel-preset-gatsby-package": "^2.12.0-next.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
"gatsby-plugin-utils": "^3.6.0-next.1"
"gatsby-plugin-utils": "^3.6.0-next.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-feed/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
"version": "4.12.0-next.1",
"version": "4.12.0-next.2",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.2",
"fs-extra": "^10.0.0",
"gatsby-plugin-utils": "^3.6.0-next.1",
"gatsby-plugin-utils": "^3.6.0-next.2",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-flow/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-flow",
"version": "3.12.0-next.1",
"version": "3.12.0-next.2",
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.12.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.6.0-next.1"
"gatsby-plugin-utils": "^3.6.0-next.2"
},
"peerDependencies": {
"gatsby": "^4.0.0-next"
Expand Down
6 changes: 3 additions & 3 deletions 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.12.0-next.1",
"version": "4.12.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,8 +10,8 @@
"@babel/runtime": "^7.15.4",
"date-fns": "^2.28.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-telemetry": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"gatsby-telemetry": "^3.12.0-next.2",
"js-cookie": "^3.0.1",
"kebab-hash": "^0.1.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-gtag/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-gtag",
"description": "Gatsby plugin to add google gtag onto a site",
"version": "4.12.0-next.0",
"version": "4.12.0-next.1",
"author": "Tyler Buchea <tyler@buchea.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-google-tagmanager/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "4.12.0-next.1",
"version": "4.12.0-next.2",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -15,7 +15,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.12.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.6.0-next.1"
"gatsby-plugin-utils": "^3.6.0-next.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "2.12.0-next.1",
"version": "2.12.0-next.2",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
Expand Down Expand Up @@ -78,12 +78,12 @@
"@babel/runtime": "^7.15.4",
"@babel/traverse": "^7.15.4",
"babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^4.12.0-next.1",
"babel-plugin-remove-graphql-queries": "^4.12.0-next.2",
"camelcase": "^5.3.1",
"chokidar": "^3.5.2",
"common-tags": "^1.8.2",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"objectFitPolyfill": "^2.3.5",
"prop-types": "^15.8.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-manifest/package.json
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "4.12.0-next.1",
"version": "4.12.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-plugin-utils": "^3.6.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"gatsby-plugin-utils": "^3.6.0-next.2",
"semver": "^7.3.5",
"sharp": "^0.30.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "3.12.0-next.1",
"version": "3.12.0-next.2",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"gray-matter": "^4.0.2",
"json5": "^2.1.3",
"loader-utils": "^1.4.0",
Expand All @@ -63,7 +63,7 @@
"devDependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"gatsby-plugin-utils": "^3.6.0-next.1",
"gatsby-plugin-utils": "^3.6.0-next.2",
"js-combinatorics": "^1.4.5",
"react-test-renderer": "^16.13.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-offline/package.json
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "5.12.0-next.1",
"version": "5.12.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"glob": "^7.2.0",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",
Expand All @@ -21,7 +21,7 @@
"babel-preset-gatsby-package": "^2.12.0-next.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.6.0-next.1",
"gatsby-plugin-utils": "^3.6.0-next.2",
"rewire": "^6.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-plugin-page-creator/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "4.12.0-next.1",
"version": "4.12.0-next.2",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.2",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-page-utils": "^2.12.0-next.1",
"gatsby-plugin-utils": "^3.6.0-next.1",
"gatsby-telemetry": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"gatsby-page-utils": "^2.12.0-next.2",
"gatsby-plugin-utils": "^3.6.0-next.2",
"gatsby-telemetry": "^3.12.0-next.2",
"globby": "^11.1.0",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preact/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preact",
"description": "A Gatsby plugin which replaces React with Preact",
"version": "6.12.0-next.0",
"version": "6.12.0-next.1",
"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-preload-fonts/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preload-fonts",
"description": "Gatsby plugin for preloading fonts per page",
"version": "3.12.0-next.1",
"version": "3.12.0-next.2",
"author": "Aaron Ross <superhawk610@gmail.com>",
"main": "index.js",
"bin": {
Expand All @@ -15,7 +15,7 @@
"chalk": "^4.1.2",
"date-fns": "^2.28.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.12.0-next.1",
"gatsby-core-utils": "^3.12.0-next.2",
"graphql-request": "^1.8.2",
"progress": "^2.0.3",
"puppeteer": "^3.3.0"
Expand Down

0 comments on commit da4d313

Please sign in to comment.