@reevit/core 0.6.0 → 0.7.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/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,6 +70,13 @@ const { idempotencyKey, reference } = resolveIntentIdentity({
70
70
  });
71
71
  ```
72
72
 
73
+ ## Release Notes
74
+
75
+ ### v0.7.0
76
+
77
+ - Version alignment across all Reevit SDKs
78
+ - Updated shared CSS with redesigned checkout visual system
79
+
73
80
  ## License
74
81
 
75
82
  MIT © Reevit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reevit/core",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Core utilities and API client for Reevit payment SDKs",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",