Skip to content

Commit

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


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

##
[0.5.0](metamask-polkadot-types-v0.4.0...metamask-polkadot-types-v0.5.0)
(2022-10-05)


### Features

* implemented `polkadot` and `westmint` network
([#155](#155))
([78cb267](78cb267))
</details>

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

##
[0.5.0](polkadot-snap-v0.4.0...polkadot-snap-v0.5.0)
(2022-10-05)


### Features

* implemented `polkadot` and `westmint` network
([#155](#155))
([78cb267](78cb267))
</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 Oct 25, 2022
1 parent 78cb267 commit 596b765
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.4.0",
"packages/types": "0.4.0",
"packages/snap": "0.5.0",
"packages/types": "0.5.0",
"packages/adapter": "0.4.1"
}
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.5.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.4.0...polkadot-snap-v0.5.0) (2022-10-05)


### Features

* implemented `polkadot` and `westmint` network ([#155](https://github.com/ChainSafe/metamask-snap-polkadot/issues/155)) ([78cb267](https://github.com/ChainSafe/metamask-snap-polkadot/commit/78cb26742cf4fa7b4ffc88a36e6718c47e2d3e73))

## [0.4.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/polkadot-snap-v0.3.0...polkadot-snap-v0.4.0) (2022-08-18)


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.4.0",
"version": "0.5.0",
"description": "Metamask snap to interact 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.4.0",
"version": "0.5.0",
"proposedName": "Polkadot snap",
"description": "The Polkadot snap.",
"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.5.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-types-v0.4.0...metamask-polkadot-types-v0.5.0) (2022-10-05)


### Features

* implemented `polkadot` and `westmint` network ([#155](https://github.com/ChainSafe/metamask-snap-polkadot/issues/155)) ([78cb267](https://github.com/ChainSafe/metamask-snap-polkadot/commit/78cb26742cf4fa7b4ffc88a36e6718c47e2d3e73))

## [0.4.0](https://github.com/ChainSafe/metamask-snap-polkadot/compare/metamask-polkadot-types-v0.3.0...metamask-polkadot-types-v0.4.0) (2022-08-18)


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

0 comments on commit 596b765

Please sign in to comment.