Skip to content

Commit

Permalink
chore: update versions (#173)
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] committed Apr 3, 2024
1 parent fdc30e3 commit dc012f0
Show file tree
Hide file tree
Showing 20 changed files with 133 additions and 104 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-games-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-pants-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-weeks-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-islands-brake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-meals-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-elephants-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-elephants-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-timers-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-kids-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-panthers-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-panthers-occur.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/pre.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-chairs-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-owls-think.md

This file was deleted.

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

## 4.0.0

### Major Changes

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX
runtime.

### Patch Changes

- [`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Simplified html stream
generation

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Updated Dependencies

- Updated dependencies
[[`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37),
[`d458335`](https://github.com/kitajs/html/commit/d458335a2988a3f9a758afc9e6b29ed91d35eb69),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37),
[`f00a024`](https://github.com/kitajs/html/commit/f00a024b7c289ae5543442c3c6cd4d1d0373e386),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`d4e1d36`](https://github.com/kitajs/html/commit/d4e1d3616bd32a671ad1ea81d92c948b865e9693)]:
- @kitajs/html@4.0.0
- @kitajs/ts-html-plugin@4.0.0

## 4.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-next.3",
"version": "4.0.0",
"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
60 changes: 60 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
# @kitajs/html

## 4.0.0

### Major Changes

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX
runtime.

### Patch Changes

- [`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Simplified html stream
generation

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Added support for
react-jsx runtime

- [`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added vhtml to benchmarks

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Fixed triple slash
directives for jsx-runtime

- [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added support for
Alpine.js by @B-R-P

- [`d458335`](https://github.com/kitajs/html/commit/d458335a2988a3f9a758afc9e6b29ed91d35eb69)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Updated changeset setup

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Reserved 'key' attribute
to prevent use of it

- [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added dialog tag
definition

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Avoid hijacking fastify
reply

- [#166](https://github.com/kitajs/html/pull/166)
[`d4e1d36`](https://github.com/kitajs/html/commit/d4e1d3616bd32a671ad1ea81d92c948b865e9693)
Thanks [@aralroca](https://github.com/aralroca)! - Added jsx-dev-runtime to re-enable
Bun support in development mode.

- Updated dependencies
[[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f00a024`](https://github.com/kitajs/html/commit/f00a024b7c289ae5543442c3c6cd4d1d0373e386),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)]:
- @kitajs/ts-html-plugin@4.0.0

## 4.0.0-next.3

### 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.0.0-next.3",
"version": "4.0.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
35 changes: 35 additions & 0 deletions packages/ts-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @kitajs/ts-html-plugin

## 4.0.0

### Major Changes

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX
runtime.

### Patch Changes

- [#158](https://github.com/kitajs/html/pull/158)
[`f00a024`](https://github.com/kitajs/html/commit/f00a024b7c289ae5543442c3c6cd4d1d0373e386)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Correctly handle self
closing jsx elements

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Avoid hijacking fastify
reply

- Updated dependencies
[[`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37),
[`d458335`](https://github.com/kitajs/html/commit/d458335a2988a3f9a758afc9e6b29ed91d35eb69),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`d4e1d36`](https://github.com/kitajs/html/commit/d4e1d3616bd32a671ad1ea81d92c948b865e9693)]:
- @kitajs/html@4.0.0

## 4.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-next.3",
"version": "4.0.0",
"homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
"repository": {
Expand Down

0 comments on commit dc012f0

Please sign in to comment.