Skip to content

Commit 2a31425

Browse files
committed
docs(readme): fix readme and bump version
1 parent 42d7b71 commit 2a31425

File tree

10 files changed

+31
-247
lines changed

10 files changed

+31
-247
lines changed

CHANGE_LOG.MD renamed to CHANGE_LOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## <small>9.0.2 (2025-05-30)</small>
2+
3+
4+
5+
6+
## <small>9.0.2 (2025-05-30)</small>
7+
8+
9+
10+
111
## 9.0.0 (2024-12-08)
212

313
* chore(angular): add ssr ([a9f1eac](https://github.com/AhsanAyaz/ngx-device-detector/commit/a9f1eac))

README.MD renamed to README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<img src="https://raw.githubusercontent.com/AhsanAyaz/ngx-device-detector/master/assets/logo.svg" width="200">
33
</p>
44

5-
65
<a href="https://ahsanayaz.github.io/ngx-device-detector">
76
<h1 align="center">ngx-device-detector</h1>
87
</a>
@@ -45,7 +44,7 @@ If you use Angular 5, you must use v1.5.2 or earlier
4544
Latest version available for each version of Angular
4645

4746
| ngx-device-detector | Angular |
48-
|---------------------|---------|
47+
| ------------------- | ------- |
4948
| 1.3.3 | 7.x |
5049
| 1.3.5 | 8.x |
5150
| 1.4.1 | 9.x |
@@ -207,7 +206,7 @@ the demo will be up at `localhost:4200`
207206

208207
## Change Log
209208

210-
Please see [CHANGE_LOG.MD](CHANGE_LOG.MD) for the updates.
209+
Please see [CHANGE_LOG.md](CHANGE_LOG.md) for the updates.
211210

212211
## Credits
213212

@@ -218,4 +217,5 @@ The library is inspired by and based on the work from [ng-device-detector ](http
218217
[MIT](https://github.com/AhsanAyaz/ngx-device-detector/blob/master/LICENSE)
219218

220219
## Need help with your Angular/Web projects
220+
221221
Write to us at [IOMechs](mailto:info@iomechs.com)

docs/dependencies.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
<b>conventional-changelog-cli</b> : ~5.0.0</li>
126126
<li>
127127
<b>express</b> : ^4.18.2</li>
128+
<li>
129+
<b>jest-preset-angular</b> : ^14.5.5</li>
128130
<li>
129131
<b>ngx-device-detector</b> : ^8.0.0</li>
130132
<li>

docs/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/properties.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</ol>
104104
<ul class="properties-list">
105105
<li>
106-
<b>Version</b> : 9.0.0</li>
106+
<b>Version</b> : 9.0.2</li>
107107
<li>
108108
<b>Keywords</b> : angular, device, device detector, device detection, ngx-device-detector, angular device detector, angular5, angular6, angular7, angular8, angular18, angular19, angular20</li>
109109
<li>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-device-detector-ws",
3-
"version": "9.0.1",
3+
"version": "10.0.2",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -22,9 +22,9 @@
2222
"test": "jest",
2323
"test:coverage": "jest --coverage",
2424
"e2e": "ng e2e",
25-
"copy:readme": "cp README.MD ./projects/ngx-device-detector",
26-
"changelog": "conventional-changelog -p angular -i CHANGE_LOG.MD -s",
27-
"copy:changelog": "cp CHANGE_LOG.MD ./dist/ngx-device-detector",
25+
"copy:readme": "cp README.md ./projects/ngx-device-detector",
26+
"changelog": "conventional-changelog -p angular -i CHANGE_LOG.md -s",
27+
"copy:changelog": "cp CHANGE_LOG.md ./dist/ngx-device-detector",
2828
"prerelease": "npm run changelog && npm run format:fix:lib && npm run copy:readme && npm run build:lib && npm run docs:build && npm run copy:changelog",
2929
"release": "cd dist/ngx-device-detector && npm publish && cd ../../",
3030
"deploy:ssr:demo": "sh scripts/deploy_ssr_demo.sh",
@@ -132,3 +132,4 @@
132132
}
133133
}
134134
}
135+

projects/ngx-device-detector/README.MD

Lines changed: 0 additions & 221 deletions
This file was deleted.

projects/ngx-device-detector/README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<img src="https://raw.githubusercontent.com/AhsanAyaz/ngx-device-detector/master/assets/logo.svg" width="200">
33
</p>
44

5-
65
<a href="https://ahsanayaz.github.io/ngx-device-detector">
76
<h1 align="center">ngx-device-detector</h1>
87
</a>
@@ -45,7 +44,7 @@ If you use Angular 5, you must use v1.5.2 or earlier
4544
Latest version available for each version of Angular
4645

4746
| ngx-device-detector | Angular |
48-
|---------------------|---------|
47+
| ------------------- | ------- |
4948
| 1.3.3 | 7.x |
5049
| 1.3.5 | 8.x |
5150
| 1.4.1 | 9.x |
@@ -59,6 +58,7 @@ Latest version available for each version of Angular
5958
| 7.x.x | 17.x |
6059
| 8.x.x | 18.x |
6160
| 9.x.x | 19.x |
61+
| 10.x.x | 20.x |
6262

6363
## Installation
6464

@@ -206,7 +206,7 @@ the demo will be up at `localhost:4200`
206206

207207
## Change Log
208208

209-
Please see [CHANGE_LOG.MD](CHANGE_LOG.MD) for the updates.
209+
Please see [CHANGE_LOG.md](CHANGE_LOG.md) for the updates.
210210

211211
## Credits
212212

@@ -216,14 +216,6 @@ The library is inspired by and based on the work from [ng-device-detector ](http
216216

217217
[MIT](https://github.com/AhsanAyaz/ngx-device-detector/blob/master/LICENSE)
218218

219+
## Need help with your Angular/Web projects
219220

220-
## Sponsorship
221-
222-
If you like the library and want to support, you can do it by buying me a coffee at
223-
224-
<a
225-
title="Like Ahsan's work? Buy him a coffee"
226-
class="bmac"
227-
href="https://www.buymeacoffee.com/codewithahsan">
228-
<img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=codewithahsan&button_colour=BD5FFF&font_colour=ffffff&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00" />
229-
</a>
221+
Write to us at [IOMechs](mailto:info@iomechs.com)

projects/ngx-device-detector/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-device-detector",
3-
"version": "10.0.0",
3+
"version": "10.0.2",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -35,4 +35,4 @@
3535
"dependencies": {
3636
"tslib": "^2.6.3"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)