@basis-theory/react-elements 1.7.2 → 1.7.3

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.7.2] - 2025-02-20
2
+
3
+ ### Bug Fixes
4
+
5
+ - 992b619 2025-02-20 fix(react-elements): sync version upon release (#394) by kevin@basistheory.com
6
+
1
7
  ## [1.7.1] - 2025-02-20
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.7.2",
3
+ "version": "1.7.3",
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.7.2"
35
+ "@basis-theory/web-elements": "1.7.3"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
@@ -1 +1 @@
1
- export const version: "1.7.2";
1
+ export const version: "1.7.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/react-elements",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
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.7.2"
60
+ "@basis-theory/web-elements": "1.7.3"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",