Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jan 2, 2025
1 parent 8252e82 commit baa1b8e
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand All @@ -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"
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <[email protected]>",
"version": "7.15.0-next.0",
"version": "7.15.0-next.1",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit baa1b8e

Please sign in to comment.