Skip to content

Commit

Permalink
chore: update versions (#294)
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 Sep 18, 2024
1 parent 9464604 commit 3e9bb4d
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-lies-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-squids-rest.md

This file was deleted.

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

## 4.2.0

### Minor Changes

- [#293](https://github.com/kitajs/html/pull/293)
[`93c8e04`](https://github.com/kitajs/html/commit/93c8e04e84d461d4e37929e57e537c0ae9674a96)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added support for Fastify
v5

### Patch Changes

- Updated dependencies
[[`93c8e04`](https://github.com/kitajs/html/commit/93c8e04e84d461d4e37929e57e537c0ae9674a96)]:
- @kitajs/ts-html-plugin@4.1.0

## 4.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.3",
"version": "4.2.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 Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"@kitajs/html": "workspace:^4.2.2",
"@kitajs/ts-html-plugin": "workspace:^4.0.3"
"@kitajs/ts-html-plugin": "workspace:^4.1.0"
},
"peerDependenciesMeta": {
"@kitajs/ts-html-plugin": {
Expand Down
9 changes: 9 additions & 0 deletions packages/ts-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kitajs/ts-html-plugin

## 4.1.0

### Minor Changes

- [#293](https://github.com/kitajs/html/pull/293)
[`93c8e04`](https://github.com/kitajs/html/commit/93c8e04e84d461d4e37929e57e537c0ae9674a96)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added support for
typescript v5.6

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

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

0 comments on commit 3e9bb4d

Please sign in to comment.