Skip to content

Commit

Permalink
Merge branch 'main' into refactor/rescript-core-changes-json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja authored Mar 14, 2024
2 parents 42e9c71 + e5ce5ae commit b2a53fe
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 59 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.33.4](https://github.com/juspay/hyperswitch-web/compare/v0.33.3...v0.33.4) (2024-03-14)


### Bug Fixes

* not require_cvc disable the pay now button ([#230](https://github.com/juspay/hyperswitch-web/issues/230)) ([c31db69](https://github.com/juspay/hyperswitch-web/commit/c31db694caca29aa78b59f284f9aba4e98aff93c))
* react hook errors ([#225](https://github.com/juspay/hyperswitch-web/issues/225)) ([60d8fc1](https://github.com/juspay/hyperswitch-web/commit/60d8fc1a751e26fb4253d15173b8660535b805c5))

## [0.33.3](https://github.com/juspay/hyperswitch-web/compare/v0.33.2...v0.33.3) (2024-03-13)


Expand Down
179 changes: 121 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orca-payment-page",
"version": "0.33.3",
"version": "0.33.4",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down

0 comments on commit b2a53fe

Please sign in to comment.