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

Commit 9738abd

Browse files
chore: release master (#142)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 902ea2e commit 9738abd

6 files changed

Lines changed: 32 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/snap": "2.2.0",
3-
"packages/types": "2.1.1",
2+
"packages/snap": "2.3.0",
3+
"packages/types": "2.1.2",
44
"packages/adapter": "2.1.0"
55
}

packages/snap/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.2.0...filsnap-v2.3.0) (2022-04-07)
4+
5+
6+
### Features
7+
8+
* automatic releases ([#137](https://github.com/ChainSafe/filsnap/issues/137)) ([20375f5](https://github.com/ChainSafe/filsnap/commit/20375f52d2712a59961a8c5708fa990b3a178dd2))
9+
10+
11+
### Bug Fixes
12+
13+
* singMessage missing method parameter ([#139](https://github.com/ChainSafe/filsnap/issues/139)) ([1ad693c](https://github.com/ChainSafe/filsnap/commit/1ad693cc5add32761bff94be71ea477671c2f9b5))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* devDependencies
20+
* @chainsafe/filsnap-types bumped from ^2.1.1 to ^2.1.2
21+
322
## [2.2.0](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.1.0...filsnap-v2.2.0) (2022-04-07)
423

524

packages/snap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/filsnap",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"license": "(Apache-2.0 AND MIT)",
55
"description": "Filsnap - Metamask snap to interact with Filecoin dapps.",
66
"private": false,
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/chainsafe/filecoin-metamask-snap#readme",
4949
"devDependencies": {
50-
"@chainsafe/filsnap-types": "^2.1.1",
50+
"@chainsafe/filsnap-types": "^2.1.2",
5151
"@metamask/snaps-cli": "^0.7.0",
5252
"@types/bn.js": "^4.11.6",
5353
"@types/chai": "^4.2.10",

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0",
2+
"version": "2.3.0",
33
"proposedName": "Filsnap",
44
"description": "The Filecoin snap.",
55
"repository": {

packages/types/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.1.2](https://github.com/ChainSafe/filsnap/compare/filsnap-types-v2.1.1...filsnap-types-v2.1.2) (2022-04-07)
4+
5+
6+
### Bug Fixes
7+
8+
* singMessage missing method parameter ([#139](https://github.com/ChainSafe/filsnap/issues/139)) ([1ad693c](https://github.com/ChainSafe/filsnap/commit/1ad693cc5add32761bff94be71ea477671c2f9b5))
9+
310
### [2.1.1](https://github.com/ChainSafe/filsnap/compare/filsnap-types-v2.1.0...filsnap-types-v2.1.1) (2022-04-07)
411

512

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/filsnap-types",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"types": "./index.d.ts",
55
"license": "(Apache-2.0 AND MIT)",
66
"author": "chainsafe <info@chainsafe.io>",

0 commit comments

Comments
 (0)