Skip to content

Commit

Permalink
Release plan (#368)
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 1, 2024
1 parent 38296aa commit a88a8fd
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-bobcats-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-buses-own.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
# @kitajs/cli

## 1.1.34

### Patch Changes

- Updated dependencies [[`c42f222`](https://github.com/kitajs/kitajs/commit/c42f2222e638433b0352c14b0a70ff6c513a8046)]:
- @kitajs/generator@1.1.27
- @kitajs/parser@1.1.23

## 1.1.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/cli",
"version": "1.1.33",
"version": "1.1.34",
"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
@@ -1,5 +1,12 @@
# create-kita

## 1.1.3

### Patch Changes

- Updated dependencies []:
- @kitajs/cli@1.1.34

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kita/package.json
@@ -1,6 +1,6 @@
{
"name": "create-kita",
"version": "1.1.2",
"version": "1.1.3",
"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/generator/CHANGELOG.md
@@ -1,5 +1,12 @@
# @kitajs/generator

## 1.1.27

### Patch Changes

- [`c42f222`](https://github.com/kitajs/kitajs/commit/c42f2222e638433b0352c14b0a70ff6c513a8046) Thanks
[@arthurfiorette](https://github.com/arthurfiorette)! - Updated KITA_PROJECT_ROOT error message

## 1.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/generator",
"version": "1.1.26",
"version": "1.1.27",
"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
10 changes: 10 additions & 0 deletions packages/runtime/CHANGELOG.md
@@ -1,5 +1,15 @@
# @kitajs/runtime

## 1.1.18

### Patch Changes

- [`c42f222`](https://github.com/kitajs/kitajs/commit/c42f2222e638433b0352c14b0a70ff6c513a8046) Thanks
[@arthurfiorette](https://github.com/arthurfiorette)! - Updated KITA_PROJECT_ROOT error message

- [`38296aa`](https://github.com/kitajs/kitajs/commit/38296aa9dea87e998a3199ec1010ce40962e7ea3) Thanks
[@arthurfiorette](https://github.com/arthurfiorette)! - Added documentation URL for all Parameters

## 1.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/runtime",
"version": "1.1.17",
"version": "1.1.18",
"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 a88a8fd

Please sign in to comment.