Skip to content

Commit

Permalink
chore(release): deploy
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
yeager-eren committed Nov 27, 2024
1 parent 98a2fa1 commit 8522586
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Widget [0.24.0] (2024-11-27)

_includes `@rango-dev/[email protected]`_

### Bug Fixes

- fix error display for bad requests ([82c0381](https://github.com/rango-exchange/rango-client/commit/82c03811b64a9197680314ac4f506d8680afec0c))

### Features

- Add support for MyTonWallet ([7027755](https://github.com/rango-exchange/rango-client/commit/7027755740426359f42b088b842dfd01590df5c3))
- Add support for TonConnect ([2a2dbb7](https://github.com/rango-exchange/rango-client/commit/2a2dbb79022263f19446ced49d298e04d63f927f))
- Accepting routing params (avoidNativeFee, maxLength) ([2a89744](https://github.com/rango-exchange/rango-client/commit/2a8974440d1269d9a12700fc7100f1f78371d277))
- Show warning if source and destination token is same ([979cb0d](https://github.com/rango-exchange/rango-client/commit/979cb0d20c0730be9c94c2cd96d66630ea8e86ba))

## Widget [0.23.0] (2024-11-12)

_includes `@rango-dev/[email protected]`_
Expand Down
4 changes: 2 additions & 2 deletions widget/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/widget-app",
"version": "0.23.0",
"version": "0.24.0",
"license": "MIT",
"private": true,
"source": "public/index.html",
Expand All @@ -26,4 +26,4 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0"
}
}
}
4 changes: 2 additions & 2 deletions widget/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/widget-playground",
"version": "0.23.0",
"version": "0.24.0",
"license": "MIT",
"private": true,
"source": "public/index.html",
Expand Down Expand Up @@ -38,4 +38,4 @@
"zustand": "^4.3.2"
},
"gitHead": "a4584c2a3341fe23e033a9ff2db0f201b0a6278c"
}
}

0 comments on commit 8522586

Please sign in to comment.