gatsby-link
Advanced tools
Comparing version 5.14.0-next.0 to 5.14.0-next.1
@@ -6,2 +6,8 @@ # Changelog: `gatsby-link` | ||
## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.13.0/packages/gatsby-link) (2023-12-18) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) | ||
**Note:** Version bump only for package gatsby-link | ||
### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.12.1/packages/gatsby-link) (2023-10-26) | ||
@@ -8,0 +14,0 @@ |
@@ -36,3 +36,3 @@ import * as React from "react" | ||
*/ | ||
export const navigate: NavigateFn | ||
export const navigate: (...args: Parameters<NavigateFn>) => void; | ||
@@ -39,0 +39,0 @@ /** |
{ | ||
"name": "gatsby-link", | ||
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching", | ||
"version": "5.14.0-next.0", | ||
"version": "5.14.0-next.1", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -26,3 +26,3 @@ "bugs": { | ||
"@types/reach__router": "^1.3.10", | ||
"gatsby-page-utils": "^3.14.0-next.0", | ||
"gatsby-page-utils": "^3.14.0-next.1", | ||
"prop-types": "^15.8.1" | ||
@@ -33,3 +33,3 @@ }, | ||
"cross-env": "^7.0.3", | ||
"del-cli": "^5.0.0", | ||
"del-cli": "^5.1.0", | ||
"microbundle": "^0.15.1", | ||
@@ -56,3 +56,3 @@ "prepend-directive": "^1.1.0" | ||
}, | ||
"gitHead": "eed07f3da59cd3d94b9e8c0b12aa1570f8a99a60" | ||
"gitHead": "196618a8cb03f3905e801dbfcdd5fcf14963e5fc" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97792