diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index da000c9a29130..2da2ccf3d406d 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "5.15.0-next.0", + "version": "5.15.0-next.1", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 8311fe78ddbab..2560a8586a4ed 100644 --- a/packages/gatsby-link/package.json +++ b/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": "5.15.0-next.0", + "version": "5.15.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -23,7 +23,7 @@ }, "dependencies": { "@types/reach__router": "^1.3.10", - "gatsby-page-utils": "^3.15.0-next.0", + "gatsby-page-utils": "^3.15.0-next.1", "prop-types": "^15.8.1" }, "devDependencies": { diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 133011785719c..f2f545110bb77 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "3.15.0-next.0", + "version": "3.15.0-next.1", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 0e11c6a7302ba..067ee8b98cf1a 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "3.15.0-next.0", + "version": "3.15.0-next.1", "scripts": { "build": "npm-run-all --npm-path npm -s clean -p build:*", "postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"use client\"", diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index cc4d6fc6f4046..546cf5031b4f4 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "5.15.0-next.0", + "version": "5.15.0-next.1", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -31,7 +31,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^11.2.0", "gatsby-core-utils": "^4.15.0-next.0", - "gatsby-page-utils": "^3.15.0-next.0", + "gatsby-page-utils": "^3.15.0-next.1", "gatsby-plugin-utils": "^4.15.0-next.0", "globby": "^11.1.0", "lodash": "^4.17.21" diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index fb90a4a2b2f36..30e2d6671c0fe 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/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": "5.15.0-next.0", + "version": "5.15.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -25,7 +25,7 @@ "@babel/core": "^7.20.12", "babel-preset-gatsby-package": "^3.15.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^3.15.0-next.0" + "gatsby-plugin-image": "^3.15.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index c80a9d0ae2687..d9e0d479312be 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "8.16.0-next.0", + "version": "8.16.0-next.1", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "fs-extra": "^11.2.0", "gatsby-core-utils": "^4.15.0-next.0", "gatsby-plugin-utils": "^4.15.0-next.0", - "gatsby-source-filesystem": "^5.15.0-next.0", + "gatsby-source-filesystem": "^5.15.0-next.1", "is-online": "^10.0.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 47c35d3efc4d0..abfb6cb01e5c1 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "6.15.0-next.0", + "version": "6.15.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "body-parser": "^1.20.3", "fastq": "^1.17.1", "gatsby-plugin-utils": "^4.15.0-next.0", - "gatsby-source-filesystem": "^5.15.0-next.0", + "gatsby-source-filesystem": "^5.15.0-next.1", "got": "^11.8.6", "http2-wrapper": "^2.2.1", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index ad13050cd2092..f4cdef819244f 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "5.15.0-next.0", + "version": "5.15.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 0df36b92ab966..333bbc9584cbb 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "8.15.0-next.1", + "version": "9.0.0-next.0", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -26,7 +26,7 @@ "@babel/runtime": "^7.20.13", "gatsby-core-utils": "^4.15.0-next.0", "gatsby-plugin-utils": "^4.15.0-next.0", - "gatsby-source-filesystem": "^5.15.0-next.0", + "gatsby-source-filesystem": "^5.15.0-next.1", "node-fetch": "^2.6.11", "sharp": "^0.32.6", "shift-left": "^0.1.5" @@ -35,7 +35,7 @@ "@types/node": "^18.17.19", "@types/node-fetch": "^2.6.4", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^3.15.0-next.0", + "gatsby-plugin-image": "^3.15.0-next.1", "msw": "^1.2.2", "prettier": "^2.8.8", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 750cfe736d680..0d38f5923fa46 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "7.15.0-next.0", + "version": "7.15.0-next.1", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -30,7 +30,7 @@ "gatsby-core-utils": "^4.15.0-next.0", "gatsby-plugin-catch-links": "^5.15.0-next.0", "gatsby-plugin-utils": "^4.15.0-next.0", - "gatsby-source-filesystem": "^5.15.0-next.0", + "gatsby-source-filesystem": "^5.15.0-next.1", "glob": "^7.2.3", "got": "^11.8.6", "immer": "^9.0.21", @@ -58,7 +58,7 @@ "babel-preset-gatsby": "^3.15.0-next.0", "babel-preset-gatsby-package": "^3.15.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^3.15.0-next.0", + "gatsby-plugin-image": "^3.15.0-next.1", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", "rimraf": "^3.0.2", diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index f020cedf657c5..ad9ca72107c04 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "5.15.0-next.0", + "version": "5.15.0-next.1", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.20.13", "fs-extra": "^11.2.0", "gatsby-core-utils": "^4.15.0-next.0", - "gatsby-plugin-sharp": "^5.15.0-next.0", + "gatsby-plugin-sharp": "^5.15.0-next.1", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.4.4", "p-queue": "^6.6.2", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 7bd7e21df771a..df1ad01b1c162 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "5.15.0-next.0", + "version": "5.15.0-next.1", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -95,10 +95,10 @@ "gatsby-core-utils": "^4.15.0-next.0", "gatsby-graphiql-explorer": "^3.15.0-next.0", "gatsby-legacy-polyfills": "^3.15.0-next.0", - "gatsby-link": "^5.15.0-next.0", - "gatsby-page-utils": "^3.15.0-next.0", + "gatsby-link": "^5.15.0-next.1", + "gatsby-page-utils": "^3.15.0-next.1", "gatsby-parcel-config": "1.15.0-next.0", - "gatsby-plugin-page-creator": "^5.15.0-next.0", + "gatsby-plugin-page-creator": "^5.15.0-next.1", "gatsby-plugin-typescript": "^5.15.0-next.0", "gatsby-plugin-utils": "^4.15.0-next.0", "gatsby-react-router-scroll": "^6.15.0-next.0",