Skip to content

Commit

Permalink
[ci] release main (#2795)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 26, 2024
1 parent dd4a613 commit 41f8a3b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-items-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-spiders-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-drinks-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-forks-care.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/e2e-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"@adyen/adyen-web": "6.0.3"
"@adyen/adyen-web": "6.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/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.0.3"
"@adyen/adyen-web": "6.1.0"
}
}
14 changes: 14 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @adyen/adyen-web

## 6.1.0

### Minor Changes

- Display ANCV ID while displaying used payment methods on Dropin ([#2808](https://github.com/Adyen/adyen-web/pull/2808))

### Patch Changes

- Adding missing currency information for Iceland and Bulgaria ([#2811](https://github.com/Adyen/adyen-web/pull/2811))

- Send certain analytic config data for the `Dropin`. Modify some analytic config data for the `Card`. ([#2794](https://github.com/Adyen/adyen-web/pull/2794))

- Fixes `props.holderName` not being used in stored cards as `paymetMethod.holderName`. ([#2813](https://github.com/Adyen/adyen-web/pull/2813))

## 6.0.3

### 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.0.3",
"version": "6.1.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.0.3"
"@adyen/adyen-web": "6.1.0"
}
}

0 comments on commit 41f8a3b

Please sign in to comment.