Skip to content

Commit 8851ffa

Browse files
authored
[AUTOMATIC] Release/1.18.3 (#656)
**This is an automatic release.** ## RevenueCat SDK ### 🐞 Bugfixes * Fix `identifyUser` wasCreated (#654) via Toni Rico (@tonidero) ### πŸ”„ Other Changes * Add workflowIdentifier to PresentedOfferingContext interface (#651) via Elena PΓ©rez Rioja (@elenaperezrioja) * Add context workflow identifier support (#649) via Nicola Sacco (@nicfix)
1 parent 9d1b309 commit 8851ffa

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

β€Ž.versionβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.2
1+
1.18.3

β€ŽCHANGELOG.latest.mdβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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)

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

β€Žscripts/docs/index.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

β€Žsrc/helpers/constants.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = "1.18.2";
1+
export const VERSION = "1.18.3";
22
export const RC_ENDPOINT = import.meta.env.VITE_RC_ENDPOINT as string;
33
export const RC_ANALYTICS_ENDPOINT = import.meta.env
44
.VITE_RC_ANALYTICS_ENDPOINT as string;

0 commit comments

Comments
Β (0)