Skip to content

Commit ea4fb54

Browse files
committed
chore(release): Publish
- gatsby-admin@0.24.2 - gatsby-cli@3.14.1 - gatsby-plugin-image@1.14.1 - gatsby-plugin-sharp@3.14.1 - gatsby-source-drupal@4.14.1 - gatsby-source-shopify@5.6.1 - gatsby-source-wordpress@5.14.1 - gatsby-transformer-sqip@3.14.1 - gatsby@3.14.2
1 parent 11231fc commit ea4fb54

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@typescript-eslint/parser": "^4.29.3",
3030
"csstype": "^2.6.17",
3131
"formik": "^2.2.9",
32-
"gatsby": "^3.14.1",
32+
"gatsby": "^3.14.2",
3333
"gatsby-interface": "^0.0.244",
3434
"gatsby-plugin-typescript": "^3.14.0",
3535
"gatsby-plugin-webfonts": "^1.1.4",

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": "3.14.0",
4+
"version": "3.14.1",
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": "1.14.0",
3+
"version": "1.14.1",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"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",

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": "3.14.0",
4+
"version": "3.14.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -32,7 +32,7 @@
3232
"@types/sharp": "^0.28.5",
3333
"babel-preset-gatsby-package": "^1.14.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^1.14.0"
35+
"gatsby-plugin-image": "^1.14.1"
3636
},
3737
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3838
"keywords": [

packages/gatsby-source-drupal/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-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "4.14.0",
4+
"version": "4.14.1",
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": "5.6.0",
3+
"version": "5.6.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -33,7 +33,7 @@
3333
"@types/node-fetch": "^2.5.12",
3434
"@types/sharp": "^0.28.5",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^1.14.0",
36+
"gatsby-plugin-image": "^1.14.1",
3737
"msw": "^0.35.0",
3838
"prettier": "^2.3.2",
3939
"prettier-check": "^2.0.0",

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": "5.14.0",
5+
"version": "5.14.1",
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": "3.14.0",
4+
"version": "3.14.1",
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": "^3.14.0",
12+
"gatsby-plugin-sharp": "^3.14.1",
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: 2 additions & 2 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": "3.14.1",
4+
"version": "3.14.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -77,7 +77,7 @@
7777
"find-cache-dir": "^3.3.1",
7878
"fs-exists-cached": "1.0.0",
7979
"fs-extra": "^10.0.0",
80-
"gatsby-cli": "^3.14.0",
80+
"gatsby-cli": "^3.14.1",
8181
"gatsby-core-utils": "^2.14.0",
8282
"gatsby-graphiql-explorer": "^1.14.0",
8383
"gatsby-legacy-polyfills": "^1.14.0",

0 commit comments

Comments
 (0)