Skip to content

Commit

Permalink
[ci] release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 154be9a commit 30ef85e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-masks-agree.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": "6.3.0"
"@adyen/adyen-web": "6.3.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": "6.3.0"
"@adyen/adyen-web": "6.3.1"
}
}
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @adyen/adyen-web

## 6.3.1

### Patch Changes

- Small optimisation to only call document.querySelector once, rather than three times ([#2895](https://github.com/Adyen/adyen-web/pull/2895))

## 6.3.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
@@ -1,6 +1,6 @@
{
"name": "@adyen/adyen-web",
"version": "6.3.0",
"version": "6.3.1",
"license": "MIT",
"homepage": "https://docs.adyen.com/checkout",
"type": "module",
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": "6.3.0"
"@adyen/adyen-web": "6.3.1"
}
}

0 comments on commit 30ef85e

Please sign in to comment.