Skip to content

Commit 6e58761

Browse files
Release v4.29.3 (#6239)
* v4.29.3 * update --------- Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 3363017 commit 6e58761

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 🐻 [4.29.3](https://github.com/stenciljs/core/compare/v4.29.2...v4.29.3) (2025-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **ssr:** add scoped classes during SSR ([#6238](https://github.com/stenciljs/core/issues/6238)) ([3363017](https://github.com/stenciljs/core/commit/3363017df3f1ef6d2f3f5433cb0d15ebc7ba948d)), closes [#6219](https://github.com/stenciljs/core/issues/6219)
7+
* **test:** don't always update snapshots ([b7e410b](https://github.com/stenciljs/core/commit/b7e410b961360b8efafe621b2782bc478d7c3d2b))
8+
* **utils:** remove lookbehind regexp for better performance ([#6236](https://github.com/stenciljs/core/issues/6236)) ([2f712bc](https://github.com/stenciljs/core/commit/2f712bc045f0abdbeea8a8441f983880322f65b9)), closes [#6226](https://github.com/stenciljs/core/issues/6226)
9+
10+
11+
112
## 🔋 [4.29.2](https://github.com/stenciljs/core/compare/v4.29.1...v4.29.2) (2025-04-07)
213

314

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "4.29.2",
3+
"version": "4.29.3",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)