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 Oct 28, 2024
1 parent eec66da commit 1399d7f
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-stingrays-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-dodos-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-poets-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-cars-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-pets-tap.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.4.0"
"@adyen/adyen-web": "6.5.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.4.0"
"@adyen/adyen-web": "6.5.0"
}
}
16 changes: 16 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @adyen/adyen-web

## 6.5.0

### Minor Changes

- PayMe - Improved instructions UI ([#2910](https://github.com/Adyen/adyen-web/pull/2910))

- PayNow - Adding instructions to scan QR code on mobile view ([#2910](https://github.com/Adyen/adyen-web/pull/2910))

### Patch Changes

- Revert Icelandic Krona to be treated as a currency with minor units, in order to align with our documentation ([#2924](https://github.com/Adyen/adyen-web/pull/2924))

- Fix `UPIComponent` initial value for `isValid`. It should only be default to `true` for UPI QR. ([#2921](https://github.com/Adyen/adyen-web/pull/2921))

- Payconic - Adjusted QR code message and removed unused button label. ([#2910](https://github.com/Adyen/adyen-web/pull/2910))

## 6.4.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.4.0",
"version": "6.5.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.4.0"
"@adyen/adyen-web": "6.5.0"
}
}

0 comments on commit 1399d7f

Please sign in to comment.