Skip to content

Commit

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

### Bug Fixes

* **approval-signing-manager:** ⬆️ update @polymeshassociation/signing-manager-types to 1.2.2 [skip ci] ([aff71f2](aff71f2))
* main field in package.json to reference index.js correctly ([#36](#36)) ([66e8c44](66e8c44))
  • Loading branch information
semantic-release-bot committed Mar 17, 2023
1 parent 815fd78 commit d5e3e24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/approval-signing-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.6](https://github.com/PolymeshAssociation/signing-managers/compare/@polymeshassociation/[email protected]...@polymeshassociation/[email protected]) (2023-03-17)


### Bug Fixes

* **approval-signing-manager:** :arrow_up: update @polymeshassociation/signing-manager-types to 1.2.2 [skip ci] ([aff71f2](https://github.com/PolymeshAssociation/signing-managers/commit/aff71f2e7ab13069717fefc7940e1aebf5af13bb))
* main field in package.json to reference index.js correctly ([#36](https://github.com/PolymeshAssociation/signing-managers/issues/36)) ([66e8c44](https://github.com/PolymeshAssociation/signing-managers/commit/66e8c44ecc306b168a17e382b95996afa5853b8e))

## [1.0.5](https://github.com/PolymeshAssociation/signing-managers/compare/@polymeshassociation/[email protected]...@polymeshassociation/[email protected]) (2023-01-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/approval-signing-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymeshassociation/approval-signing-manager",
"version": "1.0.5",
"version": "1.0.6",
"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 d5e3e24

Please sign in to comment.