Skip to content

Commit

Permalink
[ci] release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent b82df30 commit 0bcedbb
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-files-cough.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fresh-lamps-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-terms-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-bats-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-ladybugs-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-houses-grow.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @adyen/adyen-web

## 6.7.0

### Minor Changes

- Start tracking API errors for the following endpoints for analytics purposes: ([#3035](https://github.com/Adyen/adyen-web/pull/3035))

- `/sessions/${session.id}/payments`
- `/sessions/${session.id}/orders`
- `/sessions/${session.id}/paymentDetails`
- `v1/submitThreeDS2Fingerprint`

### Patch Changes

- Resolve the issue where `GooglePayButton` fails to pass `buttonRadius` to the `createButton` function when the value is 0. ([#3039](https://github.com/Adyen/adyen-web/pull/3039))

- Klarna - Fix issue where Klarna as standalone component didn't initialize the Klarna Widget SDK accordingly ([#3064](https://github.com/Adyen/adyen-web/pull/3064))

- Fixes Click to Pay link looking buttons into proper buttons ([#3029](https://github.com/Adyen/adyen-web/pull/3029))

- Fix the styles for the remove stored card confirmation to ensure responsiveness on smaller devices. ([#3037](https://github.com/Adyen/adyen-web/pull/3037))

- Adding missing Trustly translations ([#3055](https://github.com/Adyen/adyen-web/pull/3055))

## 6.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adyen/adyen-web",
"version": "6.6.0",
"version": "6.7.0",
"license": "MIT",
"homepage": "https://docs.adyen.com/checkout",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "6.6.0"
"@adyen/adyen-web": "6.7.0"
}
}

0 comments on commit 0bcedbb

Please sign in to comment.