Skip to content

Commit b5e2da1

Browse files
committed
fix(core): semver from stencil/core to minor
1 parent 197b110 commit b5e2da1

File tree

4 files changed

+140
-223
lines changed

4 files changed

+140
-223
lines changed

.changeset/shy-experts-rest.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@siemens/ix': patch
3+
---
4+
5+
fix(core): semver from stencil/core to minor

packages/core/component-doc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"timestamp": "",
33
"compiler": {
44
"name": "@stencil/core",
5-
"version": "4.17.2",
5+
"version": "4.19.2",
66
"typescriptVersion": "5.4.5"
77
},
88
"components": [

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@floating-ui/dom": "^1.5.1",
47-
"@stencil/core": "~4.17.0",
47+
"@stencil/core": "^4.19.2",
4848
"@types/luxon": "^3.3.7",
4949
"animejs": "~3.2.1",
5050
"hyperlist": "^1.0.0",

0 commit comments

Comments
 (0)