-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
10 additions
and
16 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.11.0 | ||
0.11.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,14 +1,3 @@ | ||
## RevenueCat SDK | ||
### ✨ New Features | ||
* Customisation: Toggle product description from the product info panel (#212) via Nicola Sacco (@nicfix) | ||
* Customization: Added shapes, background colors and generated text color. (#209) via Nicola Sacco (@nicfix) | ||
### 🐞 Bugfixes | ||
* Fix locale to 'en' (#210) via Jens-Fabian Goetzmann (@jefago) | ||
### 📦 Dependency Updates | ||
* Fix security vulnerabilities (#211) via Toni Rico (@tonidero) | ||
* ECO-1336: Revamping storybook to make it easier to implement UI changes in the sdk (#206) via Nicola Sacco (@nicfix) | ||
|
||
### 🔄 Other Changes | ||
* ECO-1336-layout components (#207) via Nicola Sacco (@nicfix) | ||
* Adds RELEASING.md (#205) via JayShortway (@JayShortway) | ||
* Adds fastlane/.env.SAMPLE (#204) via JayShortway (@JayShortway) | ||
* Restored the default accent and focus colors used before the customization implementation (#215) 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.11.0"; | ||
export const VERSION = "0.11.1"; | ||
export const RC_ENDPOINT = import.meta.env.VITE_RC_ENDPOINT as string; |