Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
chore: release master (#142)
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 Apr 7, 2022
1 parent 902ea2e commit 9738abd
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 6 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": "2.2.0",
"packages/types": "2.1.1",
"packages/snap": "2.3.0",
"packages/types": "2.1.2",
"packages/adapter": "2.1.0"
}
19 changes: 19 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.3.0](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.2.0...filsnap-v2.3.0) (2022-04-07)


### Features

* automatic releases ([#137](https://github.com/ChainSafe/filsnap/issues/137)) ([20375f5](https://github.com/ChainSafe/filsnap/commit/20375f52d2712a59961a8c5708fa990b3a178dd2))


### Bug Fixes

* singMessage missing method parameter ([#139](https://github.com/ChainSafe/filsnap/issues/139)) ([1ad693c](https://github.com/ChainSafe/filsnap/commit/1ad693cc5add32761bff94be71ea477671c2f9b5))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @chainsafe/filsnap-types bumped from ^2.1.1 to ^2.1.2

## [2.2.0](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.1.0...filsnap-v2.2.0) (2022-04-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/filsnap",
"version": "2.2.0",
"version": "2.3.0",
"license": "(Apache-2.0 AND MIT)",
"description": "Filsnap - Metamask snap to interact with Filecoin dapps.",
"private": false,
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/chainsafe/filecoin-metamask-snap#readme",
"devDependencies": {
"@chainsafe/filsnap-types": "^2.1.1",
"@chainsafe/filsnap-types": "^2.1.2",
"@metamask/snaps-cli": "^0.7.0",
"@types/bn.js": "^4.11.6",
"@types/chai": "^4.2.10",
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": "2.2.0",
"version": "2.3.0",
"proposedName": "Filsnap",
"description": "The Filecoin 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

### [2.1.2](https://github.com/ChainSafe/filsnap/compare/filsnap-types-v2.1.1...filsnap-types-v2.1.2) (2022-04-07)


### Bug Fixes

* singMessage missing method parameter ([#139](https://github.com/ChainSafe/filsnap/issues/139)) ([1ad693c](https://github.com/ChainSafe/filsnap/commit/1ad693cc5add32761bff94be71ea477671c2f9b5))

### [2.1.1](https://github.com/ChainSafe/filsnap/compare/filsnap-types-v2.1.0...filsnap-types-v2.1.1) (2022-04-07)


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/filsnap-types",
"version": "2.1.1",
"version": "2.1.2",
"types": "./index.d.ts",
"license": "(Apache-2.0 AND MIT)",
"author": "chainsafe <[email protected]>",
Expand Down

0 comments on commit 9738abd

Please sign in to comment.