Skip to content

Commit

Permalink
Release changes for 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph committed Mar 26, 2024
1 parent cac428f commit 00ebd5b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 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.20.0",
"version": "1.20.1",
"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.20.0",
"version": "1.20.1",
"description": "Mini App Sample for JavaScript SDK",
"dependencies": {
"@brightcove/react-player-loader": "^1.4.2",
Expand Down
3 changes: 3 additions & 0 deletions js-miniapp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## CHANGELOG

### 1.20.1 (2024-03-26)
- **Fix:** Updated dependency for `libbase64` to use static `1.2.1` version

### 1.20.0 (2024-03-21)
- **Feature:** Added new interfaces `set(key: string, value: string)`, `get(key: string)`, `remove(key: string)`, `clearMiniAppPreferences()` which uses the native storage features like Shared Preferences/User defaults to store anything from MiniApp.
- **Feature:** Updated HostEnvironmentInfo to have `hostBuildType`, `deviceToken` and `pushToken`
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.20.0",
"version": "1.20.1",
"description": "Mini App SDK for JavaScript",
"main": "build/miniapp.bundle.js",
"browser": "build/miniapp.bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8194,7 +8194,7 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"

libbase64@^1.2.1:
[email protected]:
version "1.2.1"
resolved "https://registry.yarnpkg.com/libbase64/-/libbase64-1.2.1.tgz#fb93bf4cb6d730f29b92155b6408d1bd2176a8c8"
integrity sha512-l+nePcPbIG1fNlqMzrh68MLkX/gTxk/+vdvAb388Ssi7UuUN31MI44w4Yf33mM3Cm4xDfw48mdf3rkdHszLNew==
Expand Down

0 comments on commit 00ebd5b

Please sign in to comment.