Skip to content

Commit

Permalink
chore: update versions (next) (#167)
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 Mar 27, 2024
1 parent d4e1d36 commit f441071
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Expand Up @@ -26,6 +26,7 @@
"mighty-kids-camp",
"ninety-panthers-collect",
"odd-panthers-occur",
"soft-chairs-explain"
"soft-chairs-explain",
"stupid-owls-think"
]
}
9 changes: 9 additions & 0 deletions packages/fastify-html-plugin/CHANGELOG.md
@@ -1,5 +1,14 @@
# @kitajs/fastify-html-plugin

## 4.0.0-next.3

### Patch Changes

- Updated dependencies
[[`d4e1d36`](https://github.com/kitajs/html/commit/d4e1d3616bd32a671ad1ea81d92c948b865e9693)]:
- @kitajs/html@4.0.0-next.3
- @kitajs/ts-html-plugin@4.0.0-next.3

## 4.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify-html-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/fastify-html-plugin",
"version": "4.0.0-next.2",
"version": "4.0.0-next.3",
"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
12 changes: 12 additions & 0 deletions packages/html/CHANGELOG.md
@@ -1,5 +1,17 @@
# @kitajs/html

## 4.0.0-next.3

### Patch Changes

- [#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 []:
- @kitajs/ts-html-plugin@4.0.0-next.3

## 4.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/html",
"version": "4.0.0-next.2",
"version": "4.0.0-next.3",
"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
8 changes: 8 additions & 0 deletions packages/ts-html-plugin/CHANGELOG.md
@@ -1,5 +1,13 @@
# @kitajs/ts-html-plugin

## 4.0.0-next.3

### Patch Changes

- Updated dependencies
[[`d4e1d36`](https://github.com/kitajs/html/commit/d4e1d3616bd32a671ad1ea81d92c948b865e9693)]:
- @kitajs/html@4.0.0-next.3

## 4.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-html-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/ts-html-plugin",
"version": "4.0.0-next.2",
"version": "4.0.0-next.3",
"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 f441071

Please sign in to comment.