-
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 ### π¦ Dependency Updates * Bump fastlane from 2.225.0 to 2.226.0 (#261) via dependabot[bot] (@dependabot[bot]) ### π Other Changes * [WEB-2016] Rename Web Billing (#283) via Antonio Borrero Granell (@antoniobg)
- Loading branch information
Showing
6 changed files
with
16 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.2 | ||
0.16.0 |
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,8 +1,6 @@ | ||
## RevenueCatUI SDK | ||
### π Bugfixes | ||
* Fix broken e2e tests + upgrade purchases-ui-js version (#270) via Guido Torres (@guido732) | ||
## RevenueCat SDK | ||
### π¦ Dependency Updates | ||
* Bump fastlane from 2.225.0 to 2.226.0 (#261) via dependabot[bot] (@dependabot[bot]) | ||
|
||
### π Other Changes | ||
* Quieter test logs (#284) via Pol Miro (@polmiro) | ||
* chore: upgrade storybook to latest (#276) via Alfonso Embid-Desmet (@alfondotnet) | ||
* chore: add console.error in example app when API is not set (#275) via Alfonso Embid-Desmet (@alfondotnet) | ||
* [WEB-2016] Rename Web Billing (#283) via Antonio Borrero Granell (@antoniobg) |
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.2"; | ||
export const VERSION = "0.16.0"; | ||
export const RC_ENDPOINT = import.meta.env.VITE_RC_ENDPOINT as string; |