Skip to content

Commit 2290b19

Browse files
committed
chore(release): Publish
- [email protected] - [email protected]
1 parent 139aedd commit 2290b19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/gatsby-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "5.14.0",
4+
"version": "5.14.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/package.json

+2-2
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.14.0",
4+
"version": "5.14.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -95,7 +95,7 @@
9595
"gatsby-core-utils": "^4.14.0",
9696
"gatsby-graphiql-explorer": "^3.14.0",
9797
"gatsby-legacy-polyfills": "^3.14.0",
98-
"gatsby-link": "^5.14.0",
98+
"gatsby-link": "^5.14.1",
9999
"gatsby-page-utils": "^3.14.0",
100100
"gatsby-parcel-config": "1.14.0",
101101
"gatsby-plugin-page-creator": "^5.14.0",

0 commit comments

Comments
 (0)