Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v2.3.6 #193

Merged
merged 10 commits into from
Feb 17, 2025
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mento-protocol/mento-web",
"version": "2.3.5",
"version": "2.3.6",
"description": "A simple DApp for Celo Mento exchanges",
"keywords": [
"Celo",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@celo/rainbowkit-celo": "^0.11.0",
"@headlessui-float/react": "^0.11.2",
"@headlessui/react": "^1.7.13",
"@mento-protocol/mento-sdk": "^0.1.5",
"@mento-protocol/mento-sdk": "^1.0.2",
"@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28",
"@metamask/post-message-stream": "6.1.2",
"@metamask/providers": "10.2.1",
Expand Down
Loading
Loading