@qratilabs/qrati-connect 1.11.0 → 1.11.1
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 +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.11.0](https://github.com/qrati-labs/qrati-connect-js/compare/v1.10.1...v1.11.0) (2025-04-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add .env.local for local development and adjust grid gap in PublicEvents component ([a294a8c](https://github.com/qrati-labs/qrati-connect-js/commit/a294a8c0fa5781d78b0d740f4da9be7b7ed8b137))
|
|
7
|
+
|
|
1
8
|
## [1.10.1](https://github.com/qrati-labs/qrati-connect-js/compare/v1.10.0...v1.10.1) (2025-04-03)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@qratilabs/qrati-connect",
|
|
3
3
|
"description": "Easily integrate Qrati into your Web app with a simple, lightweight yet powerful component.",
|
|
4
4
|
"author": "Qrati Labs LLC",
|
|
5
|
-
"version": "1.11.
|
|
5
|
+
"version": "1.11.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./react.es.js",
|
|
8
8
|
"module": "./react.es.js",
|