gatsby-link 3.4.0 → 3.6.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.
package/.babelrc CHANGED
File without changes
package/.eslintrc.yaml CHANGED
File without changes
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
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
- # [3.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.4.0-next.0...gatsby-link@3.4.0) (2021-04-27)
6
+ # [3.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.6.0-next.0...gatsby-link@3.6.0) (2021-05-25)
7
+
8
+ **Note:** Version bump only for package gatsby-link
9
+
10
+ # [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.5.0-next.0...gatsby-link@3.6.0-next.0) (2021-05-06)
11
+
12
+ **Note:** Version bump only for package gatsby-link
13
+
14
+ # [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.4.0-next.0...gatsby-link@3.5.0-next.0) (2021-04-23)
7
15
 
8
16
  **Note:** Version bump only for package gatsby-link
9
17
 
package/LICENSE CHANGED
File without changes
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": "3.4.0",
4
+ "version": "3.6.0",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
15
15
  "@babel/cli": "^7.12.1",
16
16
  "@babel/core": "^7.12.3",
17
17
  "@testing-library/react": "^9.5.0",
18
- "babel-preset-gatsby-package": "^1.4.0",
18
+ "babel-preset-gatsby-package": "^1.6.0",
19
19
  "cross-env": "^7.0.3"
20
20
  },
21
21
  "peerDependencies": {
@@ -43,5 +43,5 @@
43
43
  "engines": {
44
44
  "node": ">=12.13.0"
45
45
  },
46
- "gitHead": "668aa435a3f4ee70f198ea78bda83fde39fda21e"
46
+ "gitHead": "4ccc53ff72dd4e082873d7d29561ccc756bda985"
47
47
  }
package/tsconfig.json CHANGED
File without changes