Skip to content

Commit d37a5a7

Browse files
[ci] release main
1 parent 68b59b1 commit d37a5a7

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/afraid-trains-occur.md

-5
This file was deleted.

.changeset/lemon-trees-occur.md

-5
This file was deleted.

.changeset/silver-toys-invent.md

-5
This file was deleted.

packages/lib/CHANGELOG.md

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

3+
## 6.8.1
4+
5+
### Patch Changes
6+
7+
- Move `@adyen/bento-design-tokens` into devDependencies. ([#3124](https://github.com/Adyen/adyen-web/pull/3124))
8+
9+
- Fixes giftcard component unresponsive when requiring confirmation ([#3119](https://github.com/Adyen/adyen-web/pull/3119))
10+
11+
- Boleto - Added missing properties to its typescript interface ([#3121](https://github.com/Adyen/adyen-web/pull/3121))
12+
313
## 6.8.0
414

515
### 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.8.1",
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.8.1"
4545
}
4646
}

0 commit comments

Comments
 (0)