Skip to content

Commit 9a46c4a

Browse files
chore: update versions (#285)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 453ea9b commit 9a46c4a

File tree

9 files changed

+49
-22
lines changed

9 files changed

+49
-22
lines changed

.changeset/nasty-chairs-develop.md

-7
This file was deleted.

.changeset/unlucky-wasps-report.md

-5
This file was deleted.

packages/fastify-html-plugin/CHANGELOG.md

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

3+
## 4.1.3
4+
5+
### Patch Changes
6+
7+
- [#286](https://github.com/kitajs/html/pull/286)
8+
[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a)
9+
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added release provenance
10+
11+
- Updated dependencies
12+
[[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a),
13+
[`8b43900`](https://github.com/kitajs/html/commit/8b43900b23a7a96adb1f1d49cc25188d27efa002)]:
14+
- @kitajs/html@4.2.2
15+
- @kitajs/ts-html-plugin@4.0.3
16+
317
## 4.1.2
418

519
### Patch Changes

packages/fastify-html-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitajs/fastify-html-plugin",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
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",
@@ -35,8 +35,8 @@
3535
"tslib": "^2.7.0"
3636
},
3737
"peerDependencies": {
38-
"@kitajs/html": "workspace:^4.2.0",
39-
"@kitajs/ts-html-plugin": "workspace:^4.0.2"
38+
"@kitajs/html": "workspace:^4.2.2",
39+
"@kitajs/ts-html-plugin": "workspace:^4.0.3"
4040
},
4141
"peerDependenciesMeta": {
4242
"@kitajs/ts-html-plugin": {

packages/html/CHANGELOG.md

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

3+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- [#286](https://github.com/kitajs/html/pull/286)
8+
[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a)
9+
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added release provenance
10+
11+
- [#275](https://github.com/kitajs/html/pull/275)
12+
[`8b43900`](https://github.com/kitajs/html/commit/8b43900b23a7a96adb1f1d49cc25188d27efa002)
13+
Thanks [@douglasduteil](https://github.com/douglasduteil)! - add more html attributes
14+
315
## 4.2.1
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.1",
3+
"version": "4.2.2",
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.0.3
4+
5+
### Patch Changes
6+
7+
- [#286](https://github.com/kitajs/html/pull/286)
8+
[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a)
9+
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added release provenance
10+
11+
- Updated dependencies
12+
[[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a),
13+
[`8b43900`](https://github.com/kitajs/html/commit/8b43900b23a7a96adb1f1d49cc25188d27efa002)]:
14+
- @kitajs/html@4.2.2
15+
316
## 4.0.2
417

518
### Patch 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.0.2",
3+
"version": "4.0.3",
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.0",
43+
"@kitajs/html": "workspace:^4.2.2",
4444
"typescript": "^5.3.3"
4545
}
4646
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)