@planningcenter/tapestry-migration-cli 3.0.0-rc.12 → 3.0.0-rc.13

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.
@@ -2704,7 +2704,7 @@ const BaseLink = reactExports.forwardRef(({ size, prefix, suffix, kind, label, c
2704
2704
  const externalProps = external ? { rel: "noopener noreferrer", target: "_blank" } : {};
2705
2705
  return React.createElement(
2706
2706
  "a",
2707
- { href, className: combinedClassName, ref, ...externalProps, ...restProps },
2707
+ { href, className: combinedClassName, ref, ...restProps, ...externalProps },
2708
2708
  prefixElement,
2709
2709
  label || children,
2710
2710
  suffixElement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry-migration-cli",
3
- "version": "3.0.0-rc.12",
3
+ "version": "3.0.0-rc.13",
4
4
  "description": "CLI tool for Tapestry migrations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "7706368409489e35d9f65d5547be5bcff63c591f"
54
+ "gitHead": "0fa354c42111e34991394b25b88029c62e4ee5db"
55
55
  }