File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1- 1.18.2
1+ 1.18.3
Original file line number Diff line number Diff line change 11## RevenueCat SDK
22### π Bugfixes
3- * WEB-3408: Add Overlay background when renderPaywall is called with no targetElement. ( # 648 ) via Nicola Sacco (@nicfix )
3+ * Fix ` identifyUser ` wasCreated ( # 654 ) via Toni Rico (@tonidero )
44
55### π Other Changes
6- * Bump fastlane-plugin-revenuecat_internal from ` 25c7fb8 ` to ` 1e3e3fd ` (#646 ) via dependabot[ bot] (@dependabot [ bot] )
6+ * Add workflowIdentifier to PresentedOfferingContext interface (#651 ) via Elena PΓ©rez Rioja (@elenaperezrioja )
7+ * Add context workflow identifier support (#649 ) via Nicola Sacco (@nicfix )
Original file line number Diff line number Diff line change 1+ ## 1.18.3
2+ ## RevenueCat SDK
3+ ### π Bugfixes
4+ * Fix ` identifyUser ` wasCreated (#654 ) via Toni Rico (@tonidero )
5+
6+ ### π Other Changes
7+ * Add workflowIdentifier to PresentedOfferingContext interface (#651 ) via Elena PΓ©rez Rioja (@elenaperezrioja )
8+ * Add context workflow identifier support (#649 ) via Nicola Sacco (@nicfix )
9+
110## 1.18.2
211## RevenueCat SDK
312### π 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.18.2 " ,
5+ "version" : " 1.18.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.18.2 / " />
5+ < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/purchases-js-docs/1.18.3 / " />
66</ head >
77< body >
88</ body >
Original file line number Diff line number Diff line change 1- export const VERSION = "1.18.2 " ;
1+ export const VERSION = "1.18.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