Skip to content

Commit cd81395

Browse files
Publish: @stencil/vue-output-target v0.10.3
1 parent e572b60 commit cd81395

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
## @stencil/vue-output-target@0.10.3 (2025-03-12)
2+
3+
#### :bug: Bug Fix
4+
5+
- `vue-output-target`
6+
- [`e572b60f`](https://github.com/stenciljs/output-targets/commit/e572b60f0ea1adca852a1738c9aa0d4c520f11b5) fix(vue): fix model value assignment ([@christian-bromann](https://github.com/christian-bromann))
7+
18
## @stencil/vue-output-target@0.10.2 (2025-03-12)
29

310
#### :bug: Bug Fix
411

512
- `vue-output-target`
6-
- [`acd18913`](https://github.com/stenciljs/output-targets/commit/acd18913e11c4516ab9def64ad01562a9ec7c3) fix(vue): correctly reference model value and more testing ([@christian-bromann](https://github.com/christian-bromann))
13+
- [`acd18913`](https://github.com/stenciljs/output-targets/commit/acd18913e11c4516ab9def64ad01562a9ec7c3) fix(vue): correctly reference model value and more testing ([@christian-bromann](https://github.com/christian-bromann))
714
- adding various more e2e test to verify functionality of the framework wrapper
815

916
## @stencil/vue-output-target@0.10.1 (2025-03-11)

packages/vue/package.json

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

0 commit comments

Comments
 (0)