Skip to content

File tree

22 files changed

+28
-28
lines changed

22 files changed

+28
-28
lines changed

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "4.11.0-next.0",
4+
"version": "4.11.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-cxs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-cxs",
33
"description": "Gatsby plugin to add SSR support for ctx",
4-
"version": "4.11.0-next.0",
4+
"version": "4.11.0-next.1",
55
"author": "Chen-Tai Hou <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-feed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "4.11.0-next.0",
4+
"version": "4.11.0-next.1",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-fullstory/package.json

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

packages/gatsby-plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-analytics",
33
"description": "Gatsby plugin to add google analytics onto a site",
4-
"version": "4.11.0-next.0",
4+
"version": "4.11.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-google-gtag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-gtag",
33
"description": "Gatsby plugin to add google gtag onto a site",
4-
"version": "4.11.0-next.0",
4+
"version": "4.11.0-next.1",
55
"author": "Tyler Buchea <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-google-tagmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "4.11.0-next.0",
4+
"version": "4.11.0-next.1",
55
"author": "Thijs Koerselman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "2.11.0-next.0",
3+
"version": "2.11.0-next.1",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"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",

packages/gatsby-plugin-jss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-jss",
33
"description": "Gatsby plugin that adds SSR support for JSS",
4-
"version": "4.11.0-next.0",
4+
"version": "4.11.0-next.1",
55
"author": "Vladimir Guguiev <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "3.11.0-next.0",
3+
"version": "3.11.0-next.1",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)