Skip to content

Commit 40378bc

Browse files
chore: update versions (#317)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dad464f commit 40378bc

8 files changed

+30
-20
lines changed

.changeset/plenty-wolves-beg.md

-5
This file was deleted.

.changeset/poor-experts-care.md

-5
This file was deleted.

.changeset/tender-planes-thank.md

-5
This file was deleted.

packages/html/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @kitajs/html
22

3+
## 4.2.5
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kitajs/html/pull/331)
8+
[`dad464f`](https://github.com/kitajs/html/commit/dad464fda394df816ef151898ddfad82891f2635)
9+
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Add xmlns prop to html
10+
tag jsx type
11+
12+
- [`3b40ece`](https://github.com/kitajs/html/commit/3b40eceb2efa38d4f63fad9a8853532814a195b0)
13+
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Improved benchmarks
14+
315
## 4.2.4
416

517
### Patch Changes

packages/html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitajs/html",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "Fast and type safe HTML templates using TypeScript.",
55
"homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",
66
"bugs": "https://github.com/kitajs/html/issues",

packages/ts-html-plugin/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @kitajs/ts-html-plugin
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [`2f8a5ec`](https://github.com/kitajs/html/commit/2f8a5ecb82150069fc99f535d275eaa2fa9ef4d4)
8+
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Fixed url docs for error
9+
codes
10+
11+
- Updated dependencies
12+
[[`dad464f`](https://github.com/kitajs/html/commit/dad464fda394df816ef151898ddfad82891f2635),
13+
[`3b40ece`](https://github.com/kitajs/html/commit/3b40eceb2efa38d4f63fad9a8853532814a195b0)]:
14+
- @kitajs/html@4.2.5
15+
316
## 4.1.0
417

518
### Minor Changes

packages/ts-html-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitajs/ts-html-plugin",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme",
55
"bugs": "https://github.com/kitajs/html/issues",
66
"repository": {
@@ -40,7 +40,7 @@
4040
"self": "file:."
4141
},
4242
"peerDependencies": {
43-
"@kitajs/html": "workspace:^4.2.2",
43+
"@kitajs/html": "workspace:^4.2.5",
4444
"typescript": "^5.6.2"
4545
}
4646
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)