Skip to content

Commit

Permalink
Version bump for 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Oct 17, 2024
1 parent 39b2d2c commit 073b2be
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1
13 changes: 1 addition & 12 deletions CHANGELOG.latest.md
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)
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.11.1
## RevenueCat SDK
### 🐞 Bugfixes
* Restored the default accent and focus colors used before the customization implementation (#215) via Nicola Sacco (@nicfix)

## 0.11.0
## RevenueCat SDK
### ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@revenuecat/purchases-js",
"description": "Web subscriptions made easy. Powered by RevenueCat",
"private": false,
"version": "0.11.0",
"version": "0.11.1",
"type": "module",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/0.11.0/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/0.11.1/" />
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/constants.ts
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;

0 comments on commit 073b2be

Please sign in to comment.