@qratilabs/qrati-connect 1.30.0 → 1.32.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.31.0](https://github.com/qrati-labs/qrati-connect-js/compare/v1.30.0...v1.31.0) (2025-05-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * simplify spacing logic in MediaGallery component ([0c80ffa](https://github.com/qrati-labs/qrati-connect-js/commit/0c80ffaf06fcb26e13717248a8e72a389ffe78db))
7
+
8
+ # [1.30.0](https://github.com/qrati-labs/qrati-connect-js/compare/v1.29.0...v1.30.0) (2025-05-10)
9
+
10
+
11
+ ### Features
12
+
13
+ * update UI components for improved consistency and user experience ([80ef518](https://github.com/qrati-labs/qrati-connect-js/commit/80ef51889bcc7295a5e5daeab37d7dc7abff9cd3))
14
+
1
15
  # [1.29.0](https://github.com/qrati-labs/qrati-connect-js/compare/v1.28.0...v1.29.0) (2025-05-09)
2
16
 
3
17
 
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "React Component"
13
13
  ],
14
14
  "author": "Qrati Labs LLC",
15
- "version": "1.30.0",
15
+ "version": "1.32.0",
16
16
  "type": "module",
17
17
  "main": "./react.es.js",
18
18
  "module": "./react.es.js",