Skip to content

Commit

Permalink
chore(release): 📦 [email protected] [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](https://github.com/PolymeshAssociation/signing-managers/compare/@polymeshassociation/[email protected]...@polymeshassociation/[email protected]) (2023-04-03)

### Bug Fixes

* **browser-extension-signing-manager:** ⬆️ update @polymeshassociation/signing-manager-types to 2.0.0 [skip ci] ([f77c44a](f77c44a))

### Features

* **browser-extension-signing-manager:** add support for multiple account types while creating browser signing manager ([adadfc0](adadfc0))

### BREAKING CHANGES

* **browser-extension-signing-manager:** - `setAccountType` has been renamed to `setAccountTypes` and takes
`KeypairType[]` as parameter
- `accountType` param of `create` method of `BrowserExtensionSigningManger` has been changed to
`accountTypes` of type `KeypairType[]`
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent 4baf42e commit 66432d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/browser-extension-signing-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.3.0](https://github.com/PolymeshAssociation/signing-managers/compare/@polymeshassociation/[email protected]...@polymeshassociation/[email protected]) (2023-04-03)


### Bug Fixes

* **browser-extension-signing-manager:** :arrow_up: update @polymeshassociation/signing-manager-types to 2.0.0 [skip ci] ([f77c44a](https://github.com/PolymeshAssociation/signing-managers/commit/f77c44af6c8559d48ce09f8301ceb7a581de07b5))


### Features

* **browser-extension-signing-manager:** add support for multiple account types while creating browser signing manager ([adadfc0](https://github.com/PolymeshAssociation/signing-managers/commit/adadfc0fe3427ad945fd0e343103ff2051cf0bec))


### BREAKING CHANGES

* **browser-extension-signing-manager:** - `setAccountType` has been renamed to `setAccountTypes` and takes
`KeypairType[]` as parameter
- `accountType` param of `create` method of `BrowserExtensionSigningManger` has been changed to
`accountTypes` of type `KeypairType[]`

## [1.2.1](https://github.com/PolymeshAssociation/signing-managers/compare/@polymeshassociation/[email protected]...@polymeshassociation/[email protected]) (2023-04-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/browser-extension-signing-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymeshassociation/browser-extension-signing-manager",
"version": "1.2.1",
"version": "1.3.0",
"main": "./index.js",
"typings": "./index.d.ts",
"repository": {
Expand All @@ -16,4 +16,4 @@
"peerDependencies": {
"@polymeshassociation/polymesh-sdk": ">=15.0.0"
}
}
}

0 comments on commit 66432d2

Please sign in to comment.