Skip to content

Commit

Permalink
chore(release): 0.15.10 [skip ci]
Browse files Browse the repository at this point in the history
## [0.15.10](v0.15.9...v0.15.10) (2023-12-14)

### Bug Fixes

* HS-465: UI changes and Code refactor for billing address ([#60](#60)) ([8209ec3](8209ec3))
  • Loading branch information
semantic-release-bot committed Dec 14, 2023
1 parent 8209ec3 commit d91a4cb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.15.10](https://github.com/juspay/hyperswitch-web/compare/v0.15.9...v0.15.10) (2023-12-14)


### Bug Fixes

* HS-465: UI changes and Code refactor for billing address ([#60](https://github.com/juspay/hyperswitch-web/issues/60)) ([8209ec3](https://github.com/juspay/hyperswitch-web/commit/8209ec39827fac94a1b081daaeb0a6b014327526))

## [0.15.9](https://github.com/juspay/hyperswitch-web/compare/v0.15.8...v0.15.9) (2023-12-13)


Expand Down
24 changes: 17 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "orca-payment-page",
"version": "0.15.9",
"version": "0.15.10",
"main": "index.js",
"private": true,
"dependencies": {
"@ryyppy/rescript-promise": "^2.1.0",
"rescript-webapi": "^0.7.0",
"@aws-sdk/client-cloudfront": "^3.414.0",
"@aws-sdk/client-s3": "^3.417.0",
"@kount/kount-web-client-sdk": "^1.1.6",
"@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",
Expand All @@ -18,6 +17,7 @@
"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

0 comments on commit d91a4cb

Please sign in to comment.