Skip to content

Commit

Permalink
chore: ship @coreui/angular 4.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Mar 22, 2022
1 parent f773c89 commit 10c2952
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

## Status

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

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

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

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

- To check your version, run `node -v` in a terminal/console window.
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
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.0.0-alpha.15",
"version": "4.0.0-beta.0",
"description": "CoreUI Components Library for Angular",
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
Expand Down
8 changes: 4 additions & 4 deletions projects/coreui-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

## Status

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

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

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

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

- To check your version, run `node -v` in a terminal/console window.
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
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.0.0-alpha.15",
"version": "4.0.0-beta.0",
"description": "CoreUI for Angular UI components library",
"license": "MIT",
"homepage": "https://coreui.io/angular",
Expand Down

0 comments on commit 10c2952

Please sign in to comment.