Skip to content

Commit

Permalink
[ci] release v5 (#2828)
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 2, 2024
1 parent 90b4b31 commit 9bce413
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-kings-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-crabs-do.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.68.0"
"@adyen/adyen-web": "5.68.1"
}
}
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.68.0"
"@adyen/adyen-web": "5.68.1"
}
}
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.68.1

### Patch Changes

- Fixes Lithuanian postal code to support 4-5 digits and LT prefix ([#2827](https://github.com/Adyen/adyen-web/pull/2827))

- Improves acessibility removing region on payment method item and button loading state ([#2827](https://github.com/Adyen/adyen-web/pull/2827))

## 5.68.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.68.0",
"version": "5.68.1",
"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.68.0"
"@adyen/adyen-web": "5.68.1"
}
}

0 comments on commit 9bce413

Please sign in to comment.