Skip to content

Commit

Permalink
Version Packages (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
0xmaayan and github-actions[bot] authored Jan 19, 2023
1 parent 5fc6981 commit bbf9ce6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/forty-toys-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-brooms-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-falcons-act.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/wallet-adapter-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aptos-labs/wallet-adapter-core

## 0.2.2

### Patch Changes

- d4e298f: Support Lodable wallet
Implement multi signature verification
Add a new optional property propertyName for multi-chain wallet
- 5fc6981: Throw wallet not found error when trying to connect to an uninstalled wallet
- d711f43: Import tweetnacl package via default export to support commonJS

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-adapter-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptos-labs/wallet-adapter-core",
"version": "0.2.1",
"version": "0.2.2",
"description": "Aptos Wallet Adapter Core",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit bbf9ce6

Please sign in to comment.