Skip to content

Commit

Permalink
Merge pull request #78 from aquiladev/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
aquiladev committed Jun 4, 2023
2 parents f643fca + dd1429c commit 52a7392
Show file tree
Hide file tree
Showing 6 changed files with 19 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,4 +1,4 @@
{
"packages/bls-snap": "0.3.1",
"packages/wallet-ui": "0.2.0"
"packages/bls-snap": "0.4.0",
"packages/wallet-ui": "0.3.0"
}
7 changes: 7 additions & 0 deletions packages/bls-snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/aquiladev/bls-snap/compare/bls-snap-v0.3.1...bls-snap-v0.4.0) (2023-06-04)


### Features

* add estimation and fee payment, update bls client ([0d09b9d](https://github.com/aquiladev/bls-snap/commit/0d09b9db42378d371ef15b074d8cb7b40140f61e))

## [0.3.1](https://github.com/aquiladev/bls-snap/compare/bls-snap-v0.3.0...bls-snap-v0.3.1) (2023-05-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/bls-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aquiladev/bls-snap",
"version": "0.3.1",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/aquiladev/bls-snap.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/bls-snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.4.0",
"description": "BLS Snap",
"proposedName": "@aquiladev/bls-snap",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/aquiladev/bls-snap/compare/wallet-ui-v0.2.0...wallet-ui-v0.3.0) (2023-06-04)


### Features

* add estimation and fee payment, update bls client ([0d09b9d](https://github.com/aquiladev/bls-snap/commit/0d09b9db42378d371ef15b074d8cb7b40140f61e))

## [0.2.0](https://github.com/aquiladev/bls-snap/compare/wallet-ui-v0.1.4...wallet-ui-v0.2.0) (2023-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet-ui",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"homepage": ".",
"license": "(MIT-0 OR Apache-2.0)",
Expand Down

0 comments on commit 52a7392

Please sign in to comment.