Skip to content

Commit

Permalink
chore(release): ship v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jul 4, 2024
1 parent 9631905 commit e368d57
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 233 deletions.
62 changes: 36 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

---

#### `5.2.3`

- chore(dependencies): update
- fix(widgets): c-progress white with inverse()

---

#### `5.2.0`

- chore(dependencies): update ta Angular 18
- chore(dependencies): update to Angular 18
- refactor(tabs): update to the latest api

---
Expand All @@ -25,7 +32,7 @@

#### `5.0.2`

- chore(dependencies): update
- chore(dependencies): update
- refactor(default-header): color modes dropdown

---
Expand All @@ -50,36 +57,36 @@ CoreUI v5 for Angular 17

- chore: move to `application` builder
- chore(dependencies): update to `Angular 17.2`
- `Angular 17.2`
- `TypeScript ~5.3`
- `zone.js ~0.14.4`
- `@coreui/angular ~4.7.15`
- `@coreui/angular-chartjs ~4.7.14`
- `@coreui/icons-angular ~4.7.14`
- `Angular 17.2`
- `TypeScript ~5.3`
- `zone.js ~0.14.4`
- `@coreui/angular ~4.7.15`
- `@coreui/angular-chartjs ~4.7.14`
- `@coreui/icons-angular ~4.7.14`

---

#### `4.7.13`

- chore(dependencies): update to `Angular 17.1`
- `Angular 17.1`
- `TypeScript ~5.2`
- `zone.js ~0.14.3`
- `@coreui/angular ~4.7.13`
- `@coreui/angular-chartjs ~4.7.13`
- `@coreui/icons-angular ~4.7.13`
- `Angular 17.1`
- `TypeScript ~5.2`
- `zone.js ~0.14.3`
- `@coreui/angular ~4.7.13`
- `@coreui/angular-chartjs ~4.7.13`
- `@coreui/icons-angular ~4.7.13`

---

#### `4.7.0`

- chore(dependencies): update to `Angular 17`
- `Angular 17`
- `TypeScript ~5.2`
- `zone.js ~0.14.2`
- `@coreui/angular ~4.7.0`
- `@coreui/angular-chartjs ~4.7.0`
- `@coreui/icons-angular ~4.7.0`
- `Angular 17`
- `TypeScript ~5.2`
- `zone.js ~0.14.2`
- `@coreui/angular ~4.7.0`
- `@coreui/angular-chartjs ~4.7.0`
- `@coreui/icons-angular ~4.7.0`

```shell
ng update @angular/core@17 @angular/cli@17 @angular/cdk@17 @coreui/angular@~4.7 @coreui/angular-chartjs@~4.7 @coreui/icons-angular@~4.7
Expand All @@ -104,7 +111,7 @@ see: [Babel vulnerable to arbitrary code execution when compiling specifically c

#### `4.5.25`

- chore(dependencies): update
- chore(dependencies): update

---

Expand Down Expand Up @@ -150,9 +157,9 @@ see: [Babel vulnerable to arbitrary code execution when compiling specifically c

- chore(dependencies): update `@angular/*` to version `^15.2.7`
- standalone components:
- chore(dependencies): update `@coreui/angular` to version `~4.4.1`
- chore(dependencies): update `@coreui/angular-chartjs` to version `~4.4.1`
- chore(dependencies): update `@coreui/icons-angular` to version `~4.4.1`
- chore(dependencies): update `@coreui/angular` to version `~4.4.1`
- chore(dependencies): update `@coreui/angular-chartjs` to version `~4.4.1`
- chore(dependencies): update `@coreui/icons-angular` to version `~4.4.1`
- fix(widgets): breakpoints

---
Expand All @@ -168,8 +175,9 @@ see: [Babel vulnerable to arbitrary code execution when compiling specifically c
- chore(dependencies): update `@coreui/utils` to version `^2.0.1`

imports update required :boom: :exclamation:

- from `import {getStyle, ...} from '@coreui/utils/src`
- to `import {getStyle, ...} from '@coreui/utils`
- to `import {getStyle, ...} from '@coreui/utils`

---

Expand All @@ -183,11 +191,13 @@ imports update required :boom: :exclamation:
#### `4.3.0`

update to:

- `Angular 15`
- `TypeScript 4.8`
- `RxJS 7.5`

refactor:
refactor:

- refactor(AppComponent): change selector to `app-root`

---
Loading

0 comments on commit e368d57

Please sign in to comment.