Skip to content

Commit

Permalink
Merge branch 'release/1.31.0' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Feb 15, 2024
2 parents d5a4f2e + 10db2fe commit ce3ff4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNext

-

### v1.31.0

- Switch to new Freeport Smart Contract SDK
- Refactor Assets and activity stores to reduce copy & past
- Remove usages of static token config everywhere, and fetch the data from contracts
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cere-wallet-client",
"version": "1.30.0",
"version": "1.31.0",
"private": true,
"sideEffects": false,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-wallet/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const WALLET_CLIENT_VERSION = '1.30.0';
export const WALLET_CLIENT_VERSION = '1.31.0';

0 comments on commit ce3ff4c

Please sign in to comment.