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
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.0
1.32.0
10 changes: 2 additions & 8 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
## RevenueCat SDK
### ✨ New Features
* WEB-3903: Stripe Checkout branding support (#828) via Nicola Sacco (@nicfix)

## RevenueCatUI SDK
### ✨ New Features
* PW-1201 | Bump `purchases-ui-js` package to enable promo text overrides for discounts (#832) via Rosie Watson (@RosieWatson)
* Pass checkout locale to /checkout/start (#826) via Volodymyr Kartavyi (@vkartaviy)

### 🔄 Other Changes
* Refactor checkoutStart/postCheckoutStart to use params objects (#825) via Volodymyr Kartavyi (@vkartaviy)
* Fix package.json to reflect correct version (#824) via Toni Rico (@tonidero)
* Merge release PR after deploy (#812) via Antonio Pallares (@ajpallares)
* Fix for package.json version that drifted from .version file (#835) via Nicola Sacco (@nicfix)
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.32.0
## RevenueCat SDK
### ✨ New Features
* Pass checkout locale to /checkout/start (#826) via Volodymyr Kartavyi (@vkartaviy)

### 🔄 Other Changes
* Fix for package.json version that drifted from .version file (#835) via Nicola Sacco (@nicfix)

## 1.31.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": "1.31.0",
"version": "1.32.0",
"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/1.31.0/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/1.32.0/" />
</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,4 +1,4 @@
export const VERSION = "1.31.0";
export const VERSION = "1.32.0";
export const RC_ENDPOINT = import.meta.env.VITE_RC_ENDPOINT as string;
export const RC_ANALYTICS_ENDPOINT = import.meta.env
.VITE_RC_ANALYTICS_ENDPOINT as string;