Skip to content

Commit

Permalink
Updated version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Feb 15, 2024
1 parent 6b8beed commit 10db2fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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
8 changes: 4 additions & 4 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 10db2fe

Please sign in to comment.