Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: core 0.1.4
  • Loading branch information
MathurAditya724 committed Nov 7, 2024
1 parent 7718e4c commit 2ff9641
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 8 deletions.
22 changes: 22 additions & 0 deletions apps/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.0.5 (2024-11-07)

### 🚀 Features

- **core:** implmented the hide route functionality ([0d67ea3](https://github.com/rhinobase/hono-openapi/commit/0d67ea3))
- **core:** working on a new implementation ([752ce23](https://github.com/rhinobase/hono-openapi/commit/752ce23))
- **core:** added support for components ([3eb7d50](https://github.com/rhinobase/hono-openapi/commit/3eb7d50))
- **core:** added funtionality for docs and validation ([d8dfaea](https://github.com/rhinobase/hono-openapi/commit/d8dfaea))
- **core:** implmenting features ([c8cacc3](https://github.com/rhinobase/hono-openapi/commit/c8cacc3))
- **sb:** init commit ([42977a6](https://github.com/rhinobase/hono-openapi/commit/42977a6))

### 🩹 Fixes

- **core:** improved the logic ([b387733](https://github.com/rhinobase/hono-openapi/commit/b387733))
- **core:** corrected the base implmentation ([a28fa26](https://github.com/rhinobase/hono-openapi/commit/a28fa26))
- **core:** removed validation ([c4b8cf7](https://github.com/rhinobase/hono-openapi/commit/c4b8cf7))
- **core:** added resolvers ([0ae9fb7](https://github.com/rhinobase/hono-openapi/commit/0ae9fb7))

### 🧱 Updated Dependencies

- Updated core to 0.1.4

## 0.0.4 (2024-11-07)

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions apps/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandbox",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"serve": "tsx watch src/index.ts"
},
Expand All @@ -9,7 +9,7 @@
"@hono/node-server": "^1.13.2",
"@hono/zod-validator": "^0.4.1",
"hono": "^4.6.4",
"hono-openapi": "^0.1.3",
"hono-openapi": "^0.1.4",
"zod": "^3.23.8",
"zod-openapi": "^3.1.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.4 (2024-11-07)

This was a version bump only for core to align it with other projects, there were no code changes.

## 0.1.3 (2024-11-07)

This was a version bump only for core to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"types": "./zod.cjs.d.ts"
}
}
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ff9641

Please sign in to comment.