@solvapay/react 2.3.0-preview-e77af6c08d8a185342e1a74903c8545b94a9f51d → 2.3.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 +7 -10
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @solvapay/react changelog
2
2
 
3
- ## 2.3.0-preview-e77af6c08d8a185342e1a74903c8545b94a9f51d
3
+ ## 2.3.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,17 +15,14 @@
15
15
 
16
16
  A blocked host now costs one extra click (pick a plan or amount, then get the hosted handoff). The cancelled-purchase notice that lives inside the hosted fallback also appears at the payment step rather than immediately on the checkout surface.
17
17
 
18
- - 567db3e: The customer's active plan is no longer selectable in the plan picker. The active PAYG plan is no longer auto-selected — topping up happens from the account surface, not by re-activating the current plan from the list.
19
18
  - 35da494: MCP account now shows real auto-recharge status and links out to the hosted portal form. Top-up `create_payment_intent` forwards `autoRecharge` so the inline toggle actually persists. `McpAutoRechargeView` and the `views.autoRecharge` override are removed — `view: 'auto-recharge'` renders the account surface.
20
19
  - b3b5b72: Top-up success is now a terminal receipt (matching checkout): no back link, "Add more credits", or portal CTA. The conversation continues via `notifySuccess` instead of routing back to a stale account snapshot.
21
- - Updated dependencies [c67e78e]
22
- - Updated dependencies [dbd0108]
23
- - Updated dependencies [b3b5b72]
24
- - Updated dependencies [35da494]
25
- - Updated dependencies [c67e78e]
26
- - Updated dependencies [c67e78e]
27
- - Updated dependencies [c67e78e]
28
- - @solvapay/mcp-core@0.4.2-preview-e77af6c08d8a185342e1a74903c8545b94a9f51d
20
+
21
+ ## 2.2.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 567db3e: The customer's active plan is no longer selectable in the plan picker. The active PAYG plan is no longer auto-selected — topping up happens from the account surface, not by re-activating the current plan from the list.
29
26
 
30
27
  ## 2.2.1
31
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solvapay/react",
3
- "version": "2.3.0-preview-e77af6c08d8a185342e1a74903c8545b94a9f51d",
3
+ "version": "2.3.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -57,7 +57,7 @@
57
57
  "directory": "packages/react"
58
58
  },
59
59
  "peerDependencies": {
60
- "@solvapay/mcp-core": "0.4.2-preview-e77af6c08d8a185342e1a74903c8545b94a9f51d",
60
+ "@solvapay/mcp-core": "^0.2.8 || ^0.3.0 || ^0.4.0",
61
61
  "react": "^18.2.0 || ^19.0.0",
62
62
  "react-dom": "^18.2.0 || ^19.0.0"
63
63
  },
@@ -85,8 +85,8 @@
85
85
  "react-dom": "^19.2.5",
86
86
  "typescript": "^5.9.3",
87
87
  "vitest": "^4.1.2",
88
- "@solvapay/mcp-core": "0.4.2-preview-e77af6c08d8a185342e1a74903c8545b94a9f51d",
89
- "@solvapay/server": "2.6.0-preview-e77af6c08d8a185342e1a74903c8545b94a9f51d",
88
+ "@solvapay/mcp-core": "0.4.3",
89
+ "@solvapay/server": "2.7.0",
90
90
  "@solvapay/test-utils": "0.0.0"
91
91
  },
92
92
  "scripts": {