@basis-theory/react-elements 1.5.0 → 1.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 +9 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
- ## [1.6.0] - 2025-02-11asds
1
+ ## [1.7.0] - 2025-02-19
2
+
3
+ ### Features
4
+
5
+ - b2dd527 2025-02-19 feat: improve logging when retrieving values from unmounted components (#391) by kevin@basistheory.com
6
+ - 4b95046 2025-02-18 feat: add more logs around element value resolution/timeouts (#390) by kevin@basistheory.com
7
+ - 73670c3 2025-02-13 feat: add react-elements (#386) by kevin@basistheory.com
8
+
9
+ ## [1.6.0] - 2025-02-11
2
10
 
3
11
  ### Features
4
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/react-elements",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
4
4
  "repository": "https://github.com/basis-theory/react-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {