Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 5, 2024
1 parent 267ad71 commit 4ed817b
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-wasps-hunt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/makes_tsx_happy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-walls-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-rivers-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-pandas-impress.md

This file was deleted.

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

## 4.1.1

### Patch Changes

- [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added ESM support

- Updated dependencies
[[`af06ac8`](https://github.com/kitajs/html/commit/af06ac88a066c61cf66c0a0667a942a7bf2c5dd9),
[`d0f51bc`](https://github.com/kitajs/html/commit/d0f51bcf1ecc6bd57b16247a18415f220fb3082b),
[`d529ec0`](https://github.com/kitajs/html/commit/d529ec009041bbf9c88f86eedbe2c9c39973f8ee),
[`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1),
[`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1)]:
- @kitajs/html@4.2.0

## 4.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fastify-html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/fastify-html-plugin",
"version": "4.1.0",
"version": "4.1.1",
"description": "A Fastify plugin to add support for @kitajs/html",
"homepage": "https://github.com/kitajs/html/tree/master/packages/fastify-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
Expand Down Expand Up @@ -35,7 +35,7 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@kitajs/html": "workspace:^4.1.0",
"@kitajs/html": "workspace:^4.2.0",
"@kitajs/ts-html-plugin": "workspace:^4.0.1"
},
"peerDependenciesMeta": {
Expand Down
29 changes: 29 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @kitajs/html

## 4.2.0

### Minor Changes

- [#191](https://github.com/kitajs/html/pull/191)
[`af06ac8`](https://github.com/kitajs/html/commit/af06ac88a066c61cf66c0a0667a942a7bf2c5dd9)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Add missing on\* events
on select jsx element type definition

### Patch Changes

- [#200](https://github.com/kitajs/html/pull/200)
[`d0f51bc`](https://github.com/kitajs/html/commit/d0f51bcf1ecc6bd57b16247a18415f220fb3082b)
Thanks [@douglasduteil](https://github.com/douglasduteil)! - Makes
[tsx](https://www.npmjs.com/package/tsx) and the underling
[esbuild](https://esbuild.github.io/) ecosystem happy by exporting the `Fragment`, `jsx`
and `jsxs` from `@kitajs/html/jsx-runtime`

- [`d529ec0`](https://github.com/kitajs/html/commit/d529ec009041bbf9c88f86eedbe2c9c39973f8ee)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Deprecated type
extensions import

- [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Removed Html.compile
support

- [`6790818`](https://github.com/kitajs/html/commit/6790818c4c694a9816bf7ccddc39779fa3afc8d1)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added ESM support

## 4.1.0

### Minor 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.1.0",
"version": "4.2.0",
"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
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 4ed817b

Please sign in to comment.