mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: release main (#10497)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
parent
a1c7211ab1
commit
62886f267b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"packages/puppeteer": "20.7.4",
|
||||
"packages/puppeteer-core": "20.7.4",
|
||||
"packages/puppeteer": "20.8.0",
|
||||
"packages/puppeteer-core": "20.8.0",
|
||||
"packages/testserver": "0.6.0",
|
||||
"packages/ng-schematics": "0.3.0",
|
||||
"packages/browsers": "1.4.3"
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -9475,20 +9475,20 @@
|
||||
"dev": true
|
||||
},
|
||||
"packages/puppeteer": {
|
||||
"version": "20.7.4",
|
||||
"version": "20.8.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "1.4.3",
|
||||
"cosmiconfig": "8.2.0",
|
||||
"puppeteer-core": "20.7.4"
|
||||
"puppeteer-core": "20.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.3.0"
|
||||
}
|
||||
},
|
||||
"packages/puppeteer-core": {
|
||||
"version": "20.7.4",
|
||||
"version": "20.8.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "1.4.3",
|
||||
@ -14672,7 +14672,7 @@
|
||||
"requires": {
|
||||
"@puppeteer/browsers": "1.4.3",
|
||||
"cosmiconfig": "8.2.0",
|
||||
"puppeteer-core": "20.7.4"
|
||||
"puppeteer-core": "20.8.0"
|
||||
}
|
||||
},
|
||||
"puppeteer-core": {
|
||||
|
@ -8,6 +8,18 @@ All notable changes to this project will be documented in this file. See [standa
|
||||
* dependencies
|
||||
* @puppeteer/browsers bumped from 1.0.1 to 1.1.0
|
||||
|
||||
## [20.8.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.7.4...puppeteer-core-v20.8.0) (2023-07-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **screenshot:** enable optimizeForSpeed ([#10492](https://github.com/puppeteer/puppeteer/issues/10492)) ([87aaed4](https://github.com/puppeteer/puppeteer/commit/87aaed4807e5240dec7b25273e44c1ce5e884336))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add an internal page.locatorRace ([#10512](https://github.com/puppeteer/puppeteer/issues/10512)) ([56a97dd](https://github.com/puppeteer/puppeteer/commit/56a97dd2fb1cbf36e4f3344f7d22afd6e7ef2380))
|
||||
|
||||
## [20.7.4](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.7.3...puppeteer-core-v20.7.4) (2023-06-29)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer-core",
|
||||
"version": "20.7.4",
|
||||
"version": "20.8.0",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"keywords": [
|
||||
"puppeteer",
|
||||
|
@ -15,6 +15,20 @@ All notable changes to this project will be documented in this file. See [standa
|
||||
* puppeteer-core bumped from 20.1.1 to 20.1.2
|
||||
* @puppeteer/browsers bumped from 1.0.1 to 1.1.0
|
||||
|
||||
## [20.8.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.7.4...puppeteer-v20.8.0) (2023-07-06)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **puppeteer:** Synchronize puppeteer versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* puppeteer-core bumped from 20.7.4 to 20.8.0
|
||||
|
||||
## [20.7.4](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.7.3...puppeteer-v20.7.4) (2023-06-29)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer",
|
||||
"version": "20.7.4",
|
||||
"version": "20.8.0",
|
||||
"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.2.0",
|
||||
"puppeteer-core": "20.7.4",
|
||||
"puppeteer-core": "20.8.0",
|
||||
"@puppeteer/browsers": "1.4.3"
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user