chore(main): release ng-schematics 0.5.3 (#11488)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-12-04 16:10:21 +01:00 committed by GitHub
parent 02af7482d9
commit ed553107d0
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.2",
"packages/ng-schematics": "0.5.3",
"packages/browsers": "1.8.0"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.5.3](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.2...ng-schematics-v0.5.3) (2023-12-04)
### Bug Fixes
* ng-schematics install Windows ([#11487](https://github.com/puppeteer/puppeteer/issues/11487)) ([02af748](https://github.com/puppeteer/puppeteer/commit/02af7482d9bf2163b90dfe623b0af18c513d5a3b))
## [0.5.2](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.1...ng-schematics-v0.5.2) (2023-11-16)

View File

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