Skip to content

Commit 3e9bb4d

Browse files
chore: update versions (#294)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9464604 commit 3e9bb4d

File tree

7 files changed

+28
-14
lines changed

7 files changed

+28
-14
lines changed

.changeset/hot-lies-march.md

-5
This file was deleted.

.changeset/strong-squids-rest.md

-5
This file was deleted.

packages/fastify-html-plugin/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @kitajs/fastify-html-plugin
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [#293](https://github.com/kitajs/html/pull/293)
8+
[`93c8e04`](https://github.com/kitajs/html/commit/93c8e04e84d461d4e37929e57e537c0ae9674a96)
9+
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added support for Fastify
10+
v5
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
[[`93c8e04`](https://github.com/kitajs/html/commit/93c8e04e84d461d4e37929e57e537c0ae9674a96)]:
16+
- @kitajs/ts-html-plugin@4.1.0
17+
318
## 4.1.3
419

520
### Patch Changes

packages/fastify-html-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitajs/fastify-html-plugin",
3-
"version": "4.1.3",
3+
"version": "4.2.0",
44
"description": "A Fastify plugin to add support for @kitajs/html",
55
"homepage": "https://github.com/kitajs/html/tree/master/packages/fastify-html-plugin#readme",
66
"bugs": "https://github.com/kitajs/html/issues",
@@ -36,7 +36,7 @@
3636
},
3737
"peerDependencies": {
3838
"@kitajs/html": "workspace:^4.2.2",
39-
"@kitajs/ts-html-plugin": "workspace:^4.0.3"
39+
"@kitajs/ts-html-plugin": "workspace:^4.1.0"
4040
},
4141
"peerDependenciesMeta": {
4242
"@kitajs/ts-html-plugin": {

packages/ts-html-plugin/CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#293](https://github.com/kitajs/html/pull/293)
8+
[`93c8e04`](https://github.com/kitajs/html/commit/93c8e04e84d461d4e37929e57e537c0ae9674a96)
9+
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added support for
10+
typescript v5.6
11+
312
## 4.0.3
413

514
### Patch Changes

packages/ts-html-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitajs/ts-html-plugin",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme",
55
"bugs": "https://github.com/kitajs/html/issues",
66
"repository": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)