Skip to content

Commit a56c6a4

Browse files
committed
chore(release): Publish next
- gatsby-cli@5.0.0-next.6 - gatsby-plugin-image@3.0.0-next.3 - gatsby-plugin-mdx@5.0.0-next.4 - gatsby-plugin-sharp@5.0.0-next.3 - gatsby-plugin-typescript@5.0.0-next.2 - gatsby-source-shopify@8.0.0-next.3 - gatsby-source-wordpress@7.0.0-next.3 - gatsby-transformer-sqip@5.0.0-next.3 - gatsby@5.0.0-next.7
1 parent 24c185e commit a56c6a4

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

packages/gatsby-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-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "5.0.0-next.5",
4+
"version": "5.0.0-next.6",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"

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.0.0-next.2",
3+
"version": "3.0.0-next.3",
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": "5.0.0-next.3",
3+
"version": "5.0.0-next.4",
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: 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.0.0-next.2",
4+
"version": "5.0.0-next.3",
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": "^3.0.0-next.1",
3131
"cross-env": "^7.0.3",
32-
"gatsby-plugin-image": "^3.0.0-next.2"
32+
"gatsby-plugin-image": "^3.0.0-next.3"
3333
},
3434
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3535
"keywords": [

packages/gatsby-plugin-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "5.0.0-next.1",
4+
"version": "5.0.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@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": "8.0.0-next.2",
3+
"version": "8.0.0-next.3",
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": "^3.0.0-next.2",
39+
"gatsby-plugin-image": "^3.0.0-next.3",
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": "7.0.0-next.2",
5+
"version": "7.0.0-next.3",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -56,7 +56,7 @@
5656
"babel-preset-gatsby": "^3.0.0-next.1",
5757
"babel-preset-gatsby-package": "^3.0.0-next.1",
5858
"cross-env": "^7.0.3",
59-
"gatsby-plugin-image": "^3.0.0-next.2",
59+
"gatsby-plugin-image": "^3.0.0-next.3",
6060
"identity-obj-proxy": "^3.0.0",
6161
"react-test-renderer": "^16.14.0",
6262
"rimraf": "^3.0.2",

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": "5.0.0-next.2",
4+
"version": "5.0.0-next.3",
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": "^4.0.0-next.1",
13-
"gatsby-plugin-sharp": "^5.0.0-next.2",
13+
"gatsby-plugin-sharp": "^5.0.0-next.3",
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": "5.0.0-next.6",
4+
"version": "5.0.0-next.7",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -91,15 +91,15 @@
9191
"find-cache-dir": "^3.3.2",
9292
"fs-exists-cached": "1.0.0",
9393
"fs-extra": "^10.1.0",
94-
"gatsby-cli": "^5.0.0-next.5",
94+
"gatsby-cli": "^5.0.0-next.6",
9595
"gatsby-core-utils": "^4.0.0-next.1",
9696
"gatsby-graphiql-explorer": "^3.0.0-next.1",
9797
"gatsby-legacy-polyfills": "^3.0.0-next.0",
9898
"gatsby-link": "^5.0.0-next.2",
9999
"gatsby-page-utils": "^3.0.0-next.2",
100100
"gatsby-parcel-config": "1.0.0-next.1",
101101
"gatsby-plugin-page-creator": "^5.0.0-next.3",
102-
"gatsby-plugin-typescript": "^5.0.0-next.1",
102+
"gatsby-plugin-typescript": "^5.0.0-next.2",
103103
"gatsby-plugin-utils": "^4.0.0-next.2",
104104
"gatsby-react-router-scroll": "^6.0.0-next.1",
105105
"gatsby-script": "^2.0.0-next.0",

0 commit comments

Comments
 (0)