Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - gatsby-plugin-image@2.14.0-next.4
 - gatsby-plugin-sharp@4.14.0-next.4
 - gatsby-source-shopify@7.3.0-next.4
 - gatsby-source-wordpress@6.14.0-next.4
 - gatsby-transformer-sqip@4.14.0-next.4
 - gatsby@4.14.0-next.4
  • Loading branch information
LekoArts committed May 5, 2022
1 parent 966aca8 commit f358dc3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "2.14.0-next.3",
"version": "2.14.0-next.4",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "4.14.0-next.3",
"version": "4.14.0-next.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/sharp": "^0.30.0",
"babel-preset-gatsby-package": "^2.14.0-next.2",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.14.0-next.3"
"gatsby-plugin-image": "^2.14.0-next.4"
},
"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-shopify/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "7.3.0-next.3",
"version": "7.3.0-next.4",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.30.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.14.0-next.3",
"gatsby-plugin-image": "^2.14.0-next.4",
"msw": "^0.38.2",
"prettier": "^2.5.1",
"prettier-check": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "6.14.0-next.3",
"version": "6.14.0-next.4",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"babel-preset-gatsby": "^2.14.0-next.3",
"babel-preset-gatsby-package": "^2.14.0-next.2",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.14.0-next.3",
"gatsby-plugin-image": "^2.14.0-next.4",
"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
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "4.14.0-next.3",
"version": "4.14.0-next.4",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.14.0-next.3",
"gatsby-plugin-sharp": "^4.14.0-next.3",
"gatsby-plugin-sharp": "^4.14.0-next.4",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.4.4",
"p-queue": "^6.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "4.14.0-next.3",
"version": "4.14.0-next.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit f358dc3

Please sign in to comment.