Skip to content

Commit 7476f9a

Browse files
committed
Version bump for 1.24.4
1 parent 251bee9 commit 7476f9a

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.3
1+
1.24.4

CHANGELOG.latest.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
## RevenueCat SDK
22
### 🐞 Bugfixes
3-
* Web 3663: Fix showing text for intro offers also when only trials are defined in Paywalls (#734) via Nicola Sacco (@nicfix)
3+
* Bump purchases-ui-js to 3.6.3 (#738) via Franco Correa (@francocorreasosa)
4+
5+
### 🔄 Other Changes
6+
* Add lint rule to avoid direct usage of browser globals (#735) via Toni Rico (@tonidero)
7+
* Bump fastlane from 2.231.0 to 2.231.1 (#729) via dependabot[bot] (@dependabot[bot])

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.24.4
2+
## RevenueCat SDK
3+
### 🐞 Bugfixes
4+
* Bump purchases-ui-js to 3.6.3 (#738) via Franco Correa (@francocorreasosa)
5+
6+
### 🔄 Other Changes
7+
* Add lint rule to avoid direct usage of browser globals (#735) via Toni Rico (@tonidero)
8+
* Bump fastlane from 2.231.0 to 2.231.1 (#729) via dependabot[bot] (@dependabot[bot])
9+
110
## 1.24.3
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.24.3",
5+
"version": "1.24.4",
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.24.3/" />
5+
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/1.24.4/" />
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.24.3";
1+
export const VERSION = "1.24.4";
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)