Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 43bdb80

Browse files
chore: release master (#247)
🤖 I have created a release *beep* *boop* --- <details><summary>metamask-polkadot-adapter: 0.8.1</summary> ## [0.8.1](metamask-polkadot-adapter-v0.8.0...metamask-polkadot-adapter-v0.8.1) (2024-08-27) ### Bug Fixes * wasm error during transaction ([#244](#244)) ([c2f51e5](c2f51e5)) </details> <details><summary>metamask-polkadot-types: 0.9.1</summary> ## [0.9.1](metamask-polkadot-types-v0.9.0...metamask-polkadot-types-v0.9.1) (2024-08-27) ### Bug Fixes * wasm error during transaction ([#244](#244)) ([c2f51e5](c2f51e5)) </details> <details><summary>polkadot-snap: 0.11.1</summary> ## [0.11.1](polkadot-snap-v0.11.0...polkadot-snap-v0.11.1) (2024-08-27) ### Bug Fixes * wasm error during transaction ([#244](#244)) ([c2f51e5](c2f51e5)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2f51e5 commit 43bdb80

File tree

8 files changed

+28
-7
lines changed

8 files changed

+28
-7
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/snap": "0.11.0",
3-
"packages/types": "0.9.0",
4-
"packages/adapter": "0.8.0"
2+
"packages/snap": "0.11.1",
3+
"packages/types": "0.9.1",
4+
"packages/adapter": "0.8.1"
55
}

packages/adapter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.1](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-adapter-v0.8.0...metamask-polkadot-adapter-v0.8.1) (2024-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* wasm error during transaction ([#244](https://github.com/ChainSafe/metamask-snap-polkadot/issues/244)) ([c2f51e5](https://github.com/ChainSafe/metamask-snap-polkadot/commit/c2f51e5322fa7cb6705e95e285a7fb377f5663ba))
9+
310
## [0.8.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-adapter-v0.7.0...metamask-polkadot-adapter-v0.8.0) (2024-07-03)
411

512

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/metamask-polkadot-adapter",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"main": "./build/index.js",
55
"module": "./build/index.js",
66
"types": "./build/index.d.ts",

packages/snap/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.11.1](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.11.0...polkadot-snap-v0.11.1) (2024-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* wasm error during transaction ([#244](https://github.com/ChainSafe/metamask-snap-polkadot/issues/244)) ([c2f51e5](https://github.com/ChainSafe/metamask-snap-polkadot/commit/c2f51e5322fa7cb6705e95e285a7fb377f5663ba))
9+
310
## [0.11.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.10.0...polkadot-snap-v0.11.0) (2024-07-03)
411

512

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/polkadot-snap",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "MetaMask snap for interacting with Polkadot dApps",
55
"main": "build/index.js",
66
"scripts": {

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.11.0",
2+
"version": "0.11.1",
33
"description": "The Polkadot snap.",
44
"proposedName": "Polkadot Wallet",
55
"repository": {

packages/types/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.1](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-types-v0.9.0...metamask-polkadot-types-v0.9.1) (2024-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* wasm error during transaction ([#244](https://github.com/ChainSafe/metamask-snap-polkadot/issues/244)) ([c2f51e5](https://github.com/ChainSafe/metamask-snap-polkadot/commit/c2f51e5322fa7cb6705e95e285a7fb377f5663ba))
9+
310
## [0.9.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-types-v0.8.0...metamask-polkadot-types-v0.9.0) (2024-07-03)
411

512

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/metamask-polkadot-types",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"types": "./index.d.ts",
55
"author": "ChainSafe <info@chainsafe.io>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)