Skip to content

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
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.23.0-next.0",
4+
"version": "4.23.0-next.1",
55
"author": "Kyle Mathews <[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.23.0-next.0",
3+
"version": "2.23.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-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.2.0-next.0",
3+
"version": "4.2.0-next.1",
44
"description": "MDX integration for Gatsby",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gatsby-plugin-sharp/package.json

Lines changed: 3 additions & 3 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": "4.23.0-next.0",
4+
"version": "4.23.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -29,7 +29,7 @@
2929
"@types/sharp": "^0.30.5",
3030
"babel-preset-gatsby-package": "^2.23.0-next.0",
3131
"cross-env": "^7.0.3",
32-
"gatsby-plugin-image": "^2.23.0-next.0"
32+
"gatsby-plugin-image": "^2.23.0-next.1"
3333
},
3434
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3535
"keywords": [
@@ -56,4 +56,4 @@
5656
"engines": {
5757
"node": ">=14.15.0"
5858
}
59-
}
59+
}

packages/gatsby-script/package.json

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

packages/gatsby-source-graphql/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-graphql",
33
"description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL",
4-
"version": "4.23.0-next.0",
4+
"version": "4.23.0-next.1",
55
"author": "Mikhail Novikov <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "7.12.0-next.0",
3+
"version": "7.12.0-next.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -36,7 +36,7 @@
3636
"@types/node-fetch": "^2.5.12",
3737
"@types/sharp": "^0.30.5",
3838
"cross-env": "^7.0.3",
39-
"gatsby-plugin-image": "^2.23.0-next.0",
39+
"gatsby-plugin-image": "^2.23.0-next.1",
4040
"msw": "^0.38.2",
4141
"prettier": "^2.7.1",
4242
"prettier-check": "^2.0.0",

packages/gatsby-source-wordpress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "6.23.0-next.0",
5+
"version": "6.23.0-next.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -56,7 +56,7 @@
5656
"babel-preset-gatsby": "^2.23.0-next.0",
5757
"babel-preset-gatsby-package": "^2.23.0-next.0",
5858
"cross-env": "^7.0.3",
59-
"gatsby-plugin-image": "^2.23.0-next.0",
59+
"gatsby-plugin-image": "^2.23.0-next.1",
6060
"identity-obj-proxy": "^3.0.0",
6161
"react-test-renderer": "^16.14.0",
6262
"rimraf": "^3.0.2",

packages/gatsby-transformer-remark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "5.23.0-next.0",
4+
"version": "5.23.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "4.23.0-next.0",
4+
"version": "4.23.0-next.1",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.1.0",
1212
"gatsby-core-utils": "^3.23.0-next.0",
13-
"gatsby-plugin-sharp": "^4.23.0-next.0",
13+
"gatsby-plugin-sharp": "^4.23.0-next.1",
1414
"md5-file": "^5.0.0",
1515
"mini-svg-data-uri": "^1.4.4",
1616
"p-queue": "^6.6.2",

packages/gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "4.23.0-next.0",
4+
"version": "4.23.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -92,14 +92,14 @@
9292
"gatsby-core-utils": "^3.23.0-next.0",
9393
"gatsby-graphiql-explorer": "^2.23.0-next.0",
9494
"gatsby-legacy-polyfills": "^2.23.0-next.0",
95-
"gatsby-link": "^4.23.0-next.0",
95+
"gatsby-link": "^4.23.0-next.1",
9696
"gatsby-page-utils": "^2.23.0-next.0",
9797
"gatsby-parcel-config": "0.14.0-next.0",
9898
"gatsby-plugin-page-creator": "^4.23.0-next.0",
9999
"gatsby-plugin-typescript": "^4.23.0-next.0",
100100
"gatsby-plugin-utils": "^3.17.0-next.0",
101101
"gatsby-react-router-scroll": "^5.23.0-next.0",
102-
"gatsby-script": "^1.8.0-next.0",
102+
"gatsby-script": "^1.8.0-next.1",
103103
"gatsby-telemetry": "^3.23.0-next.0",
104104
"gatsby-worker": "^1.23.0-next.0",
105105
"glob": "^7.2.3",

0 commit comments

Comments
 (0)