@rebilly/instruments 3.32.0 → 3.34.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 +14 -0
- package/dist/index.js +11 -11
- package/dist/index.min.js +11 -11
- package/package.json +3 -3
- package/src/style/base/__snapshots__/theme.spec.js.snap +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.34.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v3.33.0...instruments/core-v3.34.0) (2023-05-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **rebilly-js-sdk:** Update JS SDK to API definitions updates ([#243](https://github.com/Rebilly/rebilly/issues/243)) ([0d51379](https://github.com/Rebilly/rebilly/commit/0d5137984f4a3e33e3034bbc4a0bb19bb6ecafd2))
|
|
7
|
+
|
|
8
|
+
## [3.33.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v3.32.0...instruments/core-v3.33.0) (2023-05-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **kyc-document-gatherer:** Migrate components to TypeScript ([#229](https://github.com/Rebilly/rebilly/issues/229)) ([ecedced](https://github.com/Rebilly/rebilly/commit/ecedced77f4f5fa2078ab17a6b74e3bc63fd2582))
|
|
14
|
+
|
|
1
15
|
## [3.32.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v3.31.0...instruments/core-v3.32.0) (2023-05-10)
|
|
2
16
|
|
|
3
17
|
|