Skip to content

Commit

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


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

##
[0.7.0](metamask-polkadot-adapter-v0.6.0...metamask-polkadot-adapter-v0.7.0)
(2024-06-18)


### Features

* export account json rpc
([#234](#234))
([0212428](0212428))
</details>

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

##
[0.8.0](metamask-polkadot-types-v0.7.0...metamask-polkadot-types-v0.8.0)
(2024-06-18)


### Features

* export account json rpc
([#234](#234))
([0212428](0212428))
</details>

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

##
[0.10.0](polkadot-snap-v0.9.0...polkadot-snap-v0.10.0)
(2024-06-18)


### Features

* export account json rpc
([#234](#234))
([0212428](0212428))


### Bug Fixes

* exportSeed coin type fix
([#233](#233))
([7bef7c2](7bef7c2))
</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 Jun 19, 2024
1 parent 0212428 commit 9d6fddf
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.9.0",
"packages/types": "0.7.0",
"packages/adapter": "0.6.0"
"packages/snap": "0.10.0",
"packages/types": "0.8.0",
"packages/adapter": "0.7.0"
}
7 changes: 7 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* export account json rpc ([#234](https://github.com/ChainSafe/metamask-snap-polkadot/issues/234)) ([0212428](https://github.com/ChainSafe/metamask-snap-polkadot/commit/021242814fcb82832f5fb78c0a1c3c76b9437f13))

## [0.6.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-adapter-v0.5.1...metamask-polkadot-adapter-v0.6.0) (2023-11-14)


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.6.0",
"version": "0.7.0",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* export account json rpc ([#234](https://github.com/ChainSafe/metamask-snap-polkadot/issues/234)) ([0212428](https://github.com/ChainSafe/metamask-snap-polkadot/commit/021242814fcb82832f5fb78c0a1c3c76b9437f13))


### Bug Fixes

* exportSeed coin type fix ([#233](https://github.com/ChainSafe/metamask-snap-polkadot/issues/233)) ([7bef7c2](https://github.com/ChainSafe/metamask-snap-polkadot/commit/7bef7c2b3f99ad5f45a6a411c044667a773e78c8))

## [0.9.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.8.2...polkadot-snap-v0.9.0) (2024-04-12)


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.9.0",
"version": "0.10.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.9.0",
"version": "0.10.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.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)


### Features

* export account json rpc ([#234](https://github.com/ChainSafe/metamask-snap-polkadot/issues/234)) ([0212428](https://github.com/ChainSafe/metamask-snap-polkadot/commit/021242814fcb82832f5fb78c0a1c3c76b9437f13))

## [0.7.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-types-v0.6.0...metamask-polkadot-types-v0.7.0) (2024-04-12)


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.7.0",
"version": "0.8.0",
"types": "./index.d.ts",
"author": "ChainSafe <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9d6fddf

Please sign in to comment.