@qratilabs/qrati-connect 2.7.1 → 2.7.2

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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [2.7.1](https://github.com/qrati-labs/qrati-connect-ts/compare/v2.7.0...v2.7.1) (2026-03-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add missing import for PhotoSwipe CSS in global styles ([54ef1b8](https://github.com/qrati-labs/qrati-connect-ts/commit/54ef1b822cdf03cf1c2fdcfbe0eb602d1a94e5b0))
7
+ * correct selector for action button in PhotoSwipeCaption ([cc0db1c](https://github.com/qrati-labs/qrati-connect-ts/commit/cc0db1c927f849ae86844968d199a87ed5977ed9))
8
+ * refactor PhotoSwipe styles integration and remove unused CSS imports ([86e52f2](https://github.com/qrati-labs/qrati-connect-ts/commit/86e52f21441b541d9e7c156aa502fe8b8269e939))
9
+ * remove unused cleanSourceMaps function and update React peer dependencies to version 18 ([3ff4afc](https://github.com/qrati-labs/qrati-connect-ts/commit/3ff4afcf16000bbc0580904b0db1b15ec8a3c044))
10
+ * restore legacy PhotoSwipe stylesheet during post-build process ([c57b555](https://github.com/qrati-labs/qrati-connect-ts/commit/c57b5551467eeba546caf302d5a94e4c058cc629))
11
+ * update button text to lowercase for consistency ([686cae2](https://github.com/qrati-labs/qrati-connect-ts/commit/686cae238092c1e91b467211a4ef5ddfc0f4af01))
12
+
1
13
  # [2.7.0](https://github.com/qrati-labs/qrati-connect-ts/compare/v2.6.0...v2.7.0) (2026-03-26)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qratilabs/qrati-connect",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "Qrati Connect - A React-based micro frontend component",
5
5
  "author": "Qrati Labs",
6
6
  "license": "MIT",