gatsby-link 4.11.1 → 4.12.0-next.2

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 +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.11.1/packages/gatsby-link) (2022-03-31)
7
+
8
+ **Note:** Version bump only for package gatsby-link
9
+
10
+ ## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.11.0/packages/gatsby-link) (2022-03-29)
11
+
12
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.11)
13
+
14
+ #### Bug Fixes
15
+
16
+ - compatibility with react rc 2 [#35108](https://github.com/gatsbyjs/gatsby/issues/35108) ([0c61265](https://github.com/gatsbyjs/gatsby/commit/0c6126574d203c0e6fef173b76859cdcab2f13aa))
17
+
18
+ #### Refactoring
19
+
20
+ - replace deprecated String.prototype.substr() [#35205](https://github.com/gatsbyjs/gatsby/issues/35205) ([21f7c65](https://github.com/gatsbyjs/gatsby/commit/21f7c654da647a949c83efb2e17b473eab4db3ed))
21
+
22
+ #### Chores
23
+
24
+ - replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))
25
+
6
26
  ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.10.1/packages/gatsby-link) (2022-03-23)
7
27
 
8
28
  **Note:** Version bump only for package gatsby-link
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.11.1",
4
+ "version": "4.12.0-next.2",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -9,14 +9,14 @@
9
9
  "dependencies": {
10
10
  "@babel/runtime": "^7.15.4",
11
11
  "@types/reach__router": "^1.3.10",
12
- "gatsby-page-utils": "^2.11.1",
12
+ "gatsby-page-utils": "^2.12.0-next.2",
13
13
  "prop-types": "^15.7.2"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@babel/cli": "^7.15.4",
17
17
  "@babel/core": "^7.15.5",
18
18
  "@testing-library/react": "^11.2.7",
19
- "babel-preset-gatsby-package": "^2.11.0",
19
+ "babel-preset-gatsby-package": "^2.12.0-next.0",
20
20
  "cross-env": "^7.0.3"
21
21
  },
22
22
  "peerDependencies": {
@@ -44,5 +44,5 @@
44
44
  "engines": {
45
45
  "node": ">=14.15.0"
46
46
  },
47
- "gitHead": "ad8c330df7b452b2e515b20d0d11dcb1385b9f6b"
47
+ "gitHead": "da4d313c7d3ce70961b32304d17b1d419f63144d"
48
48
  }