Skip to content

Commit 03ccbbd

Browse files
NachoVazqueznacho-vazquezLayZeeDK
authored
feat: 🎸 add support for v8.2.x, v9.1.x, v10.2.x (#2)
* feat: 🎸 add support for v8.2.0 v8.3.0 v9.1.0 * feat: add Angular 10.2.x * chore: remove non existing v8.3.0 Co-authored-by: Lars Gyrup Brink Nielsen <[email protected]> * chore: 🤖 use latest minor version for build tools - additionally update the readme * feat: 🎸 generate dist bundle Co-authored-by: Nacho Vazquez <[email protected]> Co-authored-by: Lars Gyrup Brink Nielsen <[email protected]> Co-authored-by: Lars Gyrup Brink Nielsen <[email protected]>
1 parent a4fd4c9 commit 03ccbbd

File tree

4 files changed

+180
-2
lines changed

4 files changed

+180
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
node-version: [10.x, 12.x, 14.x]
37-
angular-version: [8.0.x, 9.0.x, 10.0.x]
37+
angular-version: [8.0.x, 8.1.x, 8.2.x, 9.0.x, 9.1.x, 10.0.x, 10.1.x, 10.2.x]
3838

3939
steps:
4040
- uses: actions/checkout@v2
@@ -61,8 +61,12 @@ At the moment this actions supports a limited set of Angular versions listed bel
6161

6262
- 8.0.x
6363
- 8.1.x
64+
- 8.2.x
6465
- 9.0.x
66+
- 9.1.x
6567
- 10.0.x
68+
- 10.1.x
69+
- 10.2.x
6670

6771
## Contributing
6872

dist/index.js

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

0 commit comments

Comments
 (0)