Skip to content

Commit

Permalink
chore: update versions (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
arthurfiorette and github-actions[bot] authored Dec 6, 2024
1 parent dad464f commit 40378bc
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-wolves-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-experts-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-planes-thank.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kitajs/html

## 4.2.5

### Patch Changes

- [#331](https://github.com/kitajs/html/pull/331)
[`dad464f`](https://github.com/kitajs/html/commit/dad464fda394df816ef151898ddfad82891f2635)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Add xmlns prop to html
tag jsx type

- [`3b40ece`](https://github.com/kitajs/html/commit/3b40eceb2efa38d4f63fad9a8853532814a195b0)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Improved benchmarks

## 4.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/html",
"version": "4.2.4",
"version": "4.2.5",
"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",
Expand Down
13 changes: 13 additions & 0 deletions packages/ts-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @kitajs/ts-html-plugin

## 4.1.1

### Patch Changes

- [`2f8a5ec`](https://github.com/kitajs/html/commit/2f8a5ecb82150069fc99f535d275eaa2fa9ef4d4)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Fixed url docs for error
codes

- Updated dependencies
[[`dad464f`](https://github.com/kitajs/html/commit/dad464fda394df816ef151898ddfad82891f2635),
[`3b40ece`](https://github.com/kitajs/html/commit/3b40eceb2efa38d4f63fad9a8853532814a195b0)]:
- @kitajs/html@4.2.5

## 4.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/ts-html-plugin",
"version": "4.1.0",
"version": "4.1.1",
"homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"self": "file:."
},
"peerDependencies": {
"@kitajs/html": "workspace:^4.2.2",
"@kitajs/html": "workspace:^4.2.5",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 40378bc

Please sign in to comment.