@basis-theory/react-elements 1.8.0 → 1.9.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.8.0] - 2025-03-07
2
+
3
+ ### Features
4
+
5
+ - 0a14886 2025-03-07 feat(eng-8106): adding issuerCountry field into token intent model (#396) by 62716969+washluis-alencar@users.noreply.github.com
6
+
1
7
  ## [1.7.3] - 2025-03-07
2
8
 
3
9
  ### Bug Fixes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/react-elements",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "repository": "https://github.com/basis-theory/react-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@basis-theory/basis-theory-js": "^4.27.0",
35
- "@basis-theory/web-elements": "1.8.0"
35
+ "@basis-theory/web-elements": "1.9.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
@@ -1 +1 @@
1
- export const version: "1.8.0";
1
+ export const version: "1.9.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/react-elements",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "repository": "https://github.com/basis-theory/react-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -57,7 +57,7 @@
57
57
  ],
58
58
  "dependencies": {
59
59
  "@basis-theory/basis-theory-js": "^4.27.0",
60
- "@basis-theory/web-elements": "1.8.0"
60
+ "@basis-theory/web-elements": "1.9.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",