Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Oct 10, 2022
1 parent 29fef67 commit 78bc932
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "4.24.0",
"version": "4.24.1",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@types/reach__router": "^1.3.10",
"gatsby-page-utils": "^2.24.0",
"gatsby-page-utils": "^2.24.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "2.24.0",
"version": "2.24.1",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "4.24.0",
"version": "4.24.1",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"fs-exists-cached": "^1.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.24.0",
"gatsby-page-utils": "^2.24.0",
"gatsby-page-utils": "^2.24.1",
"gatsby-plugin-utils": "^3.18.0",
"gatsby-telemetry": "^3.24.0",
"globby": "^11.1.0",
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": "4.24.3",
"version": "4.24.4",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -94,10 +94,10 @@
"gatsby-core-utils": "^3.24.0",
"gatsby-graphiql-explorer": "^2.24.0",
"gatsby-legacy-polyfills": "^2.24.0",
"gatsby-link": "^4.24.0",
"gatsby-page-utils": "^2.24.0",
"gatsby-link": "^4.24.1",
"gatsby-page-utils": "^2.24.1",
"gatsby-parcel-config": "0.15.1",
"gatsby-plugin-page-creator": "^4.24.0",
"gatsby-plugin-page-creator": "^4.24.1",
"gatsby-plugin-typescript": "^4.24.0",
"gatsby-plugin-utils": "^3.18.0",
"gatsby-react-router-scroll": "^5.24.0",
Expand Down

0 comments on commit 78bc932

Please sign in to comment.