Skip to content

Commit

Permalink
chore(main): release ng-schematics 0.5.1 (puppeteer#11376)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <[email protected]>
  • Loading branch information
release-please[bot] and Lightning00Blade authored Nov 13, 2023
1 parent 35a05d5 commit d9928a6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages/puppeteer": "21.5.1",
"packages/puppeteer-core": "21.5.1",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.5.0",
"packages/ng-schematics": "0.5.1",
"packages/browsers": "1.8.0"
}
8 changes: 8 additions & 0 deletions packages/ng-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.1](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.0...ng-schematics-v0.5.1) (2023-11-13)


### Bug Fixes

* multi-app project extend root `tsconfig.json` ([#11374](https://github.com/puppeteer/puppeteer/issues/11374)) ([1b2d920](https://github.com/puppeteer/puppeteer/commit/1b2d920fe638f3aad704ab8f21d1e4f4099b6d44))
* support Angular 17 new template ([#11375](https://github.com/puppeteer/puppeteer/issues/11375)) ([64f7bf0](https://github.com/puppeteer/puppeteer/commit/64f7bf0af442369a07352b11555ec3f612eb62b8))

## [0.5.0](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.4.0...ng-schematics-v0.5.0) (2023-08-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/ng-schematics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ng-schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puppeteer/ng-schematics",
"version": "0.5.0",
"version": "0.5.1",
"description": "Puppeteer Angular schematics",
"scripts": {
"build": "wireit",
Expand Down

0 comments on commit d9928a6

Please sign in to comment.