@qratilabs/qrati-connect 1.0.0-beta.21 → 1.0.0-beta.22

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 +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.0.0-beta.21](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2025-02-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove outdated dependency on @qratilabs/qrati-connect ([db68ed0](https://github.com/qrati-labs/qrati-connect-js/commit/db68ed0e9263259d7540f0f4eef995b477026696))
7
+
1
8
  # [1.0.0-beta.20](https://github.com/qrati-labs/qrati-connect-js/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2025-02-15)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qratilabs/qrati-connect",
3
- "version": "1.0.0-beta.21",
3
+ "version": "1.0.0-beta.22",
4
4
  "description": "Easily integrate Qrati into your React app with a simple but powerful component.",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",