From 9d6fddf6ad089dee2ed3e6357bbd983e396d661a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 19 Jun 2024 15:45:22 +0200
Subject: [PATCH] chore: release master (#235)
:robot: I have created a release *beep* *boop*
---
metamask-polkadot-adapter: 0.7.0
##
[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))
metamask-polkadot-types: 0.8.0
##
[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))
polkadot-snap: 0.10.0
##
[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))
---
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>
---
.release-please-manifest.json | 6 +++---
packages/adapter/CHANGELOG.md | 7 +++++++
packages/adapter/package.json | 2 +-
packages/snap/CHANGELOG.md | 12 ++++++++++++
packages/snap/package.json | 2 +-
packages/snap/snap.manifest.json | 2 +-
packages/types/CHANGELOG.md | 7 +++++++
packages/types/package.json | 2 +-
8 files changed, 33 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 4ef4f17c..757367d2 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -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"
}
\ No newline at end of file
diff --git a/packages/adapter/CHANGELOG.md b/packages/adapter/CHANGELOG.md
index bebd8afd..1fc23a0a 100644
--- a/packages/adapter/CHANGELOG.md
+++ b/packages/adapter/CHANGELOG.md
@@ -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)
diff --git a/packages/adapter/package.json b/packages/adapter/package.json
index 523e0e65..7510fb35 100644
--- a/packages/adapter/package.json
+++ b/packages/adapter/package.json
@@ -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",
diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md
index 7c5223cf..4c6e0560 100644
--- a/packages/snap/CHANGELOG.md
+++ b/packages/snap/CHANGELOG.md
@@ -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)
diff --git a/packages/snap/package.json b/packages/snap/package.json
index 522746a0..44c75c95 100644
--- a/packages/snap/package.json
+++ b/packages/snap/package.json
@@ -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": {
diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json
index 165ea544..62890167 100644
--- a/packages/snap/snap.manifest.json
+++ b/packages/snap/snap.manifest.json
@@ -1,5 +1,5 @@
{
- "version": "0.9.0",
+ "version": "0.10.0",
"description": "The Polkadot snap.",
"proposedName": "Polkadot Wallet",
"repository": {
diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md
index 81e6e6ef..956047f8 100644
--- a/packages/types/CHANGELOG.md
+++ b/packages/types/CHANGELOG.md
@@ -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)
diff --git a/packages/types/package.json b/packages/types/package.json
index f49c2117..3a46b1e8 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/metamask-polkadot-types",
- "version": "0.7.0",
+ "version": "0.8.0",
"types": "./index.d.ts",
"author": "ChainSafe ",
"license": "Apache-2.0",