We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16fb12 commit 367626eCopy full SHA for 367626e
.changeset/rare-panthers-explode.md
packages/html/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @kitajs/html
2
3
+## 4.2.9
4
+
5
+### Patch Changes
6
7
+- [#407](https://github.com/kitajs/html/pull/407)
8
+ [`e16fb12`](https://github.com/kitajs/html/commit/e16fb12503f8081f983bfee02ff6f593a7c9c272)
9
+ Thanks [@lcdss](https://github.com/lcdss)! - Change autofocus type from string to
10
+ boolean
11
12
## 4.2.8
13
14
### Patch Changes
packages/html/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/html",
- "version": "4.2.8",
+ "version": "4.2.9",
"description": "Fast and type safe HTML templates using TypeScript.",
"homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",
"bugs": "https://github.com/kitajs/html/issues",
0 commit comments