From 8f0f7c586e253a88673433deef26da84790944a1 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 10 Apr 2024 20:26:24 +0200 Subject: [PATCH] chore(release): Publish - babel-preset-gatsby@3.13.2 - gatsby-adapter-netlify@1.1.4 - gatsby-cli@5.13.3 - gatsby-legacy-polyfills@3.13.1 - gatsby-plugin-offline@6.13.2 - gatsby-source-wordpress@7.13.4 - gatsby@5.13.4 --- packages/babel-preset-gatsby/package.json | 4 ++-- packages/gatsby-adapter-netlify/package.json | 2 +- packages/gatsby-cli/package.json | 2 +- packages/gatsby-legacy-polyfills/package.json | 2 +- packages/gatsby-plugin-offline/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 4 ++-- packages/gatsby/package.json | 8 ++++---- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index 740a0638a45bb..2f5df278f2c1a 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "3.13.1", + "version": "3.13.2", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -23,7 +23,7 @@ "babel-plugin-macros": "^3.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "gatsby-core-utils": "^4.13.1", - "gatsby-legacy-polyfills": "^3.13.0" + "gatsby-legacy-polyfills": "^3.13.1" }, "peerDependencies": { "@babel/core": "^7.11.6", diff --git a/packages/gatsby-adapter-netlify/package.json b/packages/gatsby-adapter-netlify/package.json index c20920a1d7af4..3ed257cafce5a 100644 --- a/packages/gatsby-adapter-netlify/package.json +++ b/packages/gatsby-adapter-netlify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-adapter-netlify", - "version": "1.1.3", + "version": "1.1.4", "description": "Gatsby adapter for Netlify", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 2e384ef0c94e9..83042b5c5dae3 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "5.13.2", + "version": "5.13.3", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index ad84d1fdeb9d8..5ce9bf393e68b 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-legacy-polyfills", "description": "Polyfills for legacy browsers", - "version": "3.13.0", + "version": "3.13.1", "main": "dist/polyfills.js", "author": "Ward Peeters ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme", diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 71efcaec7ae8c..5069df4ddfd31 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "6.13.1", + "version": "6.13.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 2b5cd00ea8b91..c71ba56d9b225 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "7.13.3", + "version": "7.13.4", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -55,7 +55,7 @@ "@types/semver": "^7.5.0", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^3.13.1", + "babel-preset-gatsby": "^3.13.2", "babel-preset-gatsby-package": "^3.13.1", "cross-env": "^7.0.3", "gatsby-plugin-image": "^3.13.1", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 004e57463a685..a1be32f508a1e 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "5.13.3", + "version": "5.13.4", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -49,7 +49,7 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-remove-graphql-queries": "^5.13.1", - "babel-preset-gatsby": "^3.13.1", + "babel-preset-gatsby": "^3.13.2", "better-opn": "^2.1.1", "bluebird": "^3.7.2", "body-parser": "1.20.1", @@ -91,10 +91,10 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^11.1.1", - "gatsby-cli": "^5.13.2", + "gatsby-cli": "^5.13.3", "gatsby-core-utils": "^4.13.1", "gatsby-graphiql-explorer": "^3.13.1", - "gatsby-legacy-polyfills": "^3.13.0", + "gatsby-legacy-polyfills": "^3.13.1", "gatsby-link": "^5.13.1", "gatsby-page-utils": "^3.13.1", "gatsby-parcel-config": "1.13.1",