Skip to content

Commit

Permalink
fix: google Pay Payment Data Filled event fix and tagging headless lo…
Browse files Browse the repository at this point in the history
…gs with source
  • Loading branch information
Vrishab Srivatsa committed Apr 8, 2024
1 parent 6678dc1 commit 73b00e5
Show file tree
Hide file tree
Showing 11 changed files with 14,281 additions and 22,605 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"plugins": ["react-hooks"],
"rules": {
"react-hooks/rules-of-hooks": "error"
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/CI-Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
node-version: "14"

- name: Install dependencies
run: npm install
Expand Down
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# [0.39.0](https://github.com/juspay/hyperswitch-web/compare/v0.38.2...v0.39.0) (2024-04-08)


### Bug Fixes

* build failing issue because of lower node version ([#280](https://github.com/juspay/hyperswitch-web/issues/280)) ([07002cf](https://github.com/juspay/hyperswitch-web/commit/07002cfe3f54c544801263c2798b3430a81a01ea))


### Features

* add GitHub Actions workflow for removing labels from PRs ([#278](https://github.com/juspay/hyperswitch-web/issues/278)) ([ce71d4b](https://github.com/juspay/hyperswitch-web/commit/ce71d4b83d61dbc988b0b36f8bc2d968a0dcf2d8))

## [0.38.2](https://github.com/juspay/hyperswitch-web/compare/v0.38.1...v0.38.2) (2024-04-05)

## [0.38.1](https://github.com/juspay/hyperswitch-web/compare/v0.38.0...v0.38.1) (2024-04-04)
Expand Down
Loading

0 comments on commit 73b00e5

Please sign in to comment.