chore: release main (#10228)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
parent
0cac94c0d6
commit
b1308d1c95
@ -1,7 +1,7 @@
|
||||
{
|
||||
"packages/puppeteer": "20.3.0",
|
||||
"packages/puppeteer-core": "20.3.0",
|
||||
"packages/puppeteer": "20.4.0",
|
||||
"packages/puppeteer-core": "20.4.0",
|
||||
"packages/testserver": "0.6.0",
|
||||
"packages/ng-schematics": "0.2.0",
|
||||
"packages/browsers": "1.3.0"
|
||||
"packages/browsers": "1.4.0"
|
||||
}
|
||||
|
18
package-lock.json
generated
18
package-lock.json
generated
@ -9766,7 +9766,7 @@
|
||||
},
|
||||
"packages/browsers": {
|
||||
"name": "@puppeteer/browsers",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"debug": "4.3.4",
|
||||
@ -9825,20 +9825,20 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"packages/puppeteer": {
|
||||
"version": "20.3.0",
|
||||
"version": "20.4.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "1.3.0",
|
||||
"@puppeteer/browsers": "1.4.0",
|
||||
"cosmiconfig": "8.1.3",
|
||||
"puppeteer-core": "20.3.0"
|
||||
"puppeteer-core": "20.4.0"
|
||||
}
|
||||
},
|
||||
"packages/puppeteer-core": {
|
||||
"version": "20.3.0",
|
||||
"version": "20.4.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "1.3.0",
|
||||
"@puppeteer/browsers": "1.4.0",
|
||||
"chromium-bidi": "0.4.10",
|
||||
"cross-fetch": "3.1.6",
|
||||
"debug": "4.3.4",
|
||||
@ -15135,15 +15135,15 @@
|
||||
"puppeteer": {
|
||||
"version": "file:packages/puppeteer",
|
||||
"requires": {
|
||||
"@puppeteer/browsers": "1.3.0",
|
||||
"@puppeteer/browsers": "1.4.0",
|
||||
"cosmiconfig": "8.1.3",
|
||||
"puppeteer-core": "20.3.0"
|
||||
"puppeteer-core": "20.4.0"
|
||||
}
|
||||
},
|
||||
"puppeteer-core": {
|
||||
"version": "file:packages/puppeteer-core",
|
||||
"requires": {
|
||||
"@puppeteer/browsers": "1.3.0",
|
||||
"@puppeteer/browsers": "1.4.0",
|
||||
"chromium-bidi": "0.4.10",
|
||||
"cross-fetch": "3.1.6",
|
||||
"debug": "4.3.4",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [1.4.0](https://github.com/puppeteer/puppeteer/compare/browsers-v1.3.0...browsers-v1.4.0) (2023-05-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use proxy-agent to support various proxies ([#10227](https://github.com/puppeteer/puppeteer/issues/10227)) ([2c0bd54](https://github.com/puppeteer/puppeteer/commit/2c0bd54d2e3b778818b9b4b32f436778f571b918))
|
||||
|
||||
## [1.3.0](https://github.com/puppeteer/puppeteer/compare/browsers-v1.2.0...browsers-v1.3.0) (2023-05-15)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@puppeteer/browsers",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"description": "Download and launch browsers",
|
||||
"scripts": {
|
||||
"build:docs": "wireit",
|
||||
|
@ -8,6 +8,25 @@ 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.4.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.3.0...puppeteer-core-v20.4.0) (2023-05-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Page.setBypassServiceWorker ([#10229](https://github.com/puppeteer/puppeteer/issues/10229)) ([81f73a5](https://github.com/puppeteer/puppeteer/commit/81f73a55f31892e55219ef9d37e235e988731fc1))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* stacktraces should not throw errors ([#10231](https://github.com/puppeteer/puppeteer/issues/10231)) ([557ec24](https://github.com/puppeteer/puppeteer/commit/557ec24cfc084440197da67581bf9782f10eb346))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @puppeteer/browsers bumped from 1.3.0 to 1.4.0
|
||||
|
||||
## [20.3.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.2.1...puppeteer-core-v20.3.0) (2023-05-22)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer-core",
|
||||
"version": "20.3.0",
|
||||
"version": "20.4.0",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"keywords": [
|
||||
"puppeteer",
|
||||
@ -137,7 +137,7 @@
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1120988",
|
||||
"ws": "8.13.0",
|
||||
"@puppeteer/browsers": "1.3.0"
|
||||
"@puppeteer/browsers": "1.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": ">= 4.7.4"
|
||||
|
@ -15,6 +15,21 @@ 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.4.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.3.0...puppeteer-v20.4.0) (2023-05-24)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **puppeteer:** Synchronize puppeteer versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* puppeteer-core bumped from 20.3.0 to 20.4.0
|
||||
* @puppeteer/browsers bumped from 1.3.0 to 1.4.0
|
||||
|
||||
## [20.3.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.2.1...puppeteer-v20.3.0) (2023-05-22)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer",
|
||||
"version": "20.3.0",
|
||||
"version": "20.4.0",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"keywords": [
|
||||
"puppeteer",
|
||||
@ -117,7 +117,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"cosmiconfig": "8.1.3",
|
||||
"puppeteer-core": "20.3.0",
|
||||
"@puppeteer/browsers": "1.3.0"
|
||||
"puppeteer-core": "20.4.0",
|
||||
"@puppeteer/browsers": "1.4.0"
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user