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 (#247)
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] committed Mar 3, 2023
1 parent 155e857 commit 70e9cab
Show file tree
Hide file tree
Showing 8 changed files with 42 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": "2.3.11",
"packages/types": "2.1.2",
"packages/adapter": "2.1.2"
"packages/snap": "2.3.12",
"packages/types": "2.1.3",
"packages/adapter": "2.1.3"
}
14 changes: 14 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.1.3](https://github.com/ChainSafe/filsnap/compare/filsnap-adapter-v2.1.2...filsnap-adapter-v2.1.3) (2023-03-03)


### Bug Fixes

* flask1.25 ([#246](https://github.com/ChainSafe/filsnap/issues/246)) ([155e857](https://github.com/ChainSafe/filsnap/commit/155e857411545d204d95901ae25ee90534ca7fc9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/filsnap-types bumped to 2.1.3

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


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.2",
"version": "2.1.3",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.3.12](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.3.11...filsnap-v2.3.12) (2023-03-03)


### Bug Fixes

* flask1.25 ([#246](https://github.com/ChainSafe/filsnap/issues/246)) ([155e857](https://github.com/ChainSafe/filsnap/commit/155e857411545d204d95901ae25ee90534ca7fc9))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @chainsafe/filsnap-types bumped to 2.1.3

## [2.3.11](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.3.10...filsnap-v2.3.11) (2023-01-24)


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.11",
"version": "2.3.12",
"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.11",
"version": "2.3.12",
"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.3](https://github.com/ChainSafe/filsnap/compare/filsnap-types-v2.1.2...filsnap-types-v2.1.3) (2023-03-03)


### Bug Fixes

* flask1.25 ([#246](https://github.com/ChainSafe/filsnap/issues/246)) ([155e857](https://github.com/ChainSafe/filsnap/commit/155e857411545d204d95901ae25ee90534ca7fc9))

### [2.1.2](https://github.com/ChainSafe/filsnap/compare/filsnap-types-v2.1.1...filsnap-types-v2.1.2) (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.2",
"version": "2.1.3",
"types": "./index.d.ts",
"license": "(Apache-2.0 AND MIT)",
"author": "chainsafe <info@chainsafe.io>",
Expand Down

0 comments on commit 70e9cab

Please sign in to comment.