Skip to content

Commit 8f0f7c5

Browse files
committedApr 10, 2024·
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
1 parent edaf016 commit 8f0f7c5

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed
 

‎packages/babel-preset-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "3.13.1",
3+
"version": "3.13.2",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin-macros": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2525
"gatsby-core-utils": "^4.13.1",
26-
"gatsby-legacy-polyfills": "^3.13.0"
26+
"gatsby-legacy-polyfills": "^3.13.1"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",

‎packages/gatsby-adapter-netlify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-adapter-netlify",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Gatsby adapter for Netlify",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

‎packages/gatsby-cli/package.json

+1-1
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.13.2",
4+
"version": "5.13.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"

‎packages/gatsby-legacy-polyfills/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "3.13.0",
4+
"version": "3.13.1",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <ward@gatsbyjs.com>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",

‎packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "6.13.1",
4+
"version": "6.13.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

‎packages/gatsby-source-wordpress/package.json

+2-2
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.13.3",
5+
"version": "7.13.4",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -55,7 +55,7 @@
5555
"@types/semver": "^7.5.0",
5656
"babel-plugin-import-globals": "^2.0.0",
5757
"babel-plugin-module-resolver": "4.1.0",
58-
"babel-preset-gatsby": "^3.13.1",
58+
"babel-preset-gatsby": "^3.13.2",
5959
"babel-preset-gatsby-package": "^3.13.1",
6060
"cross-env": "^7.0.3",
6161
"gatsby-plugin-image": "^3.13.1",

‎packages/gatsby/package.json

+4-4
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.13.3",
4+
"version": "5.13.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -49,7 +49,7 @@
4949
"babel-plugin-add-module-exports": "^1.0.4",
5050
"babel-plugin-dynamic-import-node": "^2.3.3",
5151
"babel-plugin-remove-graphql-queries": "^5.13.1",
52-
"babel-preset-gatsby": "^3.13.1",
52+
"babel-preset-gatsby": "^3.13.2",
5353
"better-opn": "^2.1.1",
5454
"bluebird": "^3.7.2",
5555
"body-parser": "1.20.1",
@@ -91,10 +91,10 @@
9191
"find-cache-dir": "^3.3.2",
9292
"fs-exists-cached": "1.0.0",
9393
"fs-extra": "^11.1.1",
94-
"gatsby-cli": "^5.13.2",
94+
"gatsby-cli": "^5.13.3",
9595
"gatsby-core-utils": "^4.13.1",
9696
"gatsby-graphiql-explorer": "^3.13.1",
97-
"gatsby-legacy-polyfills": "^3.13.0",
97+
"gatsby-legacy-polyfills": "^3.13.1",
9898
"gatsby-link": "^5.13.1",
9999
"gatsby-page-utils": "^3.13.1",
100100
"gatsby-parcel-config": "1.13.1",

0 commit comments

Comments
 (0)
Please sign in to comment.