chore: release main (#9210)

This commit is contained in:
release-please[bot] 2022-11-03 11:02:28 +01:00 committed by GitHub
parent 65386b3d0c
commit 30e5b1a58e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
738 changed files with 27 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{
"packages/puppeteer": "19.2.1",
"packages/puppeteer-core": "19.2.1",
"packages/puppeteer": "19.2.2",
"packages/puppeteer-core": "19.2.2",
"packages/testserver": "0.6.0"
}

8
package-lock.json generated
View File

@ -8464,7 +8464,7 @@
}
},
"packages/puppeteer": {
"version": "19.2.1",
"version": "19.2.2",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@ -8473,14 +8473,14 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.2.1"
"puppeteer-core": "19.2.2"
},
"engines": {
"node": ">=14.1.0"
}
},
"packages/puppeteer-core": {
"version": "19.2.1",
"version": "19.2.2",
"license": "Apache-2.0",
"dependencies": {
"cross-fetch": "3.1.5",
@ -13303,7 +13303,7 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.2.1"
"puppeteer-core": "19.2.2"
}
},
"puppeteer-core": {

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.2.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.2.1...puppeteer-core-v19.2.2) (2022-11-03)
### Bug Fixes
* update missing product message ([#9207](https://github.com/puppeteer/puppeteer/issues/9207)) ([29f47e2](https://github.com/puppeteer/puppeteer/commit/29f47e2e150ff7bfd89e38a4ce4ca34eac7f2fdf))
## [19.2.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.2.0...puppeteer-core-v19.2.1) (2022-10-28)

View File

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

View File

@ -2,6 +2,14 @@
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.2.2](https://github.com/puppeteer/puppeteer/compare/v19.2.1...v19.2.2) (2022-11-03)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 19.2.1 to ^19.2.2
## [19.2.1](https://github.com/puppeteer/puppeteer/compare/v19.2.0...v19.2.1) (2022-10-28)
### Dependencies

View File

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

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