Skip to content

Commit 71b40d5

Browse files
authored
v21.0.0 - Angular v21 updates & security updates. (#16)
* Version uptick and README updates. * `ng update @angular/cli` * `ng update @angular/material` * `ng update angular-eslint` * Final package updates.
1 parent 52d1cf2 commit 71b40d5

File tree

5 files changed

+5919
-4857
lines changed

5 files changed

+5919
-4857
lines changed

.github/workflows/on-merge-main-deploy-gpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
registry-url: 'https://npm.pkg.github.com'
2020
- run: npm ci
2121
- run: npm run npm-build-package
22-
- run: cd dist/npm && npm publish
22+
- run: cd dist/npm && npm publish --access=public
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@proangular/ngx-scroll-top
77
</h1>
88
<p align="center">
9-
<a href="https://github.com/ProAngular/ngx-scroll-top" target="_blank">
9+
<a href="https://www.ProAngular.com" target="_blank">
1010
ProAngular
1111
</a>&nbsp;&nbsp;|&nbsp;&nbsp;
1212
<a href="https://github.com/ProAngular/ngx-scroll-top" target="_blank">
@@ -174,6 +174,7 @@ Customization with optional inputs and icon
174174

175175
| Angular version | @proangular/ngx-scroll-top | Install |
176176
| --------------- | -------------------------- | ----------------------------------------- |
177+
| v21 | v21.X | `ng add @proangular/ngx-scroll-top@^21` |
177178
| v20 | v20.X | `ng add @proangular/ngx-scroll-top@^20` |
178179
| v19 | v19.X | `ng add @proangular/ngx-scroll-top@^19` |
179180
| v18 | ------ | Untested |

0 commit comments

Comments
 (0)