Skip to content

Commit

Permalink
Release/v2.3.6 (#193)
Browse files Browse the repository at this point in the history
### Description

_A few sentences describing the overall effects and goals of the pull
request's commits.
What is the current behavior, and what is the updated/expected behavior
with this PR?_

### Other changes

_Describe any minor or "drive-by" changes here._

### Tested

_An explanation of how the changes were tested or an explanation as to
why they don't need to be._

### Related issues

- Fixes #issue number here

### Checklist before requesting a review

- [ ] I have performed a self-review of my own code
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] The PR title follows the
[conventions](https://www.notion.so/Git-Branching-and-Commit-Message-Conventions-18f66f7d06444cfcbac5725ffbc7c04a?pvs=4#9355048863c549ef92fe210a8a1298aa)
- [ ] I have run the [regression
tests](https://www.notion.so/Mento-Web-App-Regression-Tests-37bd43a7da8d4e38b65993320a33d557)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Ryan Noble <[email protected]>
Co-authored-by: Bayological <[email protected]>
Co-authored-by: Gabriel Temsten <[email protected]>
Co-authored-by: Andrew718PLTS <[email protected]>
Co-authored-by: Andrew718PLTS <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fraol Bereket <[email protected]>
Co-authored-by: chapati <[email protected]>
Co-authored-by: philbow61 <[email protected]>
Co-authored-by: boqdan <[email protected]>
  • Loading branch information
11 people authored Feb 17, 2025
1 parent ed97e21 commit 593199f
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 457 deletions.
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

0 comments on commit 593199f

Please sign in to comment.