Skip to content

Commit c30556f

Browse files
Publish: @stencil/angular-output-target v1.0.0
1 parent 34f7ce2 commit c30556f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/angular/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ For a detailed guide on how to add the angular output target to a project, visit
1414
npm install @stencil/angular-output-target
1515
```
1616

17-
## Angular Version Table
17+
## Angular Support
1818

19-
| **@stencil/angular-output-target** | **Angular** |
20-
|------------------------------------|-------------|
21-
| 0.10.2 | <= 19.0.0 |
22-
| TODO replace with Release Version | \>= 19.0.0 |
19+
| **@stencil/angular-output-target** | **Angular** |
20+
|------------------------------------|-----------------|
21+
| 0.10.2 | v18.x and lower |
22+
| 1.0.0 | v19.x and above |
2323

2424
## Usage
2525

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/angular-output-target",
3-
"version": "0.10.2",
3+
"version": "1.0.0",
44
"description": "Angular output target for @stencil/core components.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)