Skip to content

Commit 6722cae

Browse files
author
John Jenkins
committed
publish: vue-output-target v0.11.8, angular-output-target v1.1.1
1 parent bc385bb commit 6722cae

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## @stencil/vue-output-target@0.11.7 (2025-07-16)
2+
3+
#### :rocket: Enhancement
4+
5+
- [`bc385bb`](https://github.com/stenciljs/output-targets/commit/bc385bb0794e3062bd579669f18bb4f3ccf3aef3) feat(vue): implement custom event property as source for v-model (#689) ([@adamczykpiotr](https://github.com/adamczykpiotr))
6+
7+
## @stencil/angular-output-target@1.1.1 (2025-07-16)
8+
9+
#### :bug: Bug Fix
10+
11+
- [`16f1fd1`](https://github.com/stenciljs/output-targets/commit/16f1fd18d63754dc1efdddc2cebdf1b9ba5137d6) fix(angular): include outputs in angular component definition (#688) ([@rikis-ATL](https://github.com/rikis-ATL))
12+
13+
## @stencil/react-output-target@1.2.0 (2025-07-10)
14+
15+
#### :bug: Bug Fix
16+
17+
- [`c49a3b5`](https://github.com/stenciljs/output-targets/commit/c49a3b5d9ec11c680bd55413f2e9fea76e23ac4c) fix(react): improved SSR for Next.js (#683) ([@christian-bromann](https://github.com/christian-bromann))
18+
19+
120
## @stencil/react-output-target@1.1.1 (2025-04-03)
221

322
#### :bug: Bug Fix

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": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Angular output target for @stencil/core components.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/vue-output-target",
3-
"version": "0.10.8",
3+
"version": "0.11.8",
44
"description": "Vue output target for @stencil/core components.",
55
"author": "Ionic Team",
66
"homepage": "https://stenciljs.com/",

0 commit comments

Comments
 (0)