@basis-theory/react-elements 1.11.0 → 1.11.2

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.11.1] - 2025-03-20
2
+
3
+ ### Bug Fixes
4
+
5
+ - 46b4c73 2025-03-20 fix: export web elements from `types` path (#405) by kevin@basistheory.com
6
+
7
+ ## [1.11.0] - 2025-03-20
8
+
9
+ ### Features
10
+
11
+ - 5e3c058 2025-03-20 feat: re-export types from web elements (#404) by kevin@basistheory.com
12
+
1
13
  ## [1.10.0] - 2025-03-18
2
14
 
3
15
  ### Features
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/react-elements",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "repository": "https://github.com/basis-theory/react-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -31,7 +31,7 @@
31
31
  "tag": "latest"
32
32
  },
33
33
  "dependencies": {
34
- "@basis-theory/web-elements": "1.11.0"
34
+ "@basis-theory/web-elements": "1.11.2"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
@@ -0,0 +1 @@
1
+ export type * from '@basis-theory/web-elements';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/react-elements",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "repository": "https://github.com/basis-theory/react-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -56,7 +56,7 @@
56
56
  }
57
57
  ],
58
58
  "dependencies": {
59
- "@basis-theory/web-elements": "1.11.0"
59
+ "@basis-theory/web-elements": "1.11.2"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",