chore: release main (#9491)

This commit is contained in:
release-please[bot] 2023-01-11 16:26:44 +01:00 committed by GitHub
parent 9bf90d9f4b
commit 5087bf771c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
743 changed files with 43 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"packages/puppeteer": "19.5.0",
"packages/puppeteer-core": "19.5.0",
"packages/puppeteer": "19.5.1",
"packages/puppeteer-core": "19.5.1",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.1.0"
}

8
package-lock.json generated
View File

@ -8664,7 +8664,7 @@
}
},
"packages/puppeteer": {
"version": "19.5.0",
"version": "19.5.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@ -8672,14 +8672,14 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.5.0"
"puppeteer-core": "19.5.1"
},
"engines": {
"node": ">=14.1.0"
}
},
"packages/puppeteer-core": {
"version": "19.5.0",
"version": "19.5.1",
"license": "Apache-2.0",
"dependencies": {
"cross-fetch": "3.1.5",
@ -14058,7 +14058,7 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.5.0"
"puppeteer-core": "19.5.1"
},
"dependencies": {
"argparse": {

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [19.5.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.5.0...puppeteer-core-v19.5.1) (2023-01-11)
### Bug Fixes
* use puppeteer node for installation script ([#9489](https://github.com/puppeteer/puppeteer/issues/9489)) ([9bf90d9](https://github.com/puppeteer/puppeteer/commit/9bf90d9f4b5aeab06f8b433714712cad3259d36e))
## [19.5.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.4.1...puppeteer-core-v19.5.0) (2023-01-05)

View File

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

View File

@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [19.5.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.5.0...puppeteer-v19.5.1) (2023-01-11)
### Bug Fixes
* use puppeteer node for installation script ([#9489](https://github.com/puppeteer/puppeteer/issues/9489)) ([9bf90d9](https://github.com/puppeteer/puppeteer/commit/9bf90d9f4b5aeab06f8b433714712cad3259d36e))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 19.5.0 to 19.5.1
## [19.5.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.4.1...puppeteer-v19.5.0) (2023-01-05)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "19.5.0",
"version": "19.5.1",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
@ -126,6 +126,6 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.5.0"
"puppeteer-core": "19.5.1"
}
}

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