Skip to content

Commit 6164c31

Browse files
committed
v21.0.0
1 parent e556035 commit 6164c31

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ The package has been republished under the `@single-spa-community` scope due to
2424

2525
| `@single-spa-community/angular` | Angular |
2626
| ------------------------------- | ------- |
27+
| `21.x` | `21.x` |
2728
| `20.x` | `20.x` |
2829
| `19.x` | `19.x` |

libs/single-spa-community-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/ng-packagr/ng-package.schema.json",
33
"name": "@single-spa-community/angular",
4-
"version": "20.0.0",
4+
"version": "21.0.0",
55
"description": "Helpers for building single-spa applications which use Angular 2",
66
"schematics": "./schematics/schematics.json",
77
"repository": {
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/single-spa/single-spa-angular#readme",
2525
"sideEffects": false,
2626
"peerDependencies": {
27-
"@angular/core": ">=16.0.0",
27+
"@angular/core": ">=21.0.0 < 22.0.0",
2828
"json5": "*",
2929
"single-spa": ">=4.0.0",
3030
"style-loader": "^3.3.1"

0 commit comments

Comments
 (0)