Skip to content

Commit b318417

Browse files
committed
chore: ship v4.3.0 for Angular 15
1 parent f35736e commit b318417

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### [@coreui/angular](https://coreui.io/angular/) changelog
2+
3+
---
4+
5+
#### `4.3.0`
6+
7+
update to:
8+
- `Angular 15`
9+
- `TypeScript 4.8`
10+
- `RxJS 7.5`
11+
12+
---

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Install the Angular CLI globally using a terminal/console window.
7171
npm install -g @angular/cli
7272
```
7373

74-
### Instalation
74+
### Installation
7575
Several quick start options are available (pick one):
7676

7777
- [Download the latest release](https://github.com/coreui/coreui-angular/)

package-lock.json

+2-2
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.3.0-next.0",
3+
"version": "4.3.0",
44
"description": "CoreUI Components Library for Angular",
55
"license": "MIT",
66
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",

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.3.0-next.0",
3+
"version": "4.3.0",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2022 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

projects/coreui-angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Install the Angular CLI globally using a terminal/console window.
7171
npm install -g @angular/cli
7272
```
7373

74-
### Instalation
74+
### Installation
7575
Several quick start options are available (pick one):
7676

7777
- [Download the latest release](https://github.com/coreui/coreui-angular/)

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.3.0-next.0",
3+
"version": "4.3.0",
44
"description": "CoreUI for Angular UI components library",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",

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.3.0-next.0",
3+
"version": "4.3.0",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2022 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"importHelpers": true,
3030
"target": "ES2022",
3131
"module": "ES2022",
32+
"useDefineForClassFields": false,
3233
"typeRoots": [
3334
"node_modules/@types"
3435
],
3536
"lib": [
3637
"ES2022",
3738
"dom"
3839
],
39-
"useDefineForClassFields": false
4040
},
4141
"angularCompilerOptions": {
4242
"enableI18nLegacyMessageIdFormat": false,

0 commit comments

Comments
 (0)