Skip to content

Commit

Permalink
Release plan (#370)
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 Apr 2, 2024
1 parent 2cea2bd commit 8a36034
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/stupid-horses-try.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kitajs/cli

## 1.1.35

### Patch Changes

- [`1246d25`](https://github.com/kitajs/kitajs/commit/1246d25aa254cb7261bf8239f810a2b2d0085a39) Thanks
[@arthurfiorette](https://github.com/arthurfiorette)! - Require Node v20+

- Updated dependencies []:
- @kitajs/generator@1.1.27
- @kitajs/parser@1.1.23

## 1.1.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/cli",
"version": "1.1.34",
"version": "1.1.35",
"description": "Performant and type safe fastify router - Build fast end-to-end APIs with ZERO abstraction cost!",
"homepage": "https://kita.js.org",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/create-kita/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-kita

## 1.1.4

### Patch Changes

- Updated dependencies [[`1246d25`](https://github.com/kitajs/kitajs/commit/1246d25aa254cb7261bf8239f810a2b2d0085a39)]:
- @kitajs/cli@1.1.35

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-kita",
"version": "1.1.3",
"version": "1.1.4",
"description": "Performant and type safe fastify router - Build fast end-to-end APIs with ZERO abstraction cost!",
"homepage": "https://kita.js.org",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @kitajs/runtime

## 1.1.19

### Patch Changes

- [`1246d25`](https://github.com/kitajs/kitajs/commit/1246d25aa254cb7261bf8239f810a2b2d0085a39) Thanks
[@arthurfiorette](https://github.com/arthurfiorette)! - Require Node v20+

## 1.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/runtime",
"version": "1.1.18",
"version": "1.1.19",
"description": "Performant and type safe fastify router - Build fast end-to-end APIs with ZERO abstraction cost!",
"homepage": "https://kita.js.org",
"bugs": {
Expand Down

0 comments on commit 8a36034

Please sign in to comment.