chore: release main (#11546)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-12-13 15:19:18 +01:00 committed by GitHub
parent 62a5a07c2a
commit dd750b9576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
586 changed files with 35 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"packages/puppeteer": "21.6.0",
"packages/puppeteer-core": "21.6.0",
"packages/puppeteer": "21.6.1",
"packages/puppeteer-core": "21.6.1",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.5.4",
"packages/browsers": "1.9.0"

6
package-lock.json generated
View File

@ -11375,13 +11375,13 @@
}
},
"packages/puppeteer": {
"version": "21.6.0",
"version": "21.6.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.9.0",
"cosmiconfig": "8.3.6",
"puppeteer-core": "21.6.0"
"puppeteer-core": "21.6.1"
},
"bin": {
"puppeteer": "lib/esm/puppeteer/node/cli.js"
@ -11394,7 +11394,7 @@
}
},
"packages/puppeteer-core": {
"version": "21.6.0",
"version": "21.6.1",
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.9.0",

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.6.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v21.6.0...puppeteer-core-v21.6.1) (2023-12-13)
### Bug Fixes
* emulate if captureBeyondViewport is false ([#11525](https://github.com/puppeteer/puppeteer/issues/11525)) ([b6d1163](https://github.com/puppeteer/puppeteer/commit/b6d1163f7f33d80fd43fa4915789d3689ea2369f))
* ensure fission.bfcacheInParent is disabled for cdp in Firefox ([#11522](https://github.com/puppeteer/puppeteer/issues/11522)) ([b4a6524](https://github.com/puppeteer/puppeteer/commit/b4a65245b0ad01b2b634473ebb4d8bb2d7e420f7))
## [21.6.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v21.5.2...puppeteer-core-v21.6.0) (2023-12-05)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "21.6.0",
"version": "21.6.1",
"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.6.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.6.0...puppeteer-v21.6.1) (2023-12-13)
### Miscellaneous Chores
* **puppeteer:** Synchronize puppeteer versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 21.6.0 to 21.6.1
## [21.6.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.2...puppeteer-v21.6.0) (2023-12-05)

View File

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

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