Skip to content

Commit 1835887

Browse files
committed
chore: ship @coreui/angular 4.0.0-alpha.2
1 parent 35eae55 commit 1835887

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ chrome-profiler-events*.json
1616
speed-measure-plugin*.json
1717

1818
# IDEs and editors
19-
/.idea
19+
.idea
2020
.project
2121
.classpath
2222
.c9/

angular.json

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
},
5555
"coreui-angular-chartjs": {
5656
"projectType": "library",
57+
"schematics": {
58+
"@schematics/angular:component": {
59+
"style": "scss"
60+
}
61+
},
5762
"root": "projects/coreui-angular-chartjs",
5863
"sourceRoot": "projects/coreui-angular-chartjs/src",
5964
"prefix": "c",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha-NOT-USED",
44
"description": "UI Components Library for Angular",
55
"license": "MIT",
66
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",

projects/coreui-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"description": "CoreUI for Angular UI components library",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",

0 commit comments

Comments
 (0)