Skip to content

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "5.15.0-next.0",
4+
"version": "5.15.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby-link/package.json

Lines changed: 2 additions & 2 deletions
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": "5.15.0-next.0",
4+
"version": "5.15.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@types/reach__router": "^1.3.10",
26-
"gatsby-page-utils": "^3.15.0-next.0",
26+
"gatsby-page-utils": "^3.15.0-next.1",
2727
"prop-types": "^15.8.1"
2828
},
2929
"devDependencies": {

packages/gatsby-page-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "3.15.0-next.0",
3+
"version": "3.15.0-next.1",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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": "3.15.0-next.0",
3+
"version": "3.15.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=\"use client\"",

packages/gatsby-plugin-page-creator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "5.15.0-next.0",
3+
"version": "5.15.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"fs-exists-cached": "^1.0.0",
3232
"fs-extra": "^11.2.0",
3333
"gatsby-core-utils": "^4.15.0-next.0",
34-
"gatsby-page-utils": "^3.15.0-next.0",
34+
"gatsby-page-utils": "^3.15.0-next.1",
3535
"gatsby-plugin-utils": "^4.15.0-next.0",
3636
"globby": "^11.1.0",
3737
"lodash": "^4.17.21"

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "5.15.0-next.0",
4+
"version": "5.15.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -25,7 +25,7 @@
2525
"@babel/core": "^7.20.12",
2626
"babel-preset-gatsby-package": "^3.15.0-next.0",
2727
"cross-env": "^7.0.3",
28-
"gatsby-plugin-image": "^3.15.0-next.0"
28+
"gatsby-plugin-image": "^3.15.0-next.1"
2929
},
3030
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3131
"keywords": [

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "8.16.0-next.0",
4+
"version": "8.16.0-next.1",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,7 +17,7 @@
1717
"fs-extra": "^11.2.0",
1818
"gatsby-core-utils": "^4.15.0-next.0",
1919
"gatsby-plugin-utils": "^4.15.0-next.0",
20-
"gatsby-source-filesystem": "^5.15.0-next.0",
20+
"gatsby-source-filesystem": "^5.15.0-next.1",
2121
"is-online": "^10.0.0",
2222
"json-stringify-safe": "^5.0.1",
2323
"lodash": "^4.17.21",

packages/gatsby-source-drupal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "6.15.0-next.0",
4+
"version": "6.15.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"body-parser": "^1.20.3",
1515
"fastq": "^1.17.1",
1616
"gatsby-plugin-utils": "^4.15.0-next.0",
17-
"gatsby-source-filesystem": "^5.15.0-next.0",
17+
"gatsby-source-filesystem": "^5.15.0-next.1",
1818
"got": "^11.8.6",
1919
"http2-wrapper": "^2.2.1",
2020
"lodash": "^4.17.21",

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
4-
"version": "5.15.0-next.0",
4+
"version": "5.15.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "8.15.0-next.1",
3+
"version": "9.0.0-next.0",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -26,7 +26,7 @@
2626
"@babel/runtime": "^7.20.13",
2727
"gatsby-core-utils": "^4.15.0-next.0",
2828
"gatsby-plugin-utils": "^4.15.0-next.0",
29-
"gatsby-source-filesystem": "^5.15.0-next.0",
29+
"gatsby-source-filesystem": "^5.15.0-next.1",
3030
"node-fetch": "^2.6.11",
3131
"sharp": "^0.32.6",
3232
"shift-left": "^0.1.5"
@@ -35,7 +35,7 @@
3535
"@types/node": "^18.17.19",
3636
"@types/node-fetch": "^2.6.4",
3737
"cross-env": "^7.0.3",
38-
"gatsby-plugin-image": "^3.15.0-next.0",
38+
"gatsby-plugin-image": "^3.15.0-next.1",
3939
"msw": "^1.2.2",
4040
"prettier": "^2.8.8",
4141
"prettier-check": "^2.0.0",

0 commit comments

Comments
 (0)