Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@2.11.0-next.2
 - create-gatsby@2.11.0-next.2
 - gatsby-cli@4.11.0-next.2
 - gatsby-codemods@3.11.0-next.1
 - gatsby-design-tokens@4.11.0-next.1
 - gatsby-dev-cli@4.11.0-next.1
 - gatsby-link@4.11.0-next.3
 - gatsby-plugin-catch-links@4.11.0-next.1
 - gatsby-plugin-cxs@4.11.0-next.3
 - gatsby-plugin-feed@4.11.0-next.3
 - gatsby-plugin-flow@3.11.0-next.2
 - gatsby-plugin-gatsby-cloud@4.11.0-next.2
 - gatsby-plugin-google-analytics@4.11.0-next.2
 - gatsby-plugin-google-gtag@4.11.0-next.2
 - gatsby-plugin-google-tagmanager@4.11.0-next.3
 - gatsby-plugin-layout@3.11.0-next.1
 - gatsby-plugin-manifest@4.11.0-next.2
 - gatsby-plugin-mdx@3.11.0-next.3
 - gatsby-plugin-netlify-cms@6.11.0-next.2
 - gatsby-plugin-offline@5.11.0-next.3
 - gatsby-plugin-page-creator@4.11.0-next.2
 - gatsby-plugin-preact@6.11.0-next.1
 - gatsby-plugin-react-css-modules@4.11.0-next.1
 - gatsby-plugin-sass@5.11.0-next.2
 - gatsby-plugin-sharp@4.11.0-next.3
 - gatsby-plugin-sitemap@5.11.0-next.3
 - gatsby-plugin-twitter@4.11.0-next.2
 - gatsby-plugin-typescript@4.11.0-next.2
 - gatsby-plugin-typography@4.11.0-next.2
 - gatsby-plugin-utils@3.5.0-next.2
 - gatsby-remark-autolink-headers@5.11.0-next.3
 - gatsby-remark-copy-linked-files@5.11.0-next.1
 - gatsby-remark-custom-blocks@4.11.0-next.1
 - gatsby-remark-embed-snippet@7.11.0-next.1
 - gatsby-remark-images@6.11.0-next.2
 - gatsby-remark-katex@6.11.0-next.1
 - gatsby-remark-prismjs@6.11.0-next.1
 - gatsby-source-contentful@7.9.0-next.2
 - gatsby-source-drupal@5.11.0-next.2
 - gatsby-source-filesystem@4.11.0-next.2
 - gatsby-source-lever@4.11.0-next.1
 - gatsby-source-shopify@6.11.0-next.3
 - gatsby-source-wordpress@6.11.0-next.3
 - gatsby-transformer-documentationjs@6.11.0-next.1
 - gatsby-transformer-remark@5.11.0-next.2
 - gatsby-transformer-screenshot@4.11.0-next.1
 - gatsby-transformer-sharp@4.11.0-next.1
 - gatsby-transformer-sqip@4.11.0-next.3
 - gatsby@4.11.0-next.3
  • Loading branch information
wardpeet committed Mar 21, 2022
1 parent 8de18e7 commit a9fd6be
Show file tree
Hide file tree
Showing 49 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "2.11.0-next.1",
"version": "2.11.0-next.2",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "2.11.0-next.1",
"version": "2.11.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.5.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.2",
"joi": "^17.4.2",
"microbundle": "^0.14.2",
"node-fetch": "^2.6.6",
Expand Down
4 changes: 2 additions & 2 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.11.0-next.1",
"version": "4.11.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -26,7 +26,7 @@
"common-tags": "^1.8.2",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^2.11.0-next.1",
"create-gatsby": "^2.11.0-next.2",
"envinfo": "^7.8.1",
"execa": "^5.1.1",
"fs-exists-cached": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-codemods/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-codemods",
"version": "3.11.0-next.0",
"version": "3.11.0-next.1",
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-design-tokens",
"version": "4.11.0-next.0",
"version": "4.11.0-next.1",
"description": "Gatsby Design Tokens",
"main": "dist/index.js",
"module": "dist/index.esm.js",
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.11.0-next.0",
"version": "4.11.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0-next.2",
"version": "4.11.0-next.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-catch-links/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-catch-links",
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
"version": "4.11.0-next.0",
"version": "4.11.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-cxs/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-cxs",
"description": "Gatsby plugin to add SSR support for ctx",
"version": "4.11.0-next.2",
"version": "4.11.0-next.3",
"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.11.0-next.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
"gatsby-plugin-utils": "^3.5.0-next.1"
"gatsby-plugin-utils": "^3.5.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.11.0-next.2",
"version": "4.11.0-next.3",
"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.5.0-next.1",
"gatsby-plugin-utils": "^3.5.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.11.0-next.1",
"version": "3.11.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.11.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.5.0-next.1"
"gatsby-plugin-utils": "^3.5.0-next.2"
},
"peerDependencies": {
"gatsby": "^4.0.0-next"
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0-next.1",
"version": "4.11.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-analytics",
"description": "Gatsby plugin to add google analytics onto a site",
"version": "4.11.0-next.1",
"version": "4.11.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.11.0-next.1",
"version": "4.11.0-next.2",
"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.11.0-next.2",
"version": "4.11.0-next.3",
"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.11.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.5.0-next.1"
"gatsby-plugin-utils": "^3.5.0-next.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-layout/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-layout",
"version": "3.11.0-next.0",
"version": "3.11.0-next.1",
"description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.11.0-next.1",
"version": "4.11.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.11.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.2",
"semver": "^7.3.5",
"sharp": "^0.30.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "3.11.0-next.2",
"version": "3.11.0-next.3",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"gatsby-plugin-utils": "^3.5.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.2",
"js-combinatorics": "^1.4.5",
"react-test-renderer": "^16.13.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"version": "6.11.0-next.1",
"version": "6.11.0-next.2",
"author": "Shawn Erquhart <shawn@erquh.art>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "5.11.0-next.2",
"version": "5.11.0-next.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -21,7 +21,7 @@
"babel-preset-gatsby-package": "^2.11.0-next.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.5.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.2",
"rewire": "^6.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "4.11.0-next.1",
"version": "4.11.0-next.2",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.11.0-next.1",
"gatsby-page-utils": "^2.11.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.2",
"gatsby-telemetry": "^3.11.0-next.1",
"globby": "^11.0.4",
"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.11.0-next.0",
"version": "6.11.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-react-css-modules/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-react-css-modules",
"description": "Gatsby plugin that transforms styleName to className using compile time CSS module resolution",
"version": "4.11.0-next.0",
"version": "4.11.0-next.1",
"author": "Ming Aldrich-Gan <mingaldrichgan@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sass/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle SCSS/Sass files",
"version": "5.11.0-next.1",
"version": "5.11.0-next.2",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,7 +17,7 @@
"autoprefixer": "^10.4.2",
"babel-preset-gatsby-package": "^2.11.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.5.0-next.1"
"gatsby-plugin-utils": "^3.5.0-next.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "4.11.0-next.2",
"version": "4.11.0-next.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"filenamify": "^4.3.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.11.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.1",
"gatsby-plugin-utils": "^3.5.0-next.2",
"gatsby-telemetry": "^3.11.0-next.1",
"got": "^11.8.3",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sitemap/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sitemap",
"description": "Gatsby plugin that automatically creates a sitemap for your site",
"version": "5.11.0-next.2",
"version": "5.11.0-next.3",
"contributors": [
"Alex Moon <alex.jared.moon@gmail.com>",
"Nicholas Young <nicholas@nicholaswyoung.com>"
Expand All @@ -20,7 +20,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.11.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.5.0-next.1"
"gatsby-plugin-utils": "^3.5.0-next.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-twitter/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-twitter",
"description": "Loads the Twitter JavaScript for embedding tweets.",
"version": "4.11.0-next.1",
"version": "4.11.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.11.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.5.0-next.1"
"gatsby-plugin-utils": "^3.5.0-next.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
"version": "4.11.0-next.1",
"version": "4.11.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typography/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typography",
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
"version": "4.11.0-next.1",
"version": "4.11.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-utils",
"version": "3.5.0-next.1",
"version": "3.5.0-next.2",
"description": "Gatsby utils that help creating plugins",
"main": "dist/index.js",
"exports": {
Expand Down

0 comments on commit a9fd6be

Please sign in to comment.