Skip to content

Commit

Permalink
[AUTOMATIC] Release/0.16.0 (#303)
Browse files Browse the repository at this point in the history
**This is an automatic release.**

## RevenueCat SDK
### πŸ“¦ Dependency Updates
* Bump fastlane from 2.225.0 to 2.226.0 (#261) via dependabot[bot]
(@dependabot[bot])

### πŸ”„ Other Changes
* [WEB-2016] Rename Web Billing (#283) via Antonio Borrero Granell
(@antoniobg)
  • Loading branch information
RCGitBot authored Feb 6, 2025
1 parent 0e2692a commit 8395736
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.2
0.16.0
10 changes: 4 additions & 6 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## RevenueCatUI SDK
### 🐞 Bugfixes
* Fix broken e2e tests + upgrade purchases-ui-js version (#270) via Guido Torres (@guido732)
## RevenueCat SDK
### πŸ“¦ Dependency Updates
* Bump fastlane from 2.225.0 to 2.226.0 (#261) via dependabot[bot] (@dependabot[bot])

### πŸ”„ Other Changes
* Quieter test logs (#284) via Pol Miro (@polmiro)
* chore: upgrade storybook to latest (#276) via Alfonso Embid-Desmet (@alfondotnet)
* chore: add console.error in example app when API is not set (#275) via Alfonso Embid-Desmet (@alfondotnet)
* [WEB-2016] Rename Web Billing (#283) via Antonio Borrero Granell (@antoniobg)
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.16.0
## RevenueCat SDK
### πŸ“¦ Dependency Updates
* Bump fastlane from 2.225.0 to 2.226.0 (#261) via dependabot[bot] (@dependabot[bot])

### πŸ”„ Other Changes
* [WEB-2016] Rename Web Billing (#283) via Antonio Borrero Granell (@antoniobg)

## 0.15.2
## RevenueCatUI SDK
### 🐞 Bugfixes
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": "0.15.2",
"version": "0.16.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/0.15.2/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/0.16.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,2 +1,2 @@
export const VERSION = "0.15.2";
export const VERSION = "0.16.0";
export const RC_ENDPOINT = import.meta.env.VITE_RC_ENDPOINT as string;

0 comments on commit 8395736

Please sign in to comment.