Skip to content

Commit

Permalink
build(3.0.0): release 🚀
Browse files Browse the repository at this point in the history
major release with Ivy and angular 13 support
  • Loading branch information
AhsanAyaz committed Nov 30, 2021
1 parent 6a6d57c commit 76ddeb0
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 30 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.0.0](https://github.com/KoderLabs/ngx-device-detector/compare/v2.2.1...v3.0.0) (2021-11-30)



## [2.2.1](https://github.com/KoderLabs/ngx-device-detector/compare/v2.1.1...v2.2.1) (2021-11-30)


Expand Down
32 changes: 14 additions & 18 deletions docs/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,39 +50,35 @@
</ol>
<ul class="dependencies-list">
<li>
<b>@angular/animations</b> : ~12.0.1</li>
<b>@angular/animations</b> : ~13.0.2</li>
<li>
<b>@angular/common</b> : ~12.0.1</li>
<b>@angular/common</b> : ~13.0.2</li>
<li>
<b>@angular/compiler</b> : ~12.0.1</li>
<b>@angular/compiler</b> : ~13.0.2</li>
<li>
<b>@angular/core</b> : ~12.0.1</li>
<b>@angular/core</b> : ~13.0.2</li>
<li>
<b>@angular/forms</b> : ~12.0.1</li>
<b>@angular/forms</b> : ~13.0.2</li>
<li>
<b>@angular/platform-browser</b> : ~12.0.1</li>
<b>@angular/platform-browser</b> : ~13.0.2</li>
<li>
<b>@angular/platform-browser-dynamic</b> : ~12.0.1</li>
<b>@angular/platform-browser-dynamic</b> : ~13.0.2</li>
<li>
<b>@angular/platform-server</b> : ~12.0.1</li>
<b>@angular/platform-server</b> : ~13.0.2</li>
<li>
<b>@angular/router</b> : ~12.0.1</li>
<b>@angular/router</b> : ~13.0.2</li>
<li>
<b>@nguniversal/express-engine</b> : ^12.0.0</li>
<li>
<b>classlist.js</b> : ^1.1.20150312</li>
<b>@nguniversal/express-engine</b> : ^13.0.1</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.2.0</li>
<b>express</b> : ^4.17.1</li>
<li>
<b>rxjs</b> : ~6.5.5</li>
<b>ngx-device-detector</b> : ^2.2.1</li>
<li>
<b>tslib</b> : ^2.2.0</li>
<b>rxjs</b> : ^7.4.0</li>
<li>
<b>web-animations-js</b> : ^2.3.2</li>
<b>tslib</b> : ^2.3.1</li>
<li>
<b>zone.js</b> : ~0.11.4</li>
</ul>
Expand Down
8 changes: 6 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,12 @@ <h2 id="dependencies">Dependencies</h2>
<td>11.x</td>
</tr>
<tr>
<td>current</td>
<td>&gt;= 12.x</td>
<td>2.1.0</td>
<td>12.x</td>
</tr>
<tr>
<td>3.0.0</td>
<td>13.x</td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.2.1",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -89,7 +89,7 @@
"@nguniversal/express-engine": "^13.0.1",
"conventional-changelog-cli": "^2.1.1",
"express": "^4.17.1",
"ngx-device-detector": "^2.2.1",
"ngx-device-detector": "^3.0.0",
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
Expand Down
3 changes: 2 additions & 1 deletion projects/ngx-device-detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Latest version available for each version of Angular
| 1.4.1 | 9.x |
| 1.4.5 | 10.x |
| 2.0.5 | 11.x |
| current | >= 12.x |
| 2.1.0 | 12.x |
| 3.0.0 | 13.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.2.1",
"version": "3.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 76ddeb0

Please sign in to comment.