chore(main): release ng-schematics 0.5.2 (#11404)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
This commit is contained in:
release-please[bot] 2023-11-16 18:37:11 +01:00 committed by GitHub
parent 3f6ca249ed
commit acc685e87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,6 @@
"packages/puppeteer": "21.5.2",
"packages/puppeteer-core": "21.5.2",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.5.1",
"packages/ng-schematics": "0.5.2",
"packages/browsers": "1.8.0"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.5.2](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.1...ng-schematics-v0.5.2) (2023-11-16)
### Bug Fixes
* run post-install hooks ([#11403](https://github.com/puppeteer/puppeteer/issues/11403)) ([3f6ca24](https://github.com/puppeteer/puppeteer/commit/3f6ca249ed898eee25015a6fd0ce7cf774ad31b2))
## [0.5.1](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.0...ng-schematics-v0.5.1) (2023-11-13)

View File

@ -1,6 +1,6 @@
{
"name": "@puppeteer/ng-schematics",
"version": "0.5.1",
"version": "0.5.2",
"description": "Puppeteer Angular schematics",
"scripts": {
"build": "wireit",