File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- 1.24.2
1+ 1.24.3
Original file line number Diff line number Diff line change 11## RevenueCat SDK
22### 🐞 Bugfixes
3- * Fix errors when running in non-browser environment (#732 ) via Toni Rico (@tonidero )
4-
5- ### 🔄 Other Changes
6- * Bump fastlane from 2.230.0 to 2.231.0 (#725 ) via dependabot[ bot] (@dependabot [ bot] )
7- * Remove unnecessary min release age exclusions (#721 ) via James O'Donnell (@james-od )
3+ * Web 3663: Fix showing text for intro offers also when only trials are defined in Paywalls (#734 ) via Nicola Sacco (@nicfix )
Original file line number Diff line number Diff line change 1+ ## 1.24.3
2+ ## RevenueCat SDK
3+ ### 🐞 Bugfixes
4+ * Web 3663: Fix showing text for intro offers also when only trials are defined in Paywalls (#734 ) via Nicola Sacco (@nicfix )
5+
16## 1.24.2
27## RevenueCat SDK
38### 🐞 Bugfixes
Original file line number Diff line number Diff line change 22 "name" : " @revenuecat/purchases-js" ,
33 "description" : " Web subscriptions made easy. Powered by RevenueCat" ,
44 "private" : false ,
5- "version" : " 1.24.2 " ,
5+ "version" : " 1.24.3 " ,
66 "type" : " module" ,
77 "files" : [
88 " dist"
Original file line number Diff line number Diff line change 22<!DOCTYPE html>
33< html >
44< head >
5- < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/purchases-js-docs/1.24.2 / " />
5+ < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/purchases-js-docs/1.24.3 / " />
66</ head >
77< body >
88</ body >
Original file line number Diff line number Diff line change 1- export const VERSION = "1.24.2 " ;
1+ export const VERSION = "1.24.3 " ;
22export const RC_ENDPOINT = import . meta. env . VITE_RC_ENDPOINT as string ;
33export const RC_ANALYTICS_ENDPOINT = import . meta. env
44 . VITE_RC_ANALYTICS_ENDPOINT as string ;
You can’t perform that action at this time.
0 commit comments