-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**This is an automatic release.** ## RevenueCat SDK ### 🐞 Bugfixes * Fix for the select options background color on windows (#267) via Nicola Sacco (@nicfix)
- Loading branch information
Showing
6 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.15.0 | ||
0.15.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
## RevenueCat SDK | ||
### ✨ New Features | ||
* feat: Added Support for Direct Payment Flow (#260) via Víctor Ferrer García (@vicfergar) | ||
|
||
### 🔄 Other Changes | ||
* add onError callback that rejects the promise of the rendering (#263) via Guido Torres (@guido732) | ||
* Update fastlane plugin to include some fixes and some other dependencies (#265) via Toni Rico (@tonidero) | ||
### 🐞 Bugfixes | ||
* Fix for the select options background color on windows (#267) via Nicola Sacco (@nicfix) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const VERSION = "0.15.0"; | ||
export const VERSION = "0.15.1"; | ||
export const RC_ENDPOINT = import.meta.env.VITE_RC_ENDPOINT as string; |