Skip to content

Commit c4a5235

Browse files
committedMay 1, 2023
chore: ship v4.4.8
1 parent b173545 commit c4a5235

File tree

4 files changed

+280
-199
lines changed

4 files changed

+280
-199
lines changed
 

‎CHANGELOG.md

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

3+
#### `4.4.8`
4+
5+
- refactor(tabs): safe tabServiceSubscription?.unsubscribe()
6+
- chore(dependencies): update
7+
38
#### `4.4.7`
49

510
- feat(form-check): add reverse prop

‎package-lock.json

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

‎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.4.7",
3+
"version": "4.4.8",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎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.4.7",
3+
"version": "4.4.8",
44
"description": "CoreUI for Angular UI components library",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.