Skip to content

Commit 10c2952

Browse files
committed
chore: ship @coreui/angular 4.0.0-beta.0
1 parent f773c89 commit 10c2952

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
## Status
2828

29-
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
29+
[![npm-coreui-angular-next][npm-coreui-angular-badge-latest]][npm-coreui-angular]
3030
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
31-
![angular](https://img.shields.io/badge/angular-^13.2.0-lightgrey.svg?style=flat-square&logo=angular)
31+
![angular](https://img.shields.io/badge/angular-^13.3.0-lightgrey.svg?style=flat-square&logo=angular)
3232

33-
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
33+
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
3434
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
3535
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
3636

@@ -53,7 +53,7 @@
5353
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
5454

5555
###### Node.js
56-
[**Angular 13**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^12.20`, `^14` or `^16`.
56+
[**Angular 13**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^12.20`, `^14.15` or `^16.10`.
5757

5858
- To check your version, run `node -v` in a terminal/console window.
5959
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).

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.0.0-alpha.15",
3+
"version": "4.0.0-beta.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/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
## Status
2828

29-
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
29+
[![npm-coreui-angular-next][npm-coreui-angular-badge-latest]][npm-coreui-angular]
3030
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
31-
![angular](https://img.shields.io/badge/angular-^13.2.0-lightgrey.svg?style=flat-square&logo=angular)
31+
![angular](https://img.shields.io/badge/angular-^13.3.0-lightgrey.svg?style=flat-square&logo=angular)
3232

33-
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
33+
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
3434
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
3535
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
3636

@@ -53,7 +53,7 @@
5353
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
5454

5555
###### Node.js
56-
[**Angular 13**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^12.20`, `^14` or `^16`.
56+
[**Angular 13**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^12.20`, `^14.15` or `^16.10`.
5757

5858
- To check your version, run `node -v` in a terminal/console window.
5959
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).

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

0 commit comments

Comments
 (0)