Skip to content

Commit b3540a8

Browse files
chore(release): publish
- project: core 0.3.0
1 parent a83943c commit b3540a8

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

apps/sandbox/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 0.0.9 (2024-12-21)
2+
3+
### 🚀 Features
4+
5+
- **core:** support effect schema ([#16](https://github.com/rhinobase/hono-openapi/pull/16))
6+
- **sb:** added more endpoints ([a407637](https://github.com/rhinobase/hono-openapi/commit/a407637))
7+
- **core:** implmented the hide route functionality ([0d67ea3](https://github.com/rhinobase/hono-openapi/commit/0d67ea3))
8+
- **core:** working on a new implementation ([752ce23](https://github.com/rhinobase/hono-openapi/commit/752ce23))
9+
- **core:** added support for components ([3eb7d50](https://github.com/rhinobase/hono-openapi/commit/3eb7d50))
10+
- **core:** added funtionality for docs and validation ([d8dfaea](https://github.com/rhinobase/hono-openapi/commit/d8dfaea))
11+
- **core:** implmenting features ([c8cacc3](https://github.com/rhinobase/hono-openapi/commit/c8cacc3))
12+
- **sb:** init commit ([42977a6](https://github.com/rhinobase/hono-openapi/commit/42977a6))
13+
14+
### 🩹 Fixes
15+
16+
- resolved biome errors ([9f57d0f](https://github.com/rhinobase/hono-openapi/commit/9f57d0f))
17+
- **core:** resolved json to openapi conversion issue ([8e7407a](https://github.com/rhinobase/hono-openapi/commit/8e7407a))
18+
- **core:** improved the logic ([b387733](https://github.com/rhinobase/hono-openapi/commit/b387733))
19+
- **core:** corrected the base implmentation ([a28fa26](https://github.com/rhinobase/hono-openapi/commit/a28fa26))
20+
- **core:** removed validation ([c4b8cf7](https://github.com/rhinobase/hono-openapi/commit/c4b8cf7))
21+
- **core:** added resolvers ([0ae9fb7](https://github.com/rhinobase/hono-openapi/commit/0ae9fb7))
22+
23+
### 🧱 Updated Dependencies
24+
25+
- Updated core to 0.3.0
26+
127
## 0.0.7 (2024-11-10)
228

329
### 🚀 Features

apps/sandbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandbox",
3-
"version": "0.0.7",
3+
"version": "0.0.9",
44
"scripts": {
55
"serve": "tsx watch src/index.ts"
66
},
@@ -12,7 +12,7 @@
1212
"arktype": "2.0.0-rc.25",
1313
"effect": "^3.11.3",
1414
"hono": "^4.6.13",
15-
"hono-openapi": "workspace:*",
15+
"hono-openapi": "0.3.0",
1616
"valibot": "^1.0.0-beta.9",
1717
"zod": "^3.23.8",
1818
"zod-openapi": "^4.0.0"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hono-openapi",
33
"description": "OpenAPI schema generator for Hono",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"license": "MIT",
66
"keywords": [
77
"hono",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)