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 (#220)
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 Nov 2, 2022
1 parent efdb48e commit bcd3d79
Show file tree
Hide file tree
Showing 6 changed files with 20 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": "2.3.9",
"packages/snap": "2.3.10",
"packages/types": "2.1.2",
"packages/adapter": "2.1.1"
"packages/adapter": "2.1.2"
}
8 changes: 8 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.2](https://github.com/ChainSafe/filsnap/compare/filsnap-adapter-v2.1.1...filsnap-adapter-v2.1.2) (2022-11-02)


### Bug Fixes

* change default origin from `ipfs` to `npm` ([ccaa97a](https://github.com/ChainSafe/filsnap/commit/ccaa97abbac21d463fef7c31d8a8067ab074d97b))
* default origin ([#219](https://github.com/ChainSafe/filsnap/issues/219)) ([ccaa97a](https://github.com/ChainSafe/filsnap/commit/ccaa97abbac21d463fef7c31d8a8067ab074d97b))

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


Expand Down
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/filsnap-adapter",
"version": "2.1.1",
"version": "2.1.2",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
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

## [2.3.10](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.3.9...filsnap-v2.3.10) (2022-11-02)


### Bug Fixes

* refactor deprecated `snap_getBip44Entropy_*` with `snap_getBip44Entropy` ([#223](https://github.com/ChainSafe/filsnap/issues/223)) ([efdb48e](https://github.com/ChainSafe/filsnap/commit/efdb48e7efc36d6a3ff1eae5b84c3725b1440d13))

## [2.3.9](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.3.8...filsnap-v2.3.9) (2022-07-29)


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/filsnap",
"version": "2.3.9",
"version": "2.3.10",
"license": "(Apache-2.0 AND MIT)",
"description": "Filsnap - Metamask snap to interact with Filecoin dapps.",
"main": "build/index.js",
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.3.9",
"version": "2.3.10",
"proposedName": "Filsnap",
"description": "The Filecoin snap.",
"repository": {
Expand Down

0 comments on commit bcd3d79

Please sign in to comment.