Skip to content

Commit 08c3704

Browse files
committed
chore(release): Publish next
- gatsby-cli@4.0.0-zz-next.3 - gatsby-plugin-sharp@4.0.0-zz-next.3 - gatsby-plugin-sitemap@5.0.0-zz-next.3 - gatsby-react-router-scroll@5.0.0-zz-next.2 - gatsby-remark-images-contentful@5.0.0-zz-next.2 - gatsby-remark-images@6.0.0-zz-next.3 - gatsby-source-wordpress@6.0.0-zz-next.3 - gatsby-transformer-sqip@4.0.0-zz-next.3 - gatsby@4.0.0-zz-next.3
1 parent bb39ab3 commit 08c3704

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
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": "4.0.0-zz-next.2",
4+
"version": "4.0.0-zz-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"

packages/gatsby-plugin-sharp/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-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "4.0.0-zz-next.2",
4+
"version": "4.0.0-zz-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sitemap/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-sitemap",
33
"description": "Gatsby plugin that automatically creates a sitemap for your site",
4-
"version": "5.0.0-zz-next.2",
4+
"version": "5.0.0-zz-next.3",
55
"contributors": [
66
"Alex Moon <alex.jared.moon@gmail.com>",
77
"Nicholas Young <nicholas@nicholaswyoung.com>"

packages/gatsby-react-router-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-react-router-scroll",
33
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
4-
"version": "5.0.0-zz-next.1",
4+
"version": "5.0.0-zz-next.2",
55
"author": "Jimmy Jia",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-images-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-images-contentful",
3-
"version": "5.0.0-zz-next.1",
3+
"version": "5.0.0-zz-next.2",
44
"description": "Process Images in Contentful markdown so they can use the images API.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-remark-images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "6.0.0-zz-next.2",
4+
"version": "6.0.0-zz-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
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.0.0-zz-next.2",
5+
"version": "6.0.0-zz-next.3",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "4.0.0-zz-next.2",
4+
"version": "4.0.0-zz-next.3",
55
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.0.0",
12-
"gatsby-plugin-sharp": "^4.0.0-zz-next.2",
12+
"gatsby-plugin-sharp": "^4.0.0-zz-next.3",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.3.3",
1515
"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.0.0-zz-next.2",
4+
"version": "4.0.0-zz-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -77,15 +77,15 @@
7777
"find-cache-dir": "^3.3.1",
7878
"fs-exists-cached": "1.0.0",
7979
"fs-extra": "^10.0.0",
80-
"gatsby-cli": "^4.0.0-zz-next.2",
80+
"gatsby-cli": "^4.0.0-zz-next.3",
8181
"gatsby-core-utils": "^3.0.0-zz-next.2",
8282
"gatsby-graphiql-explorer": "^2.0.0-zz-next.1",
8383
"gatsby-legacy-polyfills": "^2.0.0-zz-next.1",
8484
"gatsby-link": "^4.0.0-zz-next.2",
8585
"gatsby-plugin-page-creator": "^4.0.0-zz-next.2",
8686
"gatsby-plugin-typescript": "^4.0.0-zz-next.2",
8787
"gatsby-plugin-utils": "^2.0.0-zz-next.2",
88-
"gatsby-react-router-scroll": "^5.0.0-zz-next.1",
88+
"gatsby-react-router-scroll": "^5.0.0-zz-next.2",
8989
"gatsby-telemetry": "^3.0.0-zz-next.2",
9090
"gatsby-worker": "^1.0.0-zz-next.2",
9191
"glob": "^7.1.6",

0 commit comments

Comments
 (0)