gatsby-link 4.22.0-next.0 → 4.22.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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [4.21.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.21.0/packages/gatsby-link) (2022-08-16)
7
+
8
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
9
+
10
+ #### Bug Fixes
11
+
12
+ - Correctly export default for CJS [#36312](https://github.com/gatsbyjs/gatsby/issues/36312) ([abb0baa](https://github.com/gatsbyjs/gatsby/commit/abb0baac94dee30043d669ac39a88a830784603b))
13
+
14
+ #### Chores
15
+
16
+ - update dependency del-cli to v5 for gatsby-link [#36287](https://github.com/gatsbyjs/gatsby/issues/36287) ([272b419](https://github.com/gatsbyjs/gatsby/commit/272b419cd85926c4d820f4d37a986d9b1c2326bf))
17
+
6
18
  ## [4.20.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.20.0/packages/gatsby-link) (2022-08-02)
7
19
 
8
20
  [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.20)
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": "4.22.0-next.0",
4
+ "version": "4.22.0",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@types/reach__router": "^1.3.10",
29
- "gatsby-page-utils": "^2.22.0-next.0",
29
+ "gatsby-page-utils": "^2.22.0",
30
30
  "prop-types": "^15.8.1"
31
31
  },
32
32
  "devDependencies": {
@@ -54,5 +54,5 @@
54
54
  "engines": {
55
55
  "node": ">=14.15.0"
56
56
  },
57
- "gitHead": "f1a45e70515b2e94fcc0b3747e767eb3fdf6add9"
57
+ "gitHead": "78f8c7a599748feed4865cdc832a07537d44ded8"
58
58
  }