Skip to content

File tree

24 files changed

+31
-31
lines changed

24 files changed

+31
-31
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.24.0-next.1",
4+
"version": "4.24.0-next.2",
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.24.0-next.0",
4+
"version": "4.24.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.24.0-next.0",
4+
"version": "4.24.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.24.0-next.0",
3+
"version": "4.24.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.24.0-next.0",
4+
"version": "4.24.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.24.0-next.0",
4+
"version": "4.24.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.24.0-next.0",
4+
"version": "4.24.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.24.0-next.0",
3+
"version": "2.24.0-next.1",
44
"scripts": {
55
"build": "npm-run-all --npm-path npm -s clean -p build:*",
66
"postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"client export\"",

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.24.0-next.0",
4+
"version": "4.24.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": "4.3.0-next.1",
3+
"version": "4.3.0-next.2",
44
"description": "MDX integration for Gatsby",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)