Skip to content

Commit

Permalink
Release v4.22.2 (#6036)
Browse files Browse the repository at this point in the history
* v4.22.2

* update changelog

---------

Co-authored-by: christian-bromann <[email protected]>
Co-authored-by: Christian Bromann <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 36cb993 commit 94fc60b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 🎺 [4.22.2](https://github.com/ionic-team/stencil/compare/v4.22.1...v4.22.2) (2024-10-25)


### Bug Fixes

* **docs:** escape backticks in type or default value columns ([#6025](https://github.com/ionic-team/stencil/issues/6025)) ([009d370](https://github.com/ionic-team/stencil/commit/009d370c4e9968664a563d2ab42a151cd49ded96)), closes [#6024](https://github.com/ionic-team/stencil/issues/6024)
* **types:** add controlslist to html declarations ([#6026](https://github.com/ionic-team/stencil/issues/6026)) ([f4b48e9](https://github.com/ionic-team/stencil/commit/f4b48e9c058e7d9e694560ace519a2f2bf656ff5)), closes [#6015](https://github.com/ionic-team/stencil/issues/6015)
* **runtime:** make shadow root adopt scoped component styles ([#6028](https://github.com/ionic-team/stencil/issues/6028)) ([8ff3048](https://github.com/ionic-team/stencil/commit/8ff3048e28209af08f8dbe0142443deff19ceee2)), closes [#6027](https://github.com/ionic-team/stencil/issues/6027)



## 🌪 [4.22.1](https://github.com/ionic-team/stencil/compare/v4.22.0...v4.22.1) (2024-10-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencil/core",
"version": "4.22.1",
"version": "4.22.2",
"license": "MIT",
"main": "./internal/stencil-core/index.cjs",
"module": "./internal/stencil-core/index.js",
Expand Down

0 comments on commit 94fc60b

Please sign in to comment.