diff --git a/.changeset/five-wasps-hunt.md b/.changeset/five-wasps-hunt.md deleted file mode 100644 index ff71cfcac..000000000 --- a/.changeset/five-wasps-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': minor ---- - -Add missing on\* events on select jsx element type definition diff --git a/.changeset/makes_tsx_happy.md b/.changeset/makes_tsx_happy.md deleted file mode 100644 index c301daa6a..000000000 --- a/.changeset/makes_tsx_happy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@kitajs/html': patch ---- - -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` diff --git a/.changeset/neat-walls-listen.md b/.changeset/neat-walls-listen.md deleted file mode 100644 index 5d369c938..000000000 --- a/.changeset/neat-walls-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Deprecated type extensions import diff --git a/.changeset/polite-rivers-run.md b/.changeset/polite-rivers-run.md deleted file mode 100644 index 0016948fa..000000000 --- a/.changeset/polite-rivers-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitajs/html': patch ---- - -Removed Html.compile support diff --git a/.changeset/ten-pandas-impress.md b/.changeset/ten-pandas-impress.md deleted file mode 100644 index 96acb6c98..000000000 --- a/.changeset/ten-pandas-impress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@kitajs/fastify-html-plugin': patch -'@kitajs/html': patch ---- - -Added ESM support diff --git a/packages/fastify-html-plugin/CHANGELOG.md b/packages/fastify-html-plugin/CHANGELOG.md index 1214dc0ff..5895dcf8f 100644 --- a/packages/fastify-html-plugin/CHANGELOG.md +++ b/packages/fastify-html-plugin/CHANGELOG.md @@ -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 diff --git a/packages/fastify-html-plugin/package.json b/packages/fastify-html-plugin/package.json index 2ee691133..689aff5d8 100644 --- a/packages/fastify-html-plugin/package.json +++ b/packages/fastify-html-plugin/package.json @@ -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", @@ -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": { diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 59bfa2695..d122a8086 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -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 diff --git a/packages/html/package.json b/packages/html/package.json index a653a1793..0d681cf87 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 558854867..c7987adca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -203,7 +203,7 @@ importers: packages/fastify-html-plugin: dependencies: '@kitajs/html': - specifier: workspace:^4.1.0 + specifier: workspace:^4.2.0 version: link:../html '@kitajs/ts-html-plugin': specifier: workspace:^4.0.1