Skip to content

Commit

Permalink
docs(readme): fix dependencies table
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed May 26, 2021
1 parent ea7dd1c commit 54bd6a1
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 37 deletions.
9 changes: 9 additions & 0 deletions CHANGE_LOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.1.1](https://github.com/KoderLabs/ngx-device-detector/compare/v2.1.0...v2.1.1) (2021-05-26)


### Bug Fixes

* **ci:** fix ci builds by bumping to nodejs 12.20 ([ea7dd1c](https://github.com/KoderLabs/ngx-device-detector/commit/ea7dd1c2d4e4dceb83edcd4783951f6804bd3817))



# [2.1.0](https://github.com/KoderLabs/ngx-device-detector/compare/v2.0.10...v2.1.0) (2021-05-26)


Expand Down
16 changes: 8 additions & 8 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ If you use Angular 5, you must use v1.5.2 or earlier

Latest version available for each version of Angular

| ngx-toastr | Angular |
| ---------- | ------- |
| 1.3.3 | 7.x |
| 1.3.5 | 8.x |
| 1.4.1 | 9.x |
| 1.4.5 | 10.x |
| 2.0.3 | 11.x |
| current | >= 12.x |
| ngx-device-detector | Angular |
| ------------------- | ------- |
| 1.3.3 | 7.x |
| 1.3.5 | 8.x |
| 1.4.1 | 9.x |
| 1.4.5 | 10.x |
| 2.0.3 | 11.x |
| current | >= 12.x |

## Installation

Expand Down
26 changes: 13 additions & 13 deletions docs/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,41 +49,41 @@
</ol>
<ul class="dependencies-list">
<li>
<b>@angular/animations</b> : ~11.0.2</li>
<b>@angular/animations</b> : ~12.0.1</li>
<li>
<b>@angular/common</b> : ~11.0.2</li>
<b>@angular/common</b> : ~12.0.1</li>
<li>
<b>@angular/compiler</b> : ~11.0.2</li>
<b>@angular/compiler</b> : ~12.0.1</li>
<li>
<b>@angular/core</b> : ~11.0.2</li>
<b>@angular/core</b> : ~12.0.1</li>
<li>
<b>@angular/forms</b> : ~11.0.2</li>
<b>@angular/forms</b> : ~12.0.1</li>
<li>
<b>@angular/platform-browser</b> : ~11.0.2</li>
<b>@angular/platform-browser</b> : ~12.0.1</li>
<li>
<b>@angular/platform-browser-dynamic</b> : ~11.0.2</li>
<b>@angular/platform-browser-dynamic</b> : ~12.0.1</li>
<li>
<b>@angular/platform-server</b> : ~11.0.2</li>
<b>@angular/platform-server</b> : ~12.0.1</li>
<li>
<b>@angular/router</b> : ~11.0.2</li>
<b>@angular/router</b> : ~12.0.1</li>
<li>
<b>@nguniversal/express-engine</b> : ^10.0.2</li>
<b>@nguniversal/express-engine</b> : ^12.0.0</li>
<li>
<b>classlist.js</b> : ^1.1.20150312</li>
<li>
<b>conventional-changelog-cli</b> : ^2.1.1</li>
<li>
<b>express</b> : ^4.15.2</li>
<li>
<b>ngx-device-detector</b> : ^2.0.10</li>
<b>ngx-device-detector</b> : ^2.1.0</li>
<li>
<b>rxjs</b> : ~6.5.5</li>
<li>
<b>tslib</b> : ^2.0.0</li>
<b>tslib</b> : ^2.2.0</li>
<li>
<b>web-animations-js</b> : ^2.3.2</li>
<li>
<b>zone.js</b> : ~0.10.3</li>
<b>zone.js</b> : ~0.11.4</li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2 id="dependencies">Dependencies</h2>
<table class="table table-bordered compodoc-table">
<thead>
<tr>
<th>ngx-toastr</th>
<th>ngx-device-detector</th>
<th>Angular</th>
</tr>
</thead>
Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-device-detector-ws",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -124,4 +124,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}
16 changes: 8 additions & 8 deletions projects/ngx-device-detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ If you use Angular 5, you must use v1.5.2 or earlier

Latest version available for each version of Angular

| ngx-toastr | Angular |
| ---------- | ------- |
| 1.3.3 | 7.x |
| 1.3.5 | 8.x |
| 1.4.1 | 9.x |
| 1.4.5 | 10.x |
| 2.0.3 | 11.x |
| current | >= 12.x |
| ngx-device-detector | Angular |
| ------------------- | ------- |
| 1.3.3 | 7.x |
| 1.3.5 | 8.x |
| 1.4.1 | 9.x |
| 1.4.5 | 10.x |
| 2.0.3 | 11.x |
| current | >= 12.x |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-device-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-device-detector",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 54bd6a1

Please sign in to comment.