Skip to content

Commit f9a0436

Browse files
committed
chore: ship v4.5.0 for Angular 16
1 parent 0b84290 commit f9a0436

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

CHANGELOG.md

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

3-
#### `4.5.0-next.0`
3+
#### `4.5.0`
44

55
- chore: dependencies update
66
- `Angular 16`

CLI.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# @coreui/angular v4
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3.
44

55
## Development server
66

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
7+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
88

99
## Code scaffolding
1010

package-lock.json

+7-7
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": "4.5.0-next.0",
3+
"version": "4.5.0",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -47,7 +47,7 @@
4747
"@angular/platform-browser-dynamic": "^16.0.3",
4848
"@angular/router": "^16.0.3",
4949
"@coreui/chartjs": "^3.1.1",
50-
"@popperjs/core": "~2.11.7",
50+
"@popperjs/core": "~2.11.6",
5151
"chart.js": "^3.9.1",
5252
"lodash-es": "^4.17.21",
5353
"rxjs": "~7.8.1",

projects/coreui-angular-chartjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "4.5.0-next.0",
3+
"version": "4.5.0",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "4.5.0-next.0",
3+
"version": "4.5.0",
44
"description": "CoreUI for Angular UI components library",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"dependencies": {
21-
"@popperjs/core": "~2.11.7",
21+
"@popperjs/core": "~2.11.6",
2222
"tslib": "^2.3.0"
2323
},
2424
"peerDependencies": {

projects/coreui-icons-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "4.5.0-next.0",
3+
"version": "4.5.0",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)