Skip to content

Commit

Permalink
chore: ship v4.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 29, 2023
1 parent 5fa7df2 commit 60e7e3b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

---

#### `4.7.8`

- refactor: allow getComputedStyle() to be undefined for SSR
- refactor(tooltip): for use with IntersectionService providedIn root
- refactor(popover): for use with IntersectionService providedIn root
- refactor(carousel): for use with IntersectionService providedIn root
- refactor(IntersectionService): providedIn root, allow multiple observers, add unobserve() method
- refactor(icon): afterNextRender in case of SSR
- refactor(chartjs): afterNextRender in case of SSR

---

#### `4.7.7`

- chore(dependencies): update
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coreui-angular-dev",
"version": "4.7.7",
"version": "4.7.8",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-angular-chartjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular-chartjs",
"version": "4.7.7",
"version": "4.7.8",
"description": "Angular wrapper component for Chart.js",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "4.7.7",
"version": "4.7.8",
"description": "CoreUI for Angular UI components library",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui-icons-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/icons-angular",
"version": "4.7.7",
"version": "4.7.8",
"description": "CoreUI Icons Angular component and service",
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
"license": "MIT",
Expand Down

0 comments on commit 60e7e3b

Please sign in to comment.