@rebilly/framepay-react 3.6.0 → 3.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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.7.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v3.6.0...framepay-react-v3.7.0) (2023-09-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * **instruments:** Setup telemetry ([#1185](https://github.com/Rebilly/rebilly/issues/1185)) ([b5ca186](https://github.com/Rebilly/rebilly/commit/b5ca18631c7a43a74c5f04e46fe78e1405e4258a))
7
+
1
8
  ## [3.6.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v3.5.0...framepay-react-v3.6.0) (2023-09-05)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-react",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features",
5
5
  "main": "build/index.js",
6
6
  "author": "Rebilly",
@@ -107,7 +107,7 @@
107
107
  "node-notifier": "^8.0.1",
108
108
  "glob-parent": "^5.1.2",
109
109
  "trim-newlines": "^4.0.2",
110
- "node-forge": "^0.10.0",
110
+ "node-forge": "^1.0.0",
111
111
  "postcss": "^7.0.36"
112
112
  }
113
113
  }