Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/hot-foxes-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/open-rockets-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-ads-fold.md

This file was deleted.

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

## 6.27.0

### Minor Changes

- Improved: Move SRPanelProvider to UIElement to remove multiple imports ([#3694](https://github.com/Adyen/adyen-web/pull/3694))

### Patch Changes

- Improvement: Adds focus border to active item on all select elements ([#3646](https://github.com/Adyen/adyen-web/pull/3646))

- Fixed a runtime error that occurred when an external script finished loading after the component had already been unmounted. ([#3709](https://github.com/Adyen/adyen-web/pull/3709))

## 6.26.0

### Minor 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.26.0",
"version": "6.27.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 @@ -40,6 +40,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "6.26.0"
"@adyen/adyen-web": "6.27.0"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@adyen/adyen-web-playground@workspace:packages/playground"
dependencies:
"@adyen/adyen-web": "npm:6.26.0"
"@adyen/adyen-web": "npm:6.27.0"
"@adyen/adyen-web-server": "npm:1.0.0"
autoprefixer: "npm:^10.4.9"
core-js-pure: "npm:^3.25.3"
Expand Down Expand Up @@ -75,7 +75,7 @@ __metadata:
languageName: unknown
linkType: soft

"@adyen/adyen-web@npm:6.26.0, @adyen/adyen-web@workspace:packages/lib":
"@adyen/adyen-web@npm:6.27.0, @adyen/adyen-web@workspace:packages/lib":
version: 0.0.0-use.local
resolution: "@adyen/adyen-web@workspace:packages/lib"
dependencies:
Expand Down
Loading