chore(main): release ng-schematics 0.5.5 (#11543)

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-12-19 13:22:32 +00:00 committed by GitHub
parent 484b9bbf37
commit 150e0f2c18
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.6.1",
"packages/puppeteer-core": "21.6.1",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.5.4",
"packages/ng-schematics": "0.5.5",
"packages/browsers": "1.9.0"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.5.5](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.4...ng-schematics-v0.5.5) (2023-12-19)
### Bug Fixes
* update documentation for ng-schematics ([#11533](https://github.com/puppeteer/puppeteer/issues/11533)) ([744e894](https://github.com/puppeteer/puppeteer/commit/744e8944ac62b9d7284fa260c5c796fa1b83b5ef))
## [0.5.4](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.3...ng-schematics-v0.5.4) (2023-12-06)

View File

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