Skip to content

Commit

Permalink
release: cut 17.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Feb 14, 2024
1 parent bb67204 commit 07d4372
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

## [17.2.0](https://github.com/ng-packagr/ng-packagr/compare/17.2.0-rc.0...17.2.0) (2024-02-14)


### Bug Fixes

* support string as plugin option in custom postcss plugin config ([bb67204](https://github.com/ng-packagr/ng-packagr/commit/bb67204aca396a214cf5b7c2a679bc1aefdb7f87))

## [17.2.0-rc.0](https://github.com/ng-packagr/ng-packagr/compare/17.2.0-next.0...17.2.0-rc.0) (2024-02-07)


Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ng-packagr",
"version": "17.2.0-rc.0",
"version": "17.2.0",
"description": "Compile and package Angular libraries in Angular Package Format (APF)",
"keywords": [
"apf",
Expand Down Expand Up @@ -60,7 +60,7 @@
"rollup": "^4.5.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0 || ^17.1.0-next.0 || ^17.2.0-next.0",
"@angular/compiler-cli": "^17.0.0 || ^17.2.0-next.0 || ^17.3.0-next.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"tslib": "^2.3.0",
"typescript": ">=5.2 <5.4"
Expand Down

0 comments on commit 07d4372

Please sign in to comment.