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 Dec 9, 2024
1 parent b96936d commit eb549fc
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-lions-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-pants-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-lizards-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-bags-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-boxes-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-brooms-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-boats-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-forks-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-laws-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-dragons-thank.md

This file was deleted.

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

## 6.6.0

### Minor Changes

- Updated DonationComponent UI ([#2980](https://github.com/Adyen/adyen-web/pull/2980))

- Feat: enable logos for SK and CZ online banking ([#2939](https://github.com/Adyen/adyen-web/pull/2939))

### Patch Changes

- A new barcode endpoint has been created on the backend. This PR generates barCode URLs against that endpoint. ([#2936](https://github.com/Adyen/adyen-web/pull/2936))

- Fix bug where Country field and State field where not showing the correct required attribute. ([#2944](https://github.com/Adyen/adyen-web/pull/2944))

- Send redirection error events to analytics. ([#2973](https://github.com/Adyen/adyen-web/pull/2973))

- Add fix to reshow card icon if previously it had failed to load ([#2955](https://github.com/Adyen/adyen-web/pull/2955))

- Send `level` field to the analytic `setup` call. If analytics is `enabled`, we send `level` value `all`, otherwise we send `initial`. ([#2933](https://github.com/Adyen/adyen-web/pull/2933))

- Klarna - Fixed issue where PayLater/PayOverTime payments were not authorized accordingly depending on how the shopper interacted with the Drop-in/Component ([#3007](https://github.com/Adyen/adyen-web/pull/3007))

- Change WeChat Pay QR countdown translation. ([#3006](https://github.com/Adyen/adyen-web/pull/3006))

- Hide the default ACH holder name contextual text. ([#3008](https://github.com/Adyen/adyen-web/pull/3008))

## 6.5.1

### Patch 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.5.1",
"version": "6.6.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.5.1"
"@adyen/adyen-web": "6.6.0"
}
}

0 comments on commit eb549fc

Please sign in to comment.