Skip to content

Commit

Permalink
Release v1.23.0 Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph committed Jan 21, 2025
1 parent a339b8a commit acdf92c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js-miniapp-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-miniapp-bridge",
"version": "1.22.0",
"version": "1.23.0",
"description": "Mini App JavaScript Bridge",
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion js-miniapp-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-miniapp-sample",
"version": "1.22.0",
"version": "1.23.0",
"description": "Mini App Sample for JavaScript SDK",
"dependencies": {
"@brightcove/react-player-loader": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion js-miniapp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### 1.23.0 (2025-01-15)
### 1.23.0 (2025-01-21)
- **Feature:** Added new interface `triggerLoginUI` to trigger the login UI for the user.
- **Feature:** Added new interface `getExchangeToken` to get the exchange token from the Host app.
- **Feature:** Added new interface `logEvent` to log an event with the specified message and log level.
Expand Down
6 changes: 3 additions & 3 deletions js-miniapp-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ MiniApp.user
.catch(error => console.error(error));
```
#### Exchange Token
#### Exchange Token <small style="color:green;font-size: 12px">Available from v1.23.0</small>
**API:** [UserInfoProvider.getExchangeToken](api/interfaces/userinfoprovider.md#getexchangetoken),
[AccessTokenData](api/classes/accesstokendata.md),
Expand Down Expand Up @@ -1566,7 +1566,7 @@ MiniApp.user
<div id='trigger-login-ui'/>
## Trigger Login UI
## Trigger Login UI <small style="color:green;font-size: 12px">Available from v1.23.0</small>
<dl>
<dd>
Expand All @@ -1592,7 +1592,7 @@ MiniApp.userProfileManager
<div id='log-event'/>
## Log Event
## Log Event <small style="color:green;font-size: 12px">Available from v1.23.0</small>
<dl>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion js-miniapp-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-miniapp-sdk",
"version": "1.22.0",
"version": "1.23.0",
"description": "Mini App SDK for JavaScript",
"main": "build/miniapp.bundle.js",
"browser": "build/miniapp.bundle.js",
Expand Down

0 comments on commit acdf92c

Please sign in to comment.