Skip to content

Commit

Permalink
doc: fix changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Nov 28, 2024
1 parent c9f336e commit baa3b6a
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 54 deletions.
6 changes: 1 addition & 5 deletions packages/adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## [0.2.6](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-09)



## [0.3.0](https://github.com/magne4000/universal-middleware/compare/cloudflare-v0.2.7...cloudflare-v0.3.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to CloudflareHandler and CloudflarePagesFunction

### Features

Expand Down
4 changes: 1 addition & 3 deletions packages/adapter-elysia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Changelog

## [0.3.0](https://github.com/magne4000/universal-middleware/compare/elysia-v0.2.3...elysia-v0.3.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to ElysiaHandler and ElysiaMiddleware

### Features

Expand Down
6 changes: 1 addition & 5 deletions packages/adapter-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## [0.2.8](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-09)



## [0.3.0](https://github.com/magne4000/universal-middleware/compare/express-v0.2.10...express-v0.3.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to NodeHandler and NodeMiddleware

### Features

Expand Down
6 changes: 1 addition & 5 deletions packages/adapter-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## [0.3.5](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-09)



## [0.4.0](https://github.com/magne4000/universal-middleware/compare/fastify-v0.3.7...fastify-v0.4.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to FastifyHandler and FastifyMiddleware

### Features

Expand Down
20 changes: 10 additions & 10 deletions packages/adapter-h3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
## [0.2.7](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-10)


### Features

* add req and res to h3 runtime ([495424b](https://github.com/magne4000/universal-handler/commit/495424b349209ef9b77fe4c5ace117633f3fc740))



## [0.3.0](https://github.com/magne4000/universal-middleware/compare/h3-v0.2.9...h3-v0.3.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to H3Handler and H3Middleware

### Features

Expand Down Expand Up @@ -46,6 +37,15 @@

* @universal-middleware/compress package ([#41](https://github.com/magne4000/universal-middleware/issues/41)) ([97fd518](https://github.com/magne4000/universal-middleware/commit/97fd51819192a1d8b1d6659995b197ae8ddeb163))


## [0.2.7](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-10)


### Features

* add req and res to h3 runtime ([495424b](https://github.com/magne4000/universal-handler/commit/495424b349209ef9b77fe4c5ace117633f3fc740))


## [0.2.6](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-09)


Expand Down
21 changes: 11 additions & 10 deletions packages/adapter-hattip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
## [0.2.10](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-10)


### Features

* add req and res to hattip runtime ([5b88b72](https://github.com/magne4000/universal-handler/commit/5b88b72bdd822569f2ec2740fb308b5fd55f6ceb))



## [0.3.0](https://github.com/magne4000/universal-middleware/compare/hattip-v0.2.11...hattip-v0.3.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to HattipHandler and HattipMiddleware

### Features

Expand All @@ -39,6 +30,16 @@
* dependencies
* @universal-middleware/core bumped to 0.2.14


## [0.2.10](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-10)


### Features

* add req and res to hattip runtime ([5b88b72](https://github.com/magne4000/universal-handler/commit/5b88b72bdd822569f2ec2740fb308b5fd55f6ceb))



## [0.2.9](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-09)


Expand Down
19 changes: 10 additions & 9 deletions packages/adapter-hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
## [0.2.11](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-10)


### Features

* add req and res to hono runtime ([c441d95](https://github.com/magne4000/universal-handler/commit/c441d954c2dcf6a37a1f6865f7c0df27dcff5325))



## [0.3.0](https://github.com/magne4000/universal-middleware/compare/hono-v0.2.13...hono-v0.3.0) (2024-11-28)


Expand Down Expand Up @@ -46,6 +37,16 @@

* @universal-middleware/compress package ([#41](https://github.com/magne4000/universal-middleware/issues/41)) ([97fd518](https://github.com/magne4000/universal-middleware/commit/97fd51819192a1d8b1d6659995b197ae8ddeb163))


## [0.2.11](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-10)


### Features

* add req and res to hono runtime ([c441d95](https://github.com/magne4000/universal-handler/commit/c441d954c2dcf6a37a1f6865f7c0df27dcff5325))



## [0.2.10](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to VercelNodeHandler and VercelEdgeHandler

### Features

Expand All @@ -16,7 +16,7 @@

### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to VercelNodeHandler and VercelEdgeHandler

### Features

Expand Down
6 changes: 1 addition & 5 deletions packages/adapter-webroute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## [0.2.7](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-09)



## [0.3.0](https://github.com/magne4000/universal-middleware/compare/webroute-v0.2.9...webroute-v0.3.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* add Context typings to HonoHandler and HonoMiddleware
* add Context typings to WebrouteHandler and WebrouteMiddleware

### Features

Expand Down

0 comments on commit baa3b6a

Please sign in to comment.