Skip to content

Commit 786685b

Browse files
[ci] release main
1 parent 9ea31d9 commit 786685b

11 files changed

+24
-42
lines changed

.changeset/afraid-clocks-drop.md

-5
This file was deleted.

.changeset/afraid-trains-occur.md

-5
This file was deleted.

.changeset/hip-bobcats-stare.md

-5
This file was deleted.

.changeset/lemon-trees-occur.md

-5
This file was deleted.

.changeset/many-clouds-try.md

-5
This file was deleted.

.changeset/silent-turtles-walk.md

-5
This file was deleted.

.changeset/silver-toys-invent.md

-5
This file was deleted.

.changeset/small-otters-rule.md

-5
This file was deleted.

packages/lib/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @adyen/adyen-web
22

3+
## 6.9.0
4+
5+
### Minor Changes
6+
7+
- Feature: New PayTo payment method ([#3114](https://github.com/Adyen/adyen-web/pull/3114))
8+
9+
### Patch Changes
10+
11+
- GooglePay - Fixed issue where calling reject on onClick event was triggering an unhandled exception ([#3151](https://github.com/Adyen/adyen-web/pull/3151))
12+
13+
- Move `@adyen/bento-design-tokens` into devDependencies. ([#3124](https://github.com/Adyen/adyen-web/pull/3124))
14+
15+
- GooglePay - Added 'challengeWindowSize' typescript type to its interface ([#3120](https://github.com/Adyen/adyen-web/pull/3120))
16+
17+
- Fixes giftcard component unresponsive when requiring confirmation ([#3119](https://github.com/Adyen/adyen-web/pull/3119))
18+
19+
- Use built-in mechanism to disable OpenInvoice (and ACH) components when Pay pressed ([#3142](https://github.com/Adyen/adyen-web/pull/3142))
20+
21+
- Boleto - Added missing properties to its typescript interface ([#3121](https://github.com/Adyen/adyen-web/pull/3121))
22+
23+
- Added missing type (onAutoComplete) in CustomCardConfiguration ([#3144](https://github.com/Adyen/adyen-web/pull/3144))
24+
325
## 6.8.0
426

527
### Minor Changes

packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/adyen-web",
3-
"version": "6.8.0",
3+
"version": "6.9.0",
44
"license": "MIT",
55
"homepage": "https://docs.adyen.com/checkout",
66
"type": "module",

packages/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"whatwg-fetch": "^3.6.2"
4242
},
4343
"dependencies": {
44-
"@adyen/adyen-web": "6.8.0"
44+
"@adyen/adyen-web": "6.9.0"
4545
}
4646
}

0 commit comments

Comments
 (0)