@rebasepro/firebase 0.19.2-canary.g9b599d4 → 0.20.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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebasepro/firebase",
3
- "version": "0.19.2-canary.g9b599d4",
3
+ "version": "0.20.0",
4
4
  "description": "Firebase data source for Rebase — run the Rebase admin panel and SDK against Firestore.",
5
5
  "keywords": [
6
6
  "rebase",
@@ -33,13 +33,13 @@
33
33
  "fast-equals": "6.0.2",
34
34
  "fuse.js": "^7.5.0",
35
35
  "react-router": "^8.3.0",
36
- "@rebasepro/cms": "0.19.2-canary.g9b599d4",
37
- "@rebasepro/app": "0.19.2-canary.g9b599d4",
38
- "@rebasepro/common": "0.19.2-canary.g9b599d4",
39
- "@rebasepro/cms-types": "0.19.2-canary.g9b599d4",
40
- "@rebasepro/types": "0.19.2-canary.g9b599d4",
41
- "@rebasepro/utils": "0.19.2-canary.g9b599d4",
42
- "@rebasepro/ui": "0.19.2-canary.g9b599d4"
36
+ "@rebasepro/cms": "0.20.0",
37
+ "@rebasepro/cms-types": "0.20.0",
38
+ "@rebasepro/app": "0.20.0",
39
+ "@rebasepro/common": "0.20.0",
40
+ "@rebasepro/types": "0.20.0",
41
+ "@rebasepro/ui": "0.20.0",
42
+ "@rebasepro/utils": "0.20.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "firebase": "^10.12.2 || ^11.0.0 || ^12.0.0",