Skip to content

Commit

Permalink
chore: bump version using changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Dec 5, 2023
1 parent b6f4179 commit 2f2b397
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions misc/identity-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# @walletconnect/identity-keys

## 1.0.1

### Patch Changes

- Replace viem with @ethersproject/transactions and @ethersproject/hash to optimize for size

## 1.0.0

### Major Changes

- Refactor registration to be multi function, with the following flow:
- `prepareRegistration`,
- sign `message` independently,

- `prepareRegistration`,
- sign `message` independently,
- then pass that `signature` along with `registerParams` from `prepareRegistration` into register.

- Removes `onSign` function, instead passing signature to the second part of a duo function operation.
Expand Down
2 changes: 1 addition & 1 deletion misc/identity-keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/identity-keys",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities to register, resolve and unregister identity keys",
"keywords": [
"identity",
Expand Down

0 comments on commit 2f2b397

Please sign in to comment.