Skip to content

Commit 0b7941f

Browse files
committed
chore(release): ship v5.4.0
1 parent d010e47 commit 0b7941f

File tree

7 files changed

+803
-597
lines changed

7 files changed

+803
-597
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ chrome-profiler-events*.json
3232
.history/*
3333

3434
# Miscellaneous
35+
.npmrc
3536
/.angular/cache
3637
.sass-cache/
3738
/connect.lock

Diff for: .npmrc

-1
This file was deleted.

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
---
44

5+
#### `5.4.0`
6+
7+
- **refactor(styles): migrate to Sass modules, cleanup**
8+
- refactor(default-layout): scrollbar cleanups
9+
- chore(dependencies): update
10+
- refactor(carousels): toggle interval example
11+
- refactor(form-control): cleanup readonly / plaintext example
12+
- fix(icon-subset): typo in cilContrast
13+
- refactor(dropdowns): disabled cDropdownItem example
14+
- fix(docs-example): set routerLink="" for Preview nav-item
15+
16+
---
17+
518
#### `5.3.9`
619

720
- chore(dependencies): update

0 commit comments

Comments
 (0)