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 Nov 25, 2024
1 parent dfa4a75 commit de6bda6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-pants-cover.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.

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

## 6.5.2

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

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

## 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.5.2",
"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.5.2"
}
}

0 comments on commit de6bda6

Please sign in to comment.