Skip to content

Commit

Permalink
[ci] release main (#2369)
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 23, 2023
1 parent c6c19ac commit 66e0be3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-eels-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-pianos-appear.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 @@ -25,6 +25,6 @@
"webpack-dev-server": "4.13.3"
},
"dependencies": {
"@adyen/adyen-web": "5.53.1"
"@adyen/adyen-web": "5.53.2"
}
}
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.53.1"
"@adyen/adyen-web": "5.53.2"
}
}
8 changes: 8 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @adyen/adyen-web

## 5.53.2

### Patch Changes

- chore: fix ts config ([#2313](https://github.com/Adyen/adyen-web/pull/2313))

- UX improvement for the `QRLoader` component - the QR loader shows amount and redirect button before the QR code image. ([#2359](https://github.com/Adyen/adyen-web/pull/2359))

## 5.53.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.53.1",
"version": "5.53.2",
"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.53.1"
"@adyen/adyen-web": "5.53.2"
}
}

0 comments on commit 66e0be3

Please sign in to comment.