Skip to content

Commit

Permalink
chore: release master (#238)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>metamask-polkadot-adapter: 0.8.0</summary>

##
[0.8.0](metamask-polkadot-adapter-v0.7.0...metamask-polkadot-adapter-v0.8.0)
(2024-07-03)


### Features

* add genesis hash to injected accounts
([#236](#236))
([bc73e6c](bc73e6c))


### Bug Fixes

* incorrect account type
([#237](#237))
([ae02ce9](ae02ce9))
</details>

<details><summary>metamask-polkadot-types: 0.9.0</summary>

##
[0.9.0](metamask-polkadot-types-v0.8.0...metamask-polkadot-types-v0.9.0)
(2024-07-03)


### Features

* add genesis hash to injected accounts
([#236](#236))
([bc73e6c](bc73e6c))
</details>

<details><summary>polkadot-snap: 0.11.0</summary>

##
[0.11.0](polkadot-snap-v0.10.0...polkadot-snap-v0.11.0)
(2024-07-03)


### Features

* add genesis hash to injected accounts
([#236](#236))
([bc73e6c](bc73e6c))
</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>
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
1 parent bc73e6c commit 4e0dbb6
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/snap": "0.10.0",
"packages/types": "0.8.0",
"packages/adapter": "0.7.0"
"packages/snap": "0.11.0",
"packages/types": "0.9.0",
"packages/adapter": "0.8.0"
}
12 changes: 12 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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)


### Features

* add genesis hash to injected accounts ([#236](https://github.com/ChainSafe/metamask-snap-polkadot/issues/236)) ([bc73e6c](https://github.com/ChainSafe/metamask-snap-polkadot/commit/bc73e6ca7c229945dc513195f8b58377a0f99505))


### Bug Fixes

* incorrect account type ([#237](https://github.com/ChainSafe/metamask-snap-polkadot/issues/237)) ([ae02ce9](https://github.com/ChainSafe/metamask-snap-polkadot/commit/ae02ce9cee970e26ef4c6f5b9e48de50e7766419))

## [0.7.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-adapter-v0.6.0...metamask-polkadot-adapter-v0.7.0) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/metamask-polkadot-adapter",
"version": "0.7.0",
"version": "0.8.0",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.10.0...polkadot-snap-v0.11.0) (2024-07-03)


### Features

* add genesis hash to injected accounts ([#236](https://github.com/ChainSafe/metamask-snap-polkadot/issues/236)) ([bc73e6c](https://github.com/ChainSafe/metamask-snap-polkadot/commit/bc73e6ca7c229945dc513195f8b58377a0f99505))

## [0.10.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.9.0...polkadot-snap-v0.10.0) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/polkadot-snap",
"version": "0.10.0",
"version": "0.11.0",
"description": "MetaMask snap for interacting with Polkadot dApps",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.0",
"version": "0.11.0",
"description": "The Polkadot snap.",
"proposedName": "Polkadot Wallet",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Features

* add genesis hash to injected accounts ([#236](https://github.com/ChainSafe/metamask-snap-polkadot/issues/236)) ([bc73e6c](https://github.com/ChainSafe/metamask-snap-polkadot/commit/bc73e6ca7c229945dc513195f8b58377a0f99505))

## [0.8.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-types-v0.7.0...metamask-polkadot-types-v0.8.0) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/metamask-polkadot-types",
"version": "0.8.0",
"version": "0.9.0",
"types": "./index.d.ts",
"author": "ChainSafe <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4e0dbb6

Please sign in to comment.