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 6, 2024
1 parent 53f6c4a commit 48670f8
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 32 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/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/wicked-laws-hang.md

This file was deleted.

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

## 6.6.0

### Minor Changes

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

### 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))

- 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))

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

## 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 48670f8

Please sign in to comment.