Skip to content

Commit f6965a5

Browse files
committed
fix: Bumps gotrue-js so that it works with React Native
1 parent a0faa38 commit f6965a5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

RELEASE.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.
44

5+
## 1.0.6
6+
7+
- Bumps gotrue-js so that it works with React Native: https://github.com/supabase/gotrue-js/pull/26
8+
59
## 1.0.5
610

711
- Adds local storage options for Auth.

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs:json": "typedoc --json docs/spec.json --mode modules --includeDeclarations --excludeExternals"
3434
},
3535
"dependencies": {
36-
"@supabase/gotrue-js": "^1.7.2",
36+
"@supabase/gotrue-js": "^1.7.3",
3737
"@supabase/postgrest-js": "^0.21.2",
3838
"@supabase/realtime-js": "^1.0.6"
3939
},

0 commit comments

Comments
 (0)