Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed May 20, 2024
1 parent d65d99a commit d4ed3ae
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 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/widget": "0.1.2",
"packages/react": "0.1.2"
"packages/widget": "0.2.0",
"packages/react": "0.1.3"
}
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @buildwithsygma/sygmaprotocol-widget bumped to 0.2.0

## [0.1.2](https://github.com/sygmaprotocol/sygma-widget/compare/sygmaprotocol-react-widget-v0.1.1...sygmaprotocol-react-widget-v0.1.2) (2024-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@buildwithsygma/sygmaprotocol-react-widget",
"description": "Sygma Protocol Widget",
"version": "0.1.2",
"version": "0.1.3",
"main": "build/index.js",
"module": "build/index.js",
"license": "LGPL-3.0-or-later",
Expand Down
22 changes: 22 additions & 0 deletions packages/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.2.0](https://github.com/sygmaprotocol/sygma-widget/compare/sygmaprotocol-widget-v0.1.2...sygmaprotocol-widget-v0.2.0) (2024-05-20)


### Features

* automatically add unknown source evm network into wallet ([#162](https://github.com/sygmaprotocol/sygma-widget/issues/162)) ([d5886bd](https://github.com/sygmaprotocol/sygma-widget/commit/d5886bd9fb9a771364221d15f49669181123be42))
* display amount to be received on destination ([#168](https://github.com/sygmaprotocol/sygma-widget/issues/168)) ([347f7a5](https://github.com/sygmaprotocol/sygma-widget/commit/347f7a549cfcb2f68bb73156e0b895bacd7e96de))
* Display Fee ([#145](https://github.com/sygmaprotocol/sygma-widget/issues/145)) ([872703d](https://github.com/sygmaprotocol/sygma-widget/commit/872703db140261cce1ba1b2c0adc0101e1551d26))
* display transfer gas cost estimation ([#174](https://github.com/sygmaprotocol/sygma-widget/issues/174)) ([b154555](https://github.com/sygmaprotocol/sygma-widget/commit/b154555f669029fa815d1717a6833890d6e4f884))
* enable developers to configure network whitelisting ([#170](https://github.com/sygmaprotocol/sygma-widget/issues/170)) ([5db505f](https://github.com/sygmaprotocol/sygma-widget/commit/5db505f09fe997d64e883822e9d81deeadd1040a))
* enable user to specify wallets ([#161](https://github.com/sygmaprotocol/sygma-widget/issues/161)) ([8a02170](https://github.com/sygmaprotocol/sygma-widget/commit/8a02170703d2f640c06a1a158c327e586f5be1c1))
* Retry loading bridge routes ([#136](https://github.com/sygmaprotocol/sygma-widget/issues/136)) ([8e0101f](https://github.com/sygmaprotocol/sygma-widget/commit/8e0101fdd8084dded072542e5afd1d5170c26cad))
* substrate fungible transfer ([#134](https://github.com/sygmaprotocol/sygma-widget/issues/134)) ([337f1b7](https://github.com/sygmaprotocol/sygma-widget/commit/337f1b73d79981066bc462c9b8be4fb8a8e6486d))
* wallet account selector for substrate ([#106](https://github.com/sygmaprotocol/sygma-widget/issues/106)) ([79127fd](https://github.com/sygmaprotocol/sygma-widget/commit/79127fd135ffc29784967b2fd10c5f49ba761663)), closes [#74](https://github.com/sygmaprotocol/sygma-widget/issues/74)


### Bug Fixes

* explorer urls when adding networks ([#200](https://github.com/sygmaprotocol/sygma-widget/issues/200)) ([d65d99a](https://github.com/sygmaprotocol/sygma-widget/commit/d65d99af1083342ad3f5c79fa518729688b28bef))
* resource selector ([#199](https://github.com/sygmaprotocol/sygma-widget/issues/199)) ([81bae38](https://github.com/sygmaprotocol/sygma-widget/commit/81bae380f638a0078433bd0e1b0aa5a29f8db0e8))
* typesafety when handling changed properties ([#141](https://github.com/sygmaprotocol/sygma-widget/issues/141)) ([692e269](https://github.com/sygmaprotocol/sygma-widget/commit/692e269887c9070cfd8b3d08af10e67c30c0d104))

## [0.1.2](https://github.com/sygmaprotocol/sygma-widget/compare/sygmaprotocol-widget-v0.1.1...sygmaprotocol-widget-v0.1.2) (2024-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@buildwithsygma/sygmaprotocol-widget",
"description": "Sygma Protocol Widget",
"version": "0.1.2",
"version": "0.2.0",
"main": "build/sygmaprotocol-widget.js",
"module": "build/sygmaprotocol-widget.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit d4ed3ae

Please sign in to comment.