Skip to content

Commit

Permalink
[ci] release main (#2849)
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 Sep 16, 2024
1 parent e7495fd commit aeb4460
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-comics-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-timers-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-rules-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-flies-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-toys-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-emus-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-carrots-jog.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.1.1"
"@adyen/adyen-web": "6.2.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.1.1"
"@adyen/adyen-web": "6.2.0"
}
}
20 changes: 20 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @adyen/adyen-web

## 6.2.0

### Minor Changes

- Always make call to analytics setup endpoint ([#2838](https://github.com/Adyen/adyen-web/pull/2838))

### Patch Changes

- Fixes regression and allows Enter key to validate/submit ([#2837](https://github.com/Adyen/adyen-web/pull/2837))

- send browserInfo in setup call ([#2847](https://github.com/Adyen/adyen-web/pull/2847))

- Dropin: Filtering out payment method type before creating the payment method element ([#2852](https://github.com/Adyen/adyen-web/pull/2852))

- Fixing adyen.css file exposure for Webpack 4 projects ([#2855](https://github.com/Adyen/adyen-web/pull/2855))

- Change ApplePaySession type to optional in window interface ([#2836](https://github.com/Adyen/adyen-web/pull/2836))

- Fixing reliability Sonarcloud issues related to ApplePayService ([#2846](https://github.com/Adyen/adyen-web/pull/2846))

## 6.1.1

### Patch 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.1.1",
"version": "6.2.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.1.1"
"@adyen/adyen-web": "6.2.0"
}
}

0 comments on commit aeb4460

Please sign in to comment.