Skip to content

Commit

Permalink
chore: update versions (#178)
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 Apr 3, 2024
1 parent ca4beef commit 3f2bb6f
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-ladybugs-boil.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dirty-toys-live.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/kind-donkeys-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-fans-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-walls-tickle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-bulldogs-bow.md

This file was deleted.

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

## 4.0.1

### Patch Changes

- [`e61d19d`](https://github.com/kitajs/html/commit/e61d19d366c247ea921373a55ec2a4081d80cc6c)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Avoid crashes when
suspense cannot be loaded

- [`fbcb4e8`](https://github.com/kitajs/html/commit/fbcb4e85803560cba4ac459bcd6d1b4dc72776e3)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Improved code with
Biome.js lint result

- [`ddccb19`](https://github.com/kitajs/html/commit/ddccb19cba4c7033af6761178e68a416a465c852)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added node: prefix

- [`52da1cb`](https://github.com/kitajs/html/commit/52da1cb7f3480d7b335abcd35accd0e1608c3928)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Fixed peer dependencies

- Updated dependencies
[[`fbcb4e8`](https://github.com/kitajs/html/commit/fbcb4e85803560cba4ac459bcd6d1b4dc72776e3),
[`ddccb19`](https://github.com/kitajs/html/commit/ddccb19cba4c7033af6761178e68a416a465c852),
[`4f663f8`](https://github.com/kitajs/html/commit/4f663f879e9c696ec50bb40599b41431e60f0b34),
[`4ffe38c`](https://github.com/kitajs/html/commit/4ffe38cbff2cfcd5277f064f8c60a240cc2f10ea),
[`52da1cb`](https://github.com/kitajs/html/commit/52da1cb7f3480d7b335abcd35accd0e1608c3928)]:
- @kitajs/ts-html-plugin@4.0.1
- @kitajs/html@4.1.0

## 4.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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.0.0",
"version": "4.0.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,8 +35,8 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@kitajs/html": "workspace:^4",
"@kitajs/ts-html-plugin": "workspace:^4"
"@kitajs/html": "workspace:^4.1.0",
"@kitajs/ts-html-plugin": "workspace:^4.0.1"
},
"peerDependenciesMeta": {
"@kitajs/ts-html-plugin": {
Expand Down
25 changes: 25 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @kitajs/html

## 4.1.0

### Minor Changes

- [`4f663f8`](https://github.com/kitajs/html/commit/4f663f879e9c696ec50bb40599b41431e60f0b34)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added HtmlTimeout error
when timeouts happens'

- [#176](https://github.com/kitajs/html/pull/176)
[`4ffe38c`](https://github.com/kitajs/html/commit/4ffe38cbff2cfcd5277f064f8c60a240cc2f10ea)
Thanks [@ArkahnX](https://github.com/ArkahnX)! - Add picture tag and srcset to Source
tag

### Patch Changes

- [`fbcb4e8`](https://github.com/kitajs/html/commit/fbcb4e85803560cba4ac459bcd6d1b4dc72776e3)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Improved code with
Biome.js lint result

- [`ddccb19`](https://github.com/kitajs/html/commit/ddccb19cba4c7033af6761178e68a416a465c852)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added node: prefix

- [`52da1cb`](https://github.com/kitajs/html/commit/52da1cb7f3480d7b335abcd35accd0e1608c3928)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Fixed peer dependencies

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

## 4.0.1

### Patch Changes

- [`fbcb4e8`](https://github.com/kitajs/html/commit/fbcb4e85803560cba4ac459bcd6d1b4dc72776e3)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Improved code with
Biome.js lint result

- [`ddccb19`](https://github.com/kitajs/html/commit/ddccb19cba4c7033af6761178e68a416a465c852)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added node: prefix

- [`52da1cb`](https://github.com/kitajs/html/commit/52da1cb7f3480d7b335abcd35accd0e1608c3928)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Fixed peer dependencies

- Updated dependencies
[[`fbcb4e8`](https://github.com/kitajs/html/commit/fbcb4e85803560cba4ac459bcd6d1b4dc72776e3),
[`ddccb19`](https://github.com/kitajs/html/commit/ddccb19cba4c7033af6761178e68a416a465c852),
[`4f663f8`](https://github.com/kitajs/html/commit/4f663f879e9c696ec50bb40599b41431e60f0b34),
[`4ffe38c`](https://github.com/kitajs/html/commit/4ffe38cbff2cfcd5277f064f8c60a240cc2f10ea),
[`52da1cb`](https://github.com/kitajs/html/commit/52da1cb7f3480d7b335abcd35accd0e1608c3928)]:
- @kitajs/html@4.1.0

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions 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",
"version": "4.0.1",
"homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"self": "file:."
},
"peerDependencies": {
"@kitajs/html": "workspace:^4",
"@kitajs/html": "workspace:^4.1.0",
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 3f2bb6f

Please sign in to comment.