Skip to content

Commit

Permalink
updated @etherspot/prime-sdk to 1.1.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart authored Jul 25, 2023
1 parent 1fe8af8 commit 36e1419
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.4.3] - 2023-07-25

### Added
- Updated `@etherspot/prime-sdk` to version `1.1.0`

## [0.4.2] - 2023-07-03

### Added
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherspot/transaction-kit",
"description": "React Etherspot Transaction Kit",
"version": "0.4.2",
"version": "0.4.3",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
Expand All @@ -27,7 +27,7 @@
"ethereumjs-util": "^7.1.5",
"ethers": "^5.6.9",
"etherspot": "^1.41.2",
"@etherspot/prime-sdk": "^1.0.1",
"@etherspot/prime-sdk": "^1.1.0",
"lodash.uniq": "^4.5.0",
"react": ">=18.2.0",
"reflect-metadata": "^0.1.13",
Expand Down

0 comments on commit 36e1419

Please sign in to comment.