@atzentis/auth-expo 0.1.0 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c98fda5`](https://github.com/atzentis/auth-sdk/commit/c98fda5d6b57b691a689e8cd51ccf0b46fd85eeb) Thanks [@vassilibo](https://github.com/vassilibo)! - Release v0.2.0 — route constants extraction, test stabilization, Better Auth 1.5 alignment
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`2f86a4c`](https://github.com/atzentis/auth-sdk/commit/2f86a4c53d209c53f49c00281f6d116f11f5b762), [`c98fda5`](https://github.com/atzentis/auth-sdk/commit/c98fda5d6b57b691a689e8cd51ccf0b46fd85eeb), [`60cd7bb`](https://github.com/atzentis/auth-sdk/commit/60cd7bb6ae5decaea7c2b753f87c83a960c1e94f)]:
12
+ - @atzentis/auth-sdk@0.2.0
13
+ - @atzentis/auth-locales@0.2.0
14
+
15
+ ## 0.1.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [`1370133`](https://github.com/atzentis/atzentis-auth-sdk/commit/1370133228d81bc1ac5db2f2f1d6b97edf163fe8) Thanks [@vassilibo](https://github.com/vassilibo)! - Fix TypeScript type errors in TanStack Query hooks and form components. Added explicit type parameters to useQuery and useMutation to prevent never type inference. Fixed Checkbox type coercion in SignupForm and corrected test expectation for retryAfter milliseconds.
20
+
21
+ - Updated dependencies [[`1370133`](https://github.com/atzentis/atzentis-auth-sdk/commit/1370133228d81bc1ac5db2f2f1d6b97edf163fe8)]:
22
+ - @atzentis/auth-sdk@0.1.1
23
+
3
24
  All notable changes to this project will be documented in this file.
4
25
 
5
26
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).