Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
pieh committed Apr 10, 2024
1 parent edaf016 commit 8f0f7c5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "3.13.1",
"version": "3.13.2",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -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 <ward@gatsbyjs.com>",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
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": "7.13.3",
"version": "7.13.4",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8f0f7c5

Please sign in to comment.