chore: release main (#11051)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-09-28 15:03:09 +02:00 committed by GitHub
parent b0d7375519
commit eedbb13ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
578 changed files with 31 additions and 9 deletions

View File

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

6
package-lock.json generated
View File

@ -10836,13 +10836,13 @@
}
},
"packages/puppeteer": {
"version": "21.3.5",
"version": "21.3.6",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.7.1",
"cosmiconfig": "8.3.6",
"puppeteer-core": "21.3.5"
"puppeteer-core": "21.3.6"
},
"devDependencies": {
"@types/node": "18.17.15"
@ -10852,7 +10852,7 @@
}
},
"packages/puppeteer-core": {
"version": "21.3.5",
"version": "21.3.6",
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.7.1",

View File

@ -20,6 +20,13 @@ 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.6](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v21.3.5...puppeteer-core-v21.3.6) (2023-09-28)
### Bug Fixes
* remove the flag disabling bfcache ([#11047](https://github.com/puppeteer/puppeteer/issues/11047)) ([b0d7375](https://github.com/puppeteer/puppeteer/commit/b0d73755193e7c60deb70df120859b5db87e7817))
## [21.3.5](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v21.3.4...puppeteer-core-v21.3.5) (2023-09-26)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "21.3.5",
"version": "21.3.6",
"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.6](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.5...puppeteer-v21.3.6) (2023-09-28)
### Miscellaneous Chores
* **puppeteer:** Synchronize puppeteer versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 21.3.5 to 21.3.6
## [21.3.5](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.4...puppeteer-v21.3.5) (2023-09-26)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "21.3.5",
"version": "21.3.6",
"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.5",
"puppeteer-core": "21.3.6",
"@puppeteer/browsers": "1.7.1"
},
"devDependencies": {

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