@qratilabs/qrati-connect 1.34.1 → 1.36.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.35.0](https://github.com/qrati-labs/qrati-connect-js/compare/v1.34.1...v1.35.0) (2025-06-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * simplify column constraints logic in MediaGallery component ([8847fc8](https://github.com/qrati-labs/qrati-connect-js/commit/8847fc874ded9409532f69e42815aa42c45d5795))
7
+
8
+ ## [1.34.1](https://github.com/qrati-labs/qrati-connect-js/compare/v1.34.0...v1.34.1) (2025-06-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * formatting of JSX element in ReactRouterRoutes ([d959677](https://github.com/qrati-labs/qrati-connect-js/commit/d959677097fdd7f47b59b2dcb2c23a240492851f))
14
+
1
15
  # [1.34.0](https://github.com/qrati-labs/qrati-connect-js/compare/v1.33.0...v1.34.0) (2025-05-21)
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.34.1",
15
+ "version": "1.36.0",
16
16
  "type": "module",
17
17
  "main": "./react.es.js",
18
18
  "module": "./react.es.js",