Skip to content

Commit

Permalink
[ci] release main (#2919)
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 Oct 30, 2024
1 parent f52ea7f commit d4bd247
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-geese-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-jeans-yawn.md

This file was deleted.

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/old-fishes-battle.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"
}
}
22 changes: 22 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @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

- Fix issue where 'auto' bundle was tree-shaken by bundlers in prod builds ([#2914](https://github.com/Adyen/adyen-web/pull/2914))

- Fix address lookup reseting state field after country change ([#2927](https://github.com/Adyen/adyen-web/pull/2927))

- 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))

- Lowered ECMAScript version to 2020 in order to support older iOS versions ([#2917](https://github.com/Adyen/adyen-web/pull/2917))

- 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 d4bd247

Please sign in to comment.