@freehold/payments 0.0.2 → 0.0.3

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freehold/payments",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Freehold payment UI components — branded checkout layouts for Stripe and Paddle",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "class-variance-authority": "^0.7.1",
40
40
  "clsx": "^2.1.1",
41
41
  "tailwind-merge": "^2.6.0",
42
- "@freehold/design-tokens": "0.0.2"
42
+ "@freehold/design-tokens": "0.0.3"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.0.0 || ^19.0.0",