Skip to content

Commit

Permalink
chore: update versions (#285)
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 9, 2024
1 parent 453ea9b commit 9a46c4a
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .changeset/nasty-chairs-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-wasps-report.md

This file was deleted.

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

## 4.1.3

### Patch Changes

- [#286](https://github.com/kitajs/html/pull/286)
[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added release provenance

- Updated dependencies
[[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a),
[`8b43900`](https://github.com/kitajs/html/commit/8b43900b23a7a96adb1f1d49cc25188d27efa002)]:
- @kitajs/html@4.2.2
- @kitajs/ts-html-plugin@4.0.3

## 4.1.2

### Patch 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.1.2",
"version": "4.1.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 Expand Up @@ -35,8 +35,8 @@
"tslib": "^2.7.0"
},
"peerDependencies": {
"@kitajs/html": "workspace:^4.2.0",
"@kitajs/ts-html-plugin": "workspace:^4.0.2"
"@kitajs/html": "workspace:^4.2.2",
"@kitajs/ts-html-plugin": "workspace:^4.0.3"
},
"peerDependenciesMeta": {
"@kitajs/ts-html-plugin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kitajs/html

## 4.2.2

### Patch Changes

- [#286](https://github.com/kitajs/html/pull/286)
[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added release provenance

- [#275](https://github.com/kitajs/html/pull/275)
[`8b43900`](https://github.com/kitajs/html/commit/8b43900b23a7a96adb1f1d49cc25188d27efa002)
Thanks [@douglasduteil](https://github.com/douglasduteil)! - add more html attributes

## 4.2.1

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

## 4.0.3

### Patch Changes

- [#286](https://github.com/kitajs/html/pull/286)
[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added release provenance

- Updated dependencies
[[`15c6d98`](https://github.com/kitajs/html/commit/15c6d98dd84541ba07f6b8ea7940b61b93e4be4a),
[`8b43900`](https://github.com/kitajs/html/commit/8b43900b23a7a96adb1f1d49cc25188d27efa002)]:
- @kitajs/html@4.2.2

## 4.0.2

### Patch 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.2",
"version": "4.0.3",
"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 @@ -40,7 +40,7 @@
"self": "file:."
},
"peerDependencies": {
"@kitajs/html": "workspace:^4.2.0",
"@kitajs/html": "workspace:^4.2.2",
"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 9a46c4a

Please sign in to comment.