Skip to content

Commit

Permalink
[ci] release main (#2634)
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 Apr 8, 2024
1 parent 57bacc7 commit ba0fc79
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-wolves-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-planets-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-falcons-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-tables-cry.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": "5.62.0"
"@adyen/adyen-web": "5.63.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": "5.62.0"
"@adyen/adyen-web": "5.63.0"
}
}
14 changes: 14 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @adyen/adyen-web

## 5.63.0

### Minor Changes

- Remove the country flag in the Phone select, change the label to `Country/Region` for the country/region field. ([#2628](https://github.com/Adyen/adyen-web/pull/2628))

### Patch Changes

- fix: vouchers (econtext and dragonpay) can now show expiration date with time ([#2618](https://github.com/Adyen/adyen-web/pull/2618))

- Refactor how wallet PMs call submitAnalytics when they are used as express PMs ([#2617](https://github.com/Adyen/adyen-web/pull/2617))

- Fix the bug that the drop-in is not rendered when there are only instant payments. ([#2629](https://github.com/Adyen/adyen-web/pull/2629))

## 5.62.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
Expand Up @@ -25,7 +25,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.62.0",
"version": "5.63.0",
"license": "MIT",
"homepage": "https://docs.adyen.com/checkout",
"repository": "github:Adyen/adyen-web",
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": "5.62.0"
"@adyen/adyen-web": "5.63.0"
}
}

0 comments on commit ba0fc79

Please sign in to comment.