Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions content/docs/expo/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ description: "Release notes for the Superwall Expo SDK"

# Changelog

## 1.0.8

### Patch Changes

- d0f5d72: Bump Android SDK version
- 9c51c45: Bump iOS SDK to 4.14.1

## 1.0.7

### Patch Changes

- 6a8fea6: Fix compat event decoding for `paywallPreloadStart`.

## 1.0.6

### Patch Changes

- a343340: Prevent `configure()` from settling its Expo promise more than once during
native setup on iOS and Android. This avoids crashes such as
`PromiseAlreadySettledException` if the native SDK completion handler is
invoked more than once.

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion content/docs/expo/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ If you have feedback on any of our docs, please leave a rating and message at th

If you have any issues please [open an issue on GitHub](https://github.com/superwall/expo-superwall/issues).

<SdkLatestVersion version="v1.0.5" repoUrl="https://github.com/superwall/expo-superwall" />
<SdkLatestVersion version="v1.0.8" repoUrl="https://github.com/superwall/expo-superwall" />
2 changes: 1 addition & 1 deletion content/docs/expo/sdk-reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ If you have feedback on any of our docs, please leave a rating and message at th

If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/expo-superwall/issues).

<SdkLatestVersion version="v1.0.5" repoUrl="https://github.com/superwall/expo-superwall" />
<SdkLatestVersion version="v1.0.8" repoUrl="https://github.com/superwall/expo-superwall" />
Loading