Skip to content

Commit 89dfe7b

Browse files
chore(main): release 2.6.0
1 parent 15720e4 commit 89dfe7b

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.0"
2+
".": "2.6.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## [2.6.0](https://github.com/supabase-community/supabase-swift/compare/2.5.0...v2.6.0) (2024-04-01)
4+
5+
6+
### Features
7+
8+
* **auth:** Add `signInAnonymously` ([#297](https://github.com/supabase-community/supabase-swift/issues/297)) ([4c25a3e](https://github.com/supabase-community/supabase-swift/commit/4c25a3eac392b319154ffb3d5d33a0686e3781a4))
9+
* **auth:** add `signInWithSSO` method ([#289](https://github.com/supabase-community/supabase-swift/issues/289)) ([5847800](https://github.com/supabase-community/supabase-swift/commit/5847800e8bc0fa206c036e1e151b6a004ed650f1))
10+
* **auth:** add whatsapp channel option to signInWithOTP ([#287](https://github.com/supabase-community/supabase-swift/issues/287)) ([600c400](https://github.com/supabase-community/supabase-swift/commit/600c400c38883bb29ab236e8a1954fe8ab6ff17f))
11+
* **storage:** add `createSignedUploadURL` and `uploadToSignedURL` methods ([#290](https://github.com/supabase-community/supabase-swift/issues/290)) ([576693e](https://github.com/supabase-community/supabase-swift/commit/576693eb374cbd00d590f24f58c4e68124dcfebf))
12+
13+
14+
### Bug Fixes
15+
16+
* add .release-please-manifest.json ([84750ed](https://github.com/supabase-community/supabase-swift/commit/84750ed3a0686da692c11b00ebbf0d8d6093a3fb))
17+
* **auth:** stored session backwards compatibility ([#294](https://github.com/supabase-community/supabase-swift/issues/294)) ([847fe97](https://github.com/supabase-community/supabase-swift/commit/847fe97b5436cfb2e1720fa559a4068b70077104))
18+
* fix release-please ([a469396](https://github.com/supabase-community/supabase-swift/commit/a46939687a44d447737049f9506414be1d99aacb))
19+
* inject version in Version.swift file ([3d6ba60](https://github.com/supabase-community/supabase-swift/commit/3d6ba60802b6f7dfad07f92912bc411ccacba111))
20+
* inject version in Version.swift file ([3e8e3dd](https://github.com/supabase-community/supabase-swift/commit/3e8e3dd653717d55d35643d3b0816c8258f53ec0))
21+
* inject version in Version.swift file ([75f73f7](https://github.com/supabase-community/supabase-swift/commit/75f73f7a43e8ab8d573759627f77cb321aef93a4))
22+
* invalid json format on release-please-config.json ([177db74](https://github.com/supabase-community/supabase-swift/commit/177db7467a86c55b97f717a44a03d5a9a460fac2))
23+
* **realtime:** web socket message listener doesn't stop ([#284](https://github.com/supabase-community/supabase-swift/issues/284)) ([0b19580](https://github.com/supabase-community/supabase-swift/commit/0b19580d936395a1b6177ec0b57682cab010f14a))
24+
* release-please extra-files ([c88046e](https://github.com/supabase-community/supabase-swift/commit/c88046e6bba762c3a99539e7cdccc2361baa7969))
25+
* release-please workflow ([d16c5e5](https://github.com/supabase-community/supabase-swift/commit/d16c5e52861e21d1a34c76db83f7f6670d4a56c4))
26+
* revert release-please-config.json file ([5db15db](https://github.com/supabase-community/supabase-swift/commit/5db15dbaf41e021e57864f0c9a006f0f7e7b6354))
27+
* revert release-please-config.json file ([6959abe](https://github.com/supabase-community/supabase-swift/commit/6959abe5784f932220a772170745ba987ce06e3a))
28+
* set release to 2.5.1 ([4b616ad](https://github.com/supabase-community/supabase-swift/commit/4b616adb92ab88e0b978b667fc6375673fdb5dbf))
29+
* wip ([15720e4](https://github.com/supabase-community/supabase-swift/commit/15720e46e24f26981e42cb3cc341459c4a4a4432))

Sources/_Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package let version = "2.5.1" // {x-release-please-version}
1+
package let version = "2.6.0" // {x-release-please-version}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.6.0

0 commit comments

Comments
 (0)