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

Commit 9d6fddf

Browse files
chore: release master (#235)
🤖 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>
1 parent 0212428 commit 9d6fddf

File tree

8 files changed

+33
-7
lines changed

8 files changed

+33
-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.9.0",
3-
"packages/types": "0.7.0",
4-
"packages/adapter": "0.6.0"
2+
"packages/snap": "0.10.0",
3+
"packages/types": "0.8.0",
4+
"packages/adapter": "0.7.0"
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.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)
4+
5+
6+
### Features
7+
8+
* export account json rpc ([#234](https://github.com/ChainSafe/metamask-snap-polkadot/issues/234)) ([0212428](https://github.com/ChainSafe/metamask-snap-polkadot/commit/021242814fcb82832f5fb78c0a1c3c76b9437f13))
9+
310
## [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)
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.6.0",
3+
"version": "0.7.0",
44
"main": "./build/index.js",
55
"module": "./build/index.js",
66
"types": "./build/index.d.ts",

packages/snap/CHANGELOG.md

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

3+
## [0.10.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.9.0...polkadot-snap-v0.10.0) (2024-06-18)
4+
5+
6+
### Features
7+
8+
* export account json rpc ([#234](https://github.com/ChainSafe/metamask-snap-polkadot/issues/234)) ([0212428](https://github.com/ChainSafe/metamask-snap-polkadot/commit/021242814fcb82832f5fb78c0a1c3c76b9437f13))
9+
10+
11+
### Bug Fixes
12+
13+
* exportSeed coin type fix ([#233](https://github.com/ChainSafe/metamask-snap-polkadot/issues/233)) ([7bef7c2](https://github.com/ChainSafe/metamask-snap-polkadot/commit/7bef7c2b3f99ad5f45a6a411c044667a773e78c8))
14+
315
## [0.9.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.8.2...polkadot-snap-v0.9.0) (2024-04-12)
416

517

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.9.0",
3+
"version": "0.10.0",
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.9.0",
2+
"version": "0.10.0",
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.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)
4+
5+
6+
### Features
7+
8+
* export account json rpc ([#234](https://github.com/ChainSafe/metamask-snap-polkadot/issues/234)) ([0212428](https://github.com/ChainSafe/metamask-snap-polkadot/commit/021242814fcb82832f5fb78c0a1c3c76b9437f13))
9+
310
## [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)
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.7.0",
3+
"version": "0.8.0",
44
"types": "./index.d.ts",
55
"author": "ChainSafe <info@chainsafe.io>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)