gatsby-link 5.6.0 → 5.8.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.6.0/packages/gatsby-link) (2023-02-07)
7
+
8
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.6)
9
+
10
+ **Note:** Version bump only for package gatsby-link
11
+
6
12
  ## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.5.0/packages/gatsby-link) (2023-01-24)
7
13
 
8
14
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.5)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby-link",
3
3
  "description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4
- "version": "5.6.0",
4
+ "version": "5.8.0-next.0",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@types/reach__router": "^1.3.10",
26
- "gatsby-page-utils": "^3.6.0",
26
+ "gatsby-page-utils": "^3.8.0-next.0",
27
27
  "prop-types": "^15.8.1"
28
28
  },
29
29
  "devDependencies": {
@@ -51,5 +51,5 @@
51
51
  "engines": {
52
52
  "node": ">=18.0.0"
53
53
  },
54
- "gitHead": "8419b3490e937f76f1264505e9e30032adac9fff"
54
+ "gitHead": "fed83d576e330ad8234cab95844a7db418592e76"
55
55
  }