Skip to content

Commit e37e55e

Browse files
committed
chore(release): ship v5.1.2
1 parent 6dc8515 commit e37e55e

File tree

4 files changed

+103
-90
lines changed

4 files changed

+103
-90
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
---
44

5+
#### `5.1.2`
6+
7+
- chore(dependencies): update (js-yaml vulnerability)
8+
- fix(avatar): add `alt` prop for img alternate text
9+
- fix(footer): set default `role="contentinfo"`
10+
- fix(header): set default `role="banner"`
11+
- fix(sidebar-nav): set default `role="navigation"`
12+
- fix(tab-pane): add default `role="tabpanel"`
13+
- fix(TabContentRef): add `aria-selected` attribute and default `role="tab"`
14+
15+
---
16+
517
#### `5.1.1`
618

719
- chore(dependencies): update

package-lock.json

+88-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"build:lib:prod": "ng build coreui-angular",
1212
"test:lib:dev": "ng test coreui-angular",
1313
"test:lib:prod": "ng test coreui-angular --karma-config=projects/coreui-angular/karma.conf.github.js",
14-
"prepublish:lib": "ng build coreui-icons-angular && ng lint coreui-angular && ng test coreui-angular --watch=false && ng build coreui-angular",
14+
"prepublish:lib": "npm run prepublish:icons && ng lint coreui-angular && ng test coreui-angular --watch=false && ng build coreui-angular",
1515
"publish:lib": "cd dist/coreui-angular/ && npm publish --tag next --dry-run",
1616
"lint:lib": "ng lint coreui-angular",
1717
"link:lib": "cd dist/coreui-angular/ && npm link",

0 commit comments

Comments
 (0)