Skip to content

Commit e1107a8

Browse files
committed
fix(colors): class order for bg-blue
chore: dependencies update: - update: `@coreui/angular` to `2.2.1` - update: `core-js` to `2.6.0` - update: `@types/node` to `10.12.12` - update: `@angular/cli` to `7.1.1` - update: `@angular-devkit/build-angular` to `0.11.1` - update: `@types/jasmine` to `3.3.1`
1 parent d0fce9b commit e1107a8

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## [angular](./README.md) version `changelog`
22

3+
###### `v2.2.1`
4+
- fix(colors): class order for `bg-blue`
5+
- update: `@coreui/angular` to `2.2.1`
6+
- update: `core-js` to `2.6.0`
7+
- update: `@types/node` to `10.12.12`
8+
- update: `@angular/cli` to `7.1.1`
9+
- update: `@angular-devkit/build-angular` to `0.11.1`
10+
- update: `@types/jasmine` to `3.3.1`
11+
312
###### `v2.2.0`
413
- chore: update Angular to `^7.1.0` see: https://update.angular.io/
514
- update: `@angular/animations` to `^7.1.1`

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"@angular/platform-browser": "^7.1.1",
3737
"@angular/platform-browser-dynamic": "^7.1.1",
3838
"@angular/router": "^7.1.1",
39-
"@coreui/angular": "^2.2.0",
39+
"@coreui/angular": "^2.2.1",
4040
"@coreui/coreui": "^2.1.3",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
4343
"bootstrap": "^4.1.3",
4444
"chart.js": "^2.7.3",
45-
"core-js": "^2.5.7",
45+
"core-js": "^2.6.0",
4646
"flag-icon-css": "^3.2.1",
4747
"font-awesome": "^4.7.0",
4848
"moment": "^2.22.2",
@@ -58,13 +58,13 @@
5858
"zone.js": "^0.8.26"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "~0.11.0",
62-
"@angular/cli": "^7.1.0",
61+
"@angular-devkit/build-angular": "^0.11.1",
62+
"@angular/cli": "^7.1.1",
6363
"@angular/compiler-cli": "^7.1.1",
6464
"@angular/language-service": "^7.1.1",
65-
"@types/jasmine": "^3.3.0",
65+
"@types/jasmine": "^3.3.1",
6666
"@types/jasminewd2": "^2.0.6",
67-
"@types/node": "^10.12.11",
67+
"@types/node": "^10.12.12",
6868
"codelyzer": "^4.5.0",
6969
"jasmine-core": "^3.3.0",
7070
"jasmine-spec-reporter": "^4.2.1",

src/app/views/theme/colors.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h6>Gray 900 Color</h6>
9292
<div class="card-body">
9393
<div class="row">
9494
<div class="col-xl-2 col-md-3 col-sm-4 col-6 mb-4">
95-
<div class="mb-3 bg-blue theme-color w-75 rounded mb-2" style="padding-top:75%"></div>
95+
<div class="bg-blue theme-color mb-3 w-75 rounded mb-2" style="padding-top:75%"></div>
9696
<h6>Blue Color</h6>
9797
</div>
9898
<div class="col-xl-2 col-md-3 col-sm-4 col-6 mb-4">

0 commit comments

Comments
 (0)