Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/w3f-grants-archive/metamask-snap-polkadot/compare/metamask-polkadot-adapter-v0.3.1...metamask-polkadot-adapter-v0.4.0) (2022-08-15)


### Features

* CI CD ([559ba72](https://github.com/w3f-grants-archive/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/w3f-grants-archive/metamask-snap-polkadot/compare/polkadot-snap-v0.3.0...polkadot-snap-v0.4.0) (2022-08-15)


### Features

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


### Bug Fixes

* lint ([82e1867](https://github.com/w3f-grants-archive/metamask-snap-polkadot/commit/82e1867e09eb420839b4c2360ba60ce0677645fc))
* metamask flask 10.17. breaking change fix ([70ac8ec](https://github.com/w3f-grants-archive/metamask-snap-polkadot/commit/70ac8ec42fa2873c34d59ed49e7c04d26b5163f1))
* snap tests ([860f721](https://github.com/w3f-grants-archive/metamask-snap-polkadot/commit/860f721e202b37f2e9c41b0f1392074b7debdde6))
* snap tests ([8f3f165](https://github.com/w3f-grants-archive/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/w3f-grants-archive/metamask-snap-polkadot/compare/metamask-polkadot-types-v0.3.0...metamask-polkadot-types-v0.4.0) (2022-08-15)


### Features

* CI CD ([559ba72](https://github.com/w3f-grants-archive/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