Skip to content

Commit 232d3b6

Browse files
committed
chore(release): Publish next
- gatsby-link@4.23.0-next.1 - gatsby-plugin-image@2.23.0-next.1 - gatsby-plugin-mdx@4.2.0-next.1 - gatsby-plugin-sharp@4.23.0-next.1 - gatsby-script@1.8.0-next.1 - gatsby-source-graphql@4.23.0-next.1 - gatsby-source-shopify@7.12.0-next.1 - gatsby-source-wordpress@6.23.0-next.1 - gatsby-transformer-remark@5.23.0-next.1 - gatsby-transformer-sqip@4.23.0-next.1 - gatsby@4.23.0-next.1
1 parent 341bd6d commit 232d3b6

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 <mathews.kyle@gmail.com>",
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 <mathews.kyle@gmail.com>",
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 <ty.hopp@gatsbyjs.com>",
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 <freiksenet@gmail.com>",
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 <tylerdbarnes@gmail.com>",
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 <mathews.kyle@gmail.com>",
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 <roetsch.beni@gmail.com>",
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",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy