Skip to content

Commit

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


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

##
[0.7.0](ChainSafe/metamask-snap-polkadot@metamask-polkadot-types-v0.6.0...metamask-polkadot-types-v0.7.0)
(2024-04-12)


### Features

* custom config fix, example custom config extended
([ChainSafe#227](ChainSafe#227))
([52ab53a](ChainSafe@52ab53a))
</details>

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

##
[0.9.0](ChainSafe/metamask-snap-polkadot@polkadot-snap-v0.8.2...polkadot-snap-v0.9.0)
(2024-04-12)


### Features

* custom config fix, example custom config extended
([ChainSafe#227](ChainSafe#227))
([52ab53a](ChainSafe@52ab53a))
</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 Apr 18, 2024
1 parent 52ab53a commit 3c78592
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
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.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)


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.8.2",
"version": "0.9.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.8.2",
"version": "0.9.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.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)


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

0 comments on commit 3c78592

Please sign in to comment.