Skip to content

Commit

Permalink
[ci] release v5 (#2900)
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 21, 2024
1 parent 3097f74 commit 9fbe0de
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-queens-mix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-sheep-type.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.70.0"
"@adyen/adyen-web": "5.71.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.70.0"
"@adyen/adyen-web": "5.71.0"
}
}
10 changes: 10 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @adyen/adyen-web

## 5.71.0

### Minor Changes

- Adds selector for savings and checking accounts on ACH component ([#2904](https://github.com/Adyen/adyen-web/pull/2904))

### Patch Changes

- Added optional chaining operator to postMessage handler function. Fixes issue where 'get-process-message.handler.js' caused exceptions due to stray postMessages without properly formed events ([#2896](https://github.com/Adyen/adyen-web/pull/2896))

## 5.70.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.70.0",
"version": "5.71.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.70.0"
"@adyen/adyen-web": "5.71.0"
}
}

0 comments on commit 9fbe0de

Please sign in to comment.