chore: release main (#11086)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-10-06 11:48:06 +00:00 committed by GitHub
parent 5887649891
commit ddbb43cd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
578 changed files with 40 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"packages/puppeteer": "21.3.7",
"packages/puppeteer-core": "21.3.7",
"packages/puppeteer": "21.3.8",
"packages/puppeteer-core": "21.3.8",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.5.0",
"packages/browsers": "1.7.1"

6
package-lock.json generated
View File

@ -11637,13 +11637,13 @@
"dev": true
},
"packages/puppeteer": {
"version": "21.3.7",
"version": "21.3.8",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.7.1",
"cosmiconfig": "8.3.6",
"puppeteer-core": "21.3.7"
"puppeteer-core": "21.3.8"
},
"devDependencies": {
"@types/node": "18.17.15"
@ -11653,7 +11653,7 @@
}
},
"packages/puppeteer-core": {
"version": "21.3.7",
"version": "21.3.8",
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.7.1",

View File

@ -20,6 +20,14 @@ All notable changes to this project will be documented in this file. See [standa
* dependencies
* @puppeteer/browsers bumped from 1.5.1 to 1.6.0
## [21.3.8](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v21.3.7...puppeteer-core-v21.3.8) (2023-10-06)
### Bug Fixes
* avoid double subscription to frame manager in Page ([#11091](https://github.com/puppeteer/puppeteer/issues/11091)) ([5887649](https://github.com/puppeteer/puppeteer/commit/5887649891ea9cf1d7b3afbcf7196620ceb20ab2))
* update file chooser events ([#11057](https://github.com/puppeteer/puppeteer/issues/11057)) ([317f820](https://github.com/puppeteer/puppeteer/commit/317f82055b2f4dd68db136a3d52c5712425fa339))
## [21.3.7](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v21.3.6...puppeteer-core-v21.3.7) (2023-10-05)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "21.3.7",
"version": "21.3.8",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",

View File

@ -29,6 +29,20 @@ All notable changes to this project will be documented in this file. See [standa
* puppeteer-core bumped from 21.0.2 to 21.0.3
* @puppeteer/browsers bumped from 1.5.1 to 1.6.0
## [21.3.8](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.7...puppeteer-v21.3.8) (2023-10-06)
### Miscellaneous Chores
* **puppeteer:** Synchronize puppeteer versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 21.3.7 to 21.3.8
## [21.3.7](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.6...puppeteer-v21.3.7) (2023-10-05)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "21.3.7",
"version": "21.3.8",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
@ -122,7 +122,7 @@
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "8.3.6",
"puppeteer-core": "21.3.7",
"puppeteer-core": "21.3.8",
"@puppeteer/browsers": "1.7.1"
},
"devDependencies": {

Some files were not shown because too many files have changed in this diff Show More