@jobber/components 4.87.0 → 4.87.1

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.
@@ -38,7 +38,8 @@ interface ButtonAnchorProps extends ButtonFoundationProps {
38
38
  }
39
39
  interface ButtonLinkProps<S = unknown> extends ButtonFoundationProps {
40
40
  /**
41
- * Used for client side routing. Only use when inside a routed component.
41
+ * **Deprecated**: to will be removed in the next major version
42
+ * @deprecated
42
43
  */
43
44
  readonly to?: LinkProps<S>["to"];
44
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.87.0",
3
+ "version": "4.87.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -80,5 +80,5 @@
80
80
  "> 1%",
81
81
  "IE 10"
82
82
  ],
83
- "gitHead": "e82c5fcab4efce9778fb3de7a1336fb5473d1776"
83
+ "gitHead": "76163e4b81edfc151e30c29407956a507b853706"
84
84
  }