@iebh/tera-fy 2.0.19 → 2.0.20
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.20](https://github.com/IEBH/TERA-fy/compare/v2.0.18...v2.0.20) (2025-04-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### docs
|
|
7
|
+
|
|
8
|
+
* Missing documentation for Vue plugins ([8b00cbc](https://github.com/IEBH/TERA-fy/commit/8b00cbcd39d1089fd54589e9e71437f80923a68d))
|
|
9
|
+
|
|
10
|
+
### fix
|
|
11
|
+
|
|
12
|
+
* Treat supabase as a SupabaseClient rather than Supabasey ([7d5fe1d](https://github.com/IEBH/TERA-fy/commit/7d5fe1d2aa7275b4a1a5be0f1182c6a60674876e))
|
|
13
|
+
* Wrong level of nesting when setting inital user credits ([675cd44](https://github.com/IEBH/TERA-fy/commit/675cd445f38183d5aa8dd27a1b8d04a6ed6a6c4b))
|
|
14
|
+
|
|
3
15
|
## [2.0.18](https://github.com/IEBH/TERA-fy/compare/v2.0.16...v2.0.18) (2025-03-31)
|
|
4
16
|
|
|
5
17
|
|
package/package.json
CHANGED