Skip to content

Commit

Permalink
Merge branch 'main' into fix/billing-details-payment-body
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushKapoorJuspay authored Aug 7, 2024
2 parents 3fa9e7d + 3eaad1d commit 80597bc
Show file tree
Hide file tree
Showing 105 changed files with 12,478 additions and 24,740 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
## [0.80.7](https://github.com/juspay/hyperswitch-web/compare/v0.80.6...v0.80.7) (2024-08-06)

## [0.80.6](https://github.com/juspay/hyperswitch-web/compare/v0.80.5...v0.80.6) (2024-08-06)


### Bug Fixes

* parse exn error handle ([#542](https://github.com/juspay/hyperswitch-web/issues/542)) ([79ed07a](https://github.com/juspay/hyperswitch-web/commit/79ed07a829ae2c5f62959b8acb929edaab1f42c2))

## [0.80.5](https://github.com/juspay/hyperswitch-web/compare/v0.80.4...v0.80.5) (2024-08-06)


### Bug Fixes

* semantic package update ([#538](https://github.com/juspay/hyperswitch-web/issues/538)) ([8ab2730](https://github.com/juspay/hyperswitch-web/commit/8ab27309993eac1d19427e2b41820f5244ca5ae9))

## [0.80.4](https://github.com/juspay/hyperswitch-web/compare/v0.80.3...v0.80.4) (2024-08-05)


### Bug Fixes

* webpack upgraded to new version for removing vulnerability ([#536](https://github.com/juspay/hyperswitch-web/issues/536)) ([c109c7d](https://github.com/juspay/hyperswitch-web/commit/c109c7d81f3e1cb9738c90e49e358ab53d7b6886))

## [0.80.3](https://github.com/juspay/hyperswitch-web/compare/v0.80.2...v0.80.3) (2024-08-05)


### Bug Fixes

* package removal ([#534](https://github.com/juspay/hyperswitch-web/issues/534)) ([179a9a7](https://github.com/juspay/hyperswitch-web/commit/179a9a7986825df5b58739ee303888da4a312666))

## [0.80.2](https://github.com/juspay/hyperswitch-web/compare/v0.80.1...v0.80.2) (2024-08-02)

## [0.80.1](https://github.com/juspay/hyperswitch-web/compare/v0.80.0...v0.80.1) (2024-08-02)


### Bug Fixes

* removal of unnecessary package ([#532](https://github.com/juspay/hyperswitch-web/issues/532)) ([d9ae21f](https://github.com/juspay/hyperswitch-web/commit/d9ae21f37e4503e27b866ed1249f2ea59e2ef0d5))

# [0.80.0](https://github.com/juspay/hyperswitch-web/compare/v0.79.0...v0.80.0) (2024-07-31)


### Features

* added support for collecting_billing_details_from_wallets ([#529](https://github.com/juspay/hyperswitch-web/issues/529)) ([4193d85](https://github.com/juspay/hyperswitch-web/commit/4193d85554630affafde70ece98ff3df70cf8762))

# [0.79.0](https://github.com/juspay/hyperswitch-web/compare/v0.78.1...v0.79.0) (2024-07-31)


### Features

* **payout:** add localisation for payout widget ([#520](https://github.com/juspay/hyperswitch-web/issues/520)) ([56edd9e](https://github.com/juspay/hyperswitch-web/commit/56edd9e7486c1f0187c10e6fc4d9440b6966f73b))

## [0.78.1](https://github.com/juspay/hyperswitch-web/compare/v0.78.0...v0.78.1) (2024-07-30)


Expand Down
14 changes: 6 additions & 8 deletions Hyperswitch-React-Demo-App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,20 @@
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"node-fetch": "2.6.1",
"node-fetch": "2.7.0",
"patch-package": "^8.0.0",
"prompt": "^1.3.0",
"prompt-sync": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": " webpack --config webpack.dev.js && concurrently \"npm run start-client\" \"npm run start-server\"",
"start-client": "webpack serve --config webpack.dev.js",
"start-server": "node dist/server.js",
"build": "webpack --config webpack.common.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"**/*.{js,jsx}\""
},
"eslintConfig": {
Expand Down Expand Up @@ -57,10 +54,11 @@
"babel-loader": "^9.1.3",
"concurrently": "4.1.2",
"prettier": "^2.7.1",
"webpack-cli": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-server": "^3.11.3"
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}
11 changes: 7 additions & 4 deletions Hyperswitch-React-Demo-App/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@ const { merge } = require("webpack-merge");
const common = require("./webpack.common.js");

const devServer = {
contentBase: path.join(__dirname, "dist"),
static: {
directory: path.join(__dirname, "dist"),
},
hot: true,
host: "0.0.0.0",
port: 9060,
historyApiFallback: true,
proxy: {
"/payments": {
proxy: [
{
context: ["/payments"],
target: "http://localhost:5252",
changeOrigin: true,
secure: true,
pathRewrite: { "^/payments": "" },
},
},
],
headers: {
"Cache-Control": "must-revalidate",
},
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ Please refer to our [FAQs page][faqs].
- ApplePay
- GooglePay
- Klarna
- Kount
## 💪 Join us in building Hyperswitch
Expand Down
Loading

0 comments on commit 80597bc

Please sign in to comment.