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

Commit

Permalink
chore: release master (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 22, 2022
1 parent 7b227cd commit 0603b1a
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/snap": "0.3.0",
"packages/types": "0.3.0",
"packages/adapter": "0.3.1"
"packages/snap": "0.4.0",
"packages/types": "0.4.0",
"packages/adapter": "0.4.0"
}
8 changes: 8 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* CI CD ([559ba72](https://github.com/ChainSafe/metamask-snap-polkadot/commit/559ba722def6b5a95360d4f5daead1bdabb27f82))
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/metamask-polkadot-adapter",
"version": "0.3.1",
"version": "0.4.0",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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


### Features

* CI CD ([559ba72](https://github.com/ChainSafe/metamask-snap-polkadot/commit/559ba722def6b5a95360d4f5daead1bdabb27f82))


### Bug Fixes

* lint ([82e1867](https://github.com/ChainSafe/metamask-snap-polkadot/commit/82e1867e09eb420839b4c2360ba60ce0677645fc))
* metamask flask 10.17. breaking change fix ([70ac8ec](https://github.com/ChainSafe/metamask-snap-polkadot/commit/70ac8ec42fa2873c34d59ed49e7c04d26b5163f1))
* snap tests ([860f721](https://github.com/ChainSafe/metamask-snap-polkadot/commit/860f721e202b37f2e9c41b0f1392074b7debdde6))
* snap tests ([8f3f165](https://github.com/ChainSafe/metamask-snap-polkadot/commit/8f3f165d43af9d8a2fff3cd21251ba7a9ddab7cb))
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.3.0",
"version": "0.4.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.3.0",
"version": "0.4.0",
"proposedName": "Polkadot snap",
"description": "The Polkadot snap.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [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)


### Features

* CI CD ([559ba72](https://github.com/ChainSafe/metamask-snap-polkadot/commit/559ba722def6b5a95360d4f5daead1bdabb27f82))
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.3.0",
"version": "0.4.0",
"types": "./index.d.ts",
"author": "ChainSafe <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0603b1a

Please sign in to comment.