Skip to content

Commit

Permalink
Merge branch 'main' of github.com:juspay/hyperswitch-web into refacto…
Browse files Browse the repository at this point in the history
…r/rescript-core-changes-json
  • Loading branch information
Pritish Budhiraja committed Mar 13, 2024
2 parents d1b529b + a0baebc commit d71c81e
Show file tree
Hide file tree
Showing 36 changed files with 522 additions and 355 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# [0.32.0](https://github.com/juspay/hyperswitch-web/compare/v0.31.6...v0.32.0) (2024-03-13)


### Features

* cvc nickname gpay ([#224](https://github.com/juspay/hyperswitch-web/issues/224)) ([f3f4047](https://github.com/juspay/hyperswitch-web/commit/f3f404733f7c13eb69589779ea2e2c8a6569259d))

## [0.31.6](https://github.com/juspay/hyperswitch-web/compare/v0.31.5...v0.31.6) (2024-03-13)


### Bug Fixes

* pay now button text & theme based changes ([#223](https://github.com/juspay/hyperswitch-web/issues/223)) ([993767f](https://github.com/juspay/hyperswitch-web/commit/993767f185a3059ea5cc0652aa4053304e66ba52))

## [0.31.5](https://github.com/juspay/hyperswitch-web/compare/v0.31.4...v0.31.5) (2024-03-12)


### Bug Fixes

* disable and enable Pay now button ([#221](https://github.com/juspay/hyperswitch-web/issues/221)) ([3d2e497](https://github.com/juspay/hyperswitch-web/commit/3d2e4971a20b8737820743c848496e4e8bb4a57b))

## [0.31.4](https://github.com/juspay/hyperswitch-web/compare/v0.31.3...v0.31.4) (2024-03-12)


### Bug Fixes

* added ordering for saved payment methods ([#222](https://github.com/juspay/hyperswitch-web/issues/222)) ([a7e9f6d](https://github.com/juspay/hyperswitch-web/commit/a7e9f6d48e83ae96395ac19365abf4d757229c9b))

## [0.31.3](https://github.com/juspay/hyperswitch-web/compare/v0.31.2...v0.31.3) (2024-03-12)

## [0.31.2](https://github.com/juspay/hyperswitch-web/compare/v0.31.1...v0.31.2) (2024-03-12)

## [0.31.1](https://github.com/juspay/hyperswitch-web/compare/v0.31.0...v0.31.1) (2024-03-12)


### Bug Fixes

* card payment customer_acceptance ([#220](https://github.com/juspay/hyperswitch-web/issues/220)) ([c2067e9](https://github.com/juspay/hyperswitch-web/commit/c2067e9c274727eda03686d5986c5071f2da17b2))

# [0.31.0](https://github.com/juspay/hyperswitch-web/compare/v0.30.0...v0.31.0) (2024-03-11)


Expand Down
5 changes: 2 additions & 3 deletions bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
},
"bs-dependencies": [
"@rescript/react",
"bs-fetch",
"@ryyppy/rescript-promise",
"rescript-webapi",
"@rescript/core"
"@rescript/core",
"@glennsl/rescript-fetch"
]
}
194 changes: 63 additions & 131 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"name": "orca-payment-page",
"version": "0.31.0",
"version": "0.32.0",
"main": "index.js",
"private": true,
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.414.0",
"@aws-sdk/client-s3": "^3.417.0",
"@glennsl/rescript-fetch": "^0.2.0",
"@kount/kount-web-client-sdk": "^1.1.6",
"@rescript/core": "^0.7.0",
"@rescript/react": "^0.11.0",
"@ryyppy/rescript-promise": "^2.1.0",
"@sentry/react": "^7.64.0",
"@sentry/webpack-plugin": "^2.7.0",
"bs-fetch": "^0.6.2",
"fast-glob": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.1.2",
"rescript-webapi": "^0.7.0",
"webpack-merge": "^5.9.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/BrutalTheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let brutal = {
spacingGridRow: "20px",
buttonBackgroundColor: "#f5fb1f",
buttonHeight: "48px",
buttonWidth: "thin",
buttonWidth: "100%",
buttonBorderRadius: "6px",
buttonBorderColor: "#566186",
buttonTextColor: "#000000",
Expand Down
Loading

0 comments on commit d71c81e

Please sign in to comment.