From 3c78592e3b0c8e6a33510108a2bad4d35c4c439c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:31:32 +0200 Subject: [PATCH] chore: release master (#229) :robot: I have created a release *beep* *boop* ---
metamask-polkadot-types: 0.7.0 ## [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) ### Features * custom config fix, example custom config extended ([#227](https://github.com/ChainSafe/metamask-snap-polkadot/issues/227)) ([52ab53a](https://github.com/ChainSafe/metamask-snap-polkadot/commit/52ab53a93991e27b42de8a7da6542021331c419d))
polkadot-snap: 0.9.0 ## [0.9.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.8.2...polkadot-snap-v0.9.0) (2024-04-12) ### Features * custom config fix, example custom config extended ([#227](https://github.com/ChainSafe/metamask-snap-polkadot/issues/227)) ([52ab53a](https://github.com/ChainSafe/metamask-snap-polkadot/commit/52ab53a93991e27b42de8a7da6542021331c419d))
--- 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 | 4 ++-- packages/snap/CHANGELOG.md | 7 +++++++ packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 2 +- packages/types/CHANGELOG.md | 7 +++++++ packages/types/package.json | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9a9e960..4ef4f17c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/snap": "0.8.2", - "packages/types": "0.6.0", + "packages/snap": "0.9.0", + "packages/types": "0.7.0", "packages/adapter": "0.6.0" } \ No newline at end of file diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 564a0fa1..7c5223cf 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.8.2...polkadot-snap-v0.9.0) (2024-04-12) + + +### Features + +* custom config fix, example custom config extended ([#227](https://github.com/ChainSafe/metamask-snap-polkadot/issues/227)) ([52ab53a](https://github.com/ChainSafe/metamask-snap-polkadot/commit/52ab53a93991e27b42de8a7da6542021331c419d)) + ## [0.8.2](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.8.1...polkadot-snap-v0.8.2) (2023-11-23) diff --git a/packages/snap/package.json b/packages/snap/package.json index 9312c3df..522746a0 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/polkadot-snap", - "version": "0.8.2", + "version": "0.9.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 a8fdb709..1babcfa1 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.8.2", + "version": "0.9.0", "description": "The Polkadot snap.", "proposedName": "Polkadot Wallet", "repository": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index cb77641c..81e6e6ef 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* custom config fix, example custom config extended ([#227](https://github.com/ChainSafe/metamask-snap-polkadot/issues/227)) ([52ab53a](https://github.com/ChainSafe/metamask-snap-polkadot/commit/52ab53a93991e27b42de8a7da6542021331c419d)) + ## [0.6.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-types-v0.5.0...metamask-polkadot-types-v0.6.0) (2023-08-22) diff --git a/packages/types/package.json b/packages/types/package.json index 6803e60c..f49c2117 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/metamask-polkadot-types", - "version": "0.6.0", + "version": "0.7.0", "types": "./index.d.ts", "author": "ChainSafe ", "license": "Apache-2.0",