Skip to content

Commit

Permalink
[ci] release main (#2497)
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 Jan 9, 2024
1 parent 8ea9ded commit a701162
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-cameras-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-crews-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-suns-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-glasses-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-ladybugs-worry.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.55.1"
"@adyen/adyen-web": "5.56.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.55.1"
"@adyen/adyen-web": "5.56.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

## 5.56.0

### Minor Changes

- Add support for the PayMe payment method. ([#2476](https://github.com/Adyen/adyen-web/pull/2476))

### Patch Changes

- Improve the payment status check call for QR payments. ([#2506](https://github.com/Adyen/adyen-web/pull/2506))

- Fix incorrect grammar German pay button ([#2505](https://github.com/Adyen/adyen-web/pull/2505))

- update sessionData after /setup call ([#2504](https://github.com/Adyen/adyen-web/pull/2504))

- Detect when the value of a data-cse attribute is not supported, and don't create a SF for it ([#2495](https://github.com/Adyen/adyen-web/pull/2495))

## 5.55.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
Expand Up @@ -25,7 +25,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.55.1",
"version": "5.56.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.55.1"
"@adyen/adyen-web": "5.56.0"
}
}

0 comments on commit a701162

Please sign in to comment.