Skip to content

Commit

Permalink
Release plan (#367)
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 93cccd4 commit 6db6caf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-turkeys-deliver.md

This file was deleted.

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

## 1.1.33

### Patch Changes

- [#365](https://github.com/kitajs/kitajs/pull/365)
[`93cccd4`](https://github.com/kitajs/kitajs/commit/93cccd4a06602f1ea2377bde31fd2d415dbad384) Thanks
[@devzolo](https://github.com/devzolo)! - Fixed project name detection and path resolution on Windows

## 1.1.32

### 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.32",
"version": "1.1.33",
"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.2

### Patch Changes

- Updated dependencies [[`93cccd4`](https://github.com/kitajs/kitajs/commit/93cccd4a06602f1ea2377bde31fd2d415dbad384)]:
- @kitajs/cli@1.1.33

## 1.1.1

### 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.1",
"version": "1.1.2",
"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 6db6caf

Please sign in to comment.