Skip to content

Commit

Permalink
Release plan (#350)
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 daa2ce5 commit baa3236
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 821 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-poems-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-spiders-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-students-count.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.32

### Patch Changes

- [#354](https://github.com/kitajs/kitajs/pull/354)
[`daa2ce5`](https://github.com/kitajs/kitajs/commit/daa2ce512a89278f893b5a41fec44b5893080ccd) Thanks
[@arthurfiorette](https://github.com/arthurfiorette)! - Added basic tailwind example

## 1.1.31

### 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.31",
"version": "1.1.32",
"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
18 changes: 18 additions & 0 deletions packages/create-kita/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# create-kita

## 1.1.0

### Minor Changes

- [#348](https://github.com/kitajs/kitajs/pull/348)
[`8965cc8`](https://github.com/kitajs/kitajs/commit/8965cc8f497ec7d59d83cfc321dba83116172e13) Thanks
[@arthurfiorette](https://github.com/arthurfiorette)! - Added Kita & Kita JSX templates

### Patch Changes

- [#348](https://github.com/kitajs/kitajs/pull/348)
[`8965cc8`](https://github.com/kitajs/kitajs/commit/8965cc8f497ec7d59d83cfc321dba83116172e13) Thanks
[@arthurfiorette](https://github.com/arthurfiorette)! - Added create-kita command alias

- Updated dependencies [[`daa2ce5`](https://github.com/kitajs/kitajs/commit/daa2ce512a89278f893b5a41fec44b5893080ccd)]:
- @kitajs/cli@1.1.32
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.0.0",
"version": "1.1.0",
"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 baa3236

Please sign in to comment.