Skip to content

Commit

Permalink
chore: update versions (next) (#160)
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 Mar 25, 2024
1 parent f00a024 commit 0695f93
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"long-elephants-work",
"mighty-kids-camp",
"ninety-panthers-collect",
"odd-panthers-occur",
"soft-chairs-explain"
]
}
9 changes: 9 additions & 0 deletions packages/fastify-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kitajs/fastify-html-plugin

## 4.0.0-next.1

### Patch Changes

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

## 4.0.0-next.0

### Major 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.0",
"version": "4.0.0-next.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
8 changes: 8 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kitajs/html

## 4.0.0-next.1

### Patch Changes

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

## 4.0.0-next.0

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

## 4.0.0-next.1

### 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

- Updated dependencies []:
- @kitajs/html@4.0.0-next.1

## 4.0.0-next.0

### Major 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.0",
"version": "4.0.0-next.1",
"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 0695f93

Please sign in to comment.