@rebilly/framepay-react 2.10.5 → 3.1.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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [3.1.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v3.0.0...framepay-react-v3.1.0) (2023-08-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **revel:** update yarn.lock ([#847](https://github.com/Rebilly/rebilly/issues/847)) ([7c6679f](https://github.com/Rebilly/rebilly/commit/7c6679f7cfeda76bffd1606c0af10e17a6414c83))
7
+
8
+ ## [3.0.0](https://github.com/Rebilly/rebilly/compare/framepay-react-v2.10.5...framepay-react-v3.0.0) (2023-08-07)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * **revel:** Migrate revel to typescript (#661)
14
+
15
+ ### Features
16
+
17
+ * **revel:** Migrate revel to typescript ([#661](https://github.com/Rebilly/rebilly/issues/661)) ([ef63cbc](https://github.com/Rebilly/rebilly/commit/ef63cbc6a16c9c37d5bc17b10e003eb26c1c4e50)), closes [#608](https://github.com/Rebilly/rebilly/issues/608) [#630](https://github.com/Rebilly/rebilly/issues/630) [#636](https://github.com/Rebilly/rebilly/issues/636) [#658](https://github.com/Rebilly/rebilly/issues/658) [#642](https://github.com/Rebilly/rebilly/issues/642)
18
+
1
19
  ## [2.10.5](https://github.com/Rebilly/rebilly/compare/framepay-react-v2.10.4...framepay-react-v2.10.5) (2023-08-03)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-react",
3
- "version": "2.10.5",
3
+ "version": "3.1.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",
@@ -70,7 +70,7 @@
70
70
  "@fluffy-spoon/substitute": "^1.89.0",
71
71
  "@small-tech/auto-encrypt-localhost": "^8.3.2",
72
72
  "@testing-library/cypress": "^9.0.0",
73
- "@testing-library/jest-dom": "^5.16.5",
73
+ "@testing-library/jest-dom": "^5.17.0",
74
74
  "@testing-library/react": "^14.0.0",
75
75
  "@types/jest": "^29.5.1",
76
76
  "@types/node": "^18.15.7",