@solvapay/react 2.0.0-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597 → 2.0.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 +2 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @solvapay/react changelog
2
2
 
3
- ## 2.0.0-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597
3
+ ## 2.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -111,8 +111,7 @@
111
111
  ### Patch Changes
112
112
 
113
113
  - Updated dependencies [e936ac0]
114
- - @solvapay/core@1.4.0-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597
115
- - @solvapay/mcp-core@0.3.1-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597
114
+ - @solvapay/core@1.4.0
116
115
 
117
116
  ## 1.7.0
118
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solvapay/react",
3
- "version": "2.0.0-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597",
3
+ "version": "2.0.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.3.1-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597",
60
+ "@solvapay/mcp-core": "^0.2.8 || ^0.3.0",
61
61
  "react": "^18.2.0 || ^19.0.0",
62
62
  "react-dom": "^18.2.0 || ^19.0.0"
63
63
  },
@@ -69,7 +69,7 @@
69
69
  "dependencies": {
70
70
  "@stripe/react-stripe-js": "^6.0.0",
71
71
  "@stripe/stripe-js": "^9.0.0",
72
- "@solvapay/core": "1.4.0-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597"
72
+ "@solvapay/core": "1.4.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@testing-library/dom": "^10.4.1",
@@ -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.3.1-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597",
89
- "@solvapay/server": "2.2.0-preview-57b934dfcf7afd484b63b497eef3bf1599c0b597",
88
+ "@solvapay/mcp-core": "0.3.1",
89
+ "@solvapay/server": "2.2.0",
90
90
  "@solvapay/test-utils": "0.0.0"
91
91
  },
92
92
  "scripts": {