Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/all-insects-pick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-403.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-404.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-405.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-406.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-408.md

This file was deleted.

14 changes: 14 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# backend

## 0.1.2

### Patch Changes

- [#403](https://github.com/Stephane-Pires/caravel/pull/403) [`3953131`](https://github.com/Stephane-Pires/caravel/commit/3953131f3ec57f46328cadc1503da88235ec6be9) Thanks [@renovate](https://github.com/apps/renovate)! - chore(backend): 🧹 Update @hono/zod-openapi from 1.2.0 to v1.2.1

- [#404](https://github.com/Stephane-Pires/caravel/pull/404) [`590588f`](https://github.com/Stephane-Pires/caravel/commit/590588fc31e7c5582a7a34420445dbec516cc054) Thanks [@renovate](https://github.com/apps/renovate)! - chore(backend): 🧹 Update dotenv from 17.2.3 to v17.2.4

- [#405](https://github.com/Stephane-Pires/caravel/pull/405) [`260b1c6`](https://github.com/Stephane-Pires/caravel/commit/260b1c65c00988af1746926b77a4286d599da05c) Thanks [@renovate](https://github.com/apps/renovate)! - chore(backend): 🧹 Update drizzle-kit from 0.31.8 to v0.31.9

- [#406](https://github.com/Stephane-Pires/caravel/pull/406) [`d066789`](https://github.com/Stephane-Pires/caravel/commit/d066789546065e91b3574fb34550593ed2d058db) Thanks [@renovate](https://github.com/apps/renovate)! - chore(backend): 🧹 Update @scalar/openapi-to-markdown from 0.3.43 to v0.3.41

- [#408](https://github.com/Stephane-Pires/caravel/pull/408) [`00ecd46`](https://github.com/Stephane-Pires/caravel/commit/00ecd46f3cca822ed78070c1368efdf06aeebd20) Thanks [@renovate](https://github.com/apps/renovate)! - chore(backend): 🧹 Update hono from 4.11.3 to v4.11.9

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"name": "backend",
"type": "module",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.2

### Patch Changes

- [#407](https://github.com/Stephane-Pires/caravel/pull/407) [`ac39322`](https://github.com/Stephane-Pires/caravel/commit/ac393223259b7cc84b1f25da337f9fc2e76e6b0b) Thanks [@Stephane-Pires](https://github.com/Stephane-Pires)! - Adding SERVERLESS to SKILLS in FARAWAY

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.8.1",
"version": "0.8.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down