Skip to content

Commit bd733c2

Browse files
committed
chore(release): ship v5.2.8
1 parent f5f8f32 commit bd733c2

File tree

7 files changed

+698
-229
lines changed

7 files changed

+698
-229
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### [@coreui/angular](https://coreui.io/angular/) changelog
22

3+
#### `5.2.8`
4+
5+
- feat(schematics): ng-add basic integration
6+
- chore(dependencies): update
7+
8+
---
9+
310
#### `5.2.7`
411

512
- chore(dependencies): update

Diff for: angular.json

+10
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@
163163
},
164164
"@angular-eslint/schematics:library": {
165165
"setParserOptionsProject": true
166+
},
167+
"@schematics/angular:component": {
168+
"standalone": true,
169+
"style": "scss"
170+
},
171+
"@schematics/angular:directive": {
172+
"standalone": true
173+
},
174+
"@schematics/angular:pipe": {
175+
"standalone": true
166176
}
167177
}
168178
}

0 commit comments

Comments
 (0)