@liquidcommercedev/rmn-sdk 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +20 -3
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,23 @@
|
|
1
|
-
|
1
|
+
## [1.3.1](https://github.com/liquidcommerce/rmn-sdk/compare/v1.3.0...v1.3.1) (2024-10-01)
|
2
2
|
|
3
3
|
|
4
|
-
###
|
4
|
+
### Bug Fixes
|
5
5
|
|
6
|
-
*
|
6
|
+
* build ([5b022a2](https://github.com/liquidcommerce/rmn-sdk/commit/5b022a28d803a746e4fa9eedfc3d4275d91639df))
|
7
|
+
* relase fix ([ba74044](https://github.com/liquidcommerce/rmn-sdk/commit/ba74044787c47d446ce8b6688c547a5d968583a0))
|
8
|
+
* release ([1cd4844](https://github.com/liquidcommerce/rmn-sdk/commit/1cd4844a126786f4336f16517dde6219a25632e1))
|
9
|
+
* release ([fd7d22f](https://github.com/liquidcommerce/rmn-sdk/commit/fd7d22f9226ceeb2bdec7185400751129e5a7b6a))
|
10
|
+
* revert back release ([97340e6](https://github.com/liquidcommerce/rmn-sdk/commit/97340e6feca451487ab99f74c1d5bde45111c8ef))
|
11
|
+
* template border radius ([985f94d](https://github.com/liquidcommerce/rmn-sdk/commit/985f94dc98f637be09bb5c746375cf6dcfe9a799))
|
12
|
+
|
13
|
+
## [1.3.1-beta.1](https://github.com/liquidcommerce/rmn-sdk/compare/v1.3.0...v1.3.1-beta.1) (2024-10-01)
|
14
|
+
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
* build ([5b022a2](https://github.com/liquidcommerce/rmn-sdk/commit/5b022a28d803a746e4fa9eedfc3d4275d91639df))
|
19
|
+
* relase fix ([ba74044](https://github.com/liquidcommerce/rmn-sdk/commit/ba74044787c47d446ce8b6688c547a5d968583a0))
|
20
|
+
* release ([1cd4844](https://github.com/liquidcommerce/rmn-sdk/commit/1cd4844a126786f4336f16517dde6219a25632e1))
|
21
|
+
* release ([fd7d22f](https://github.com/liquidcommerce/rmn-sdk/commit/fd7d22f9226ceeb2bdec7185400751129e5a7b6a))
|
22
|
+
* revert back release ([97340e6](https://github.com/liquidcommerce/rmn-sdk/commit/97340e6feca451487ab99f74c1d5bde45111c8ef))
|
23
|
+
* template border radius ([985f94d](https://github.com/liquidcommerce/rmn-sdk/commit/985f94dc98f637be09bb5c746375cf6dcfe9a799))
|
package/dist/index.d.ts
CHANGED