Skip to content

Commit

Permalink
chore: release main (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 15, 2024
1 parent 5db4ad7 commit 6d38e36
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"packages/compress":"0.2.0","packages/adapter-elysia":"0.2.2","packages/adapter-express":"0.2.9","packages/adapter-h3":"0.2.8","packages/adapter-hono":"0.2.12","packages/universal-middleware":"0.3.9","packages/adapter-fastify":"0.3.6","packages/adapter-webroute":"0.2.8"}
14 changes: 10 additions & 4 deletions packages/adapter-elysia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
## [0.2.1](https://github.com/magne4000/universal-handler/compare/@universal-middleware/[email protected]...@universal-middleware/[email protected]) (2024-10-09)
# Changelog

## 0.2.2 (2024-10-15)


# 0.2.0 (2024-10-08)
### Features

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

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

* elysia adapter ([#39](https://github.com/magne4000/universal-handler/issues/39)) ([348a7fd](https://github.com/magne4000/universal-handler/commit/348a7fd8cb832aecd24f955d24ee076abf069bd7))


## 0.2.0 (2024-10-08)


### Features

* elysia adapter ([#39](https://github.com/magne4000/universal-handler/issues/39)) ([348a7fd](https://github.com/magne4000/universal-handler/commit/348a7fd8cb832aecd24f955d24ee076abf069bd7))
2 changes: 1 addition & 1 deletion packages/adapter-elysia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/elysia",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"description": "Elysia adapter for universal middlewares",
"files": [
Expand Down
10 changes: 7 additions & 3 deletions packages/adapter-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## 0.2.9 (2024-10-15)


### Features

* @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-08)


Expand Down Expand Up @@ -134,6 +141,3 @@
* handler and middleware adapter for connect-like ([ee82abb](https://github.com/magne4000/universal-handler/commit/ee82abbdbd0dd9e077755e9db2f2cf06559c1f93))
* hono adapter ([#10](https://github.com/magne4000/universal-handler/issues/10)) ([044bc66](https://github.com/magne4000/universal-handler/commit/044bc6608851c3f3d3a68dc413e3c769fa22647c))
* working adapter-express ([0c18a2a](https://github.com/magne4000/universal-handler/commit/0c18a2afb7c104a0d5e2b9c6dbff735b30b0bf6b))



2 changes: 1 addition & 1 deletion packages/adapter-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/express",
"version": "0.2.8",
"version": "0.2.9",
"type": "module",
"description": "Express adapter for universal middlewares",
"files": [
Expand Down
12 changes: 9 additions & 3 deletions packages/adapter-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## 0.3.6 (2024-10-15)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @universal-middleware/express bumped to 0.2.9

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


Expand Down Expand Up @@ -79,6 +88,3 @@
### Features

* adapter-fastify ([b1bb889](https://github.com/magne4000/universal-handler/commit/b1bb8897a0a4bebee14336356b1bb12dd3ba9d60))



2 changes: 1 addition & 1 deletion packages/adapter-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/fastify",
"version": "0.3.5",
"version": "0.3.6",
"type": "module",
"description": "fastify adapter for universal middlewares",
"files": [
Expand Down
10 changes: 7 additions & 3 deletions packages/adapter-h3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@



## 0.2.8 (2024-10-15)


### Features

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

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


Expand Down Expand Up @@ -53,6 +60,3 @@
### Features

* h3 ([#18](https://github.com/magne4000/universal-handler/issues/18)) ([74a774d](https://github.com/magne4000/universal-handler/commit/74a774deaf56e60ee6be13d2e78f132bdcbe7b9c))



2 changes: 1 addition & 1 deletion packages/adapter-h3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/h3",
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"description": "h3 adapter for universal middlewares",
"files": [
Expand Down
10 changes: 7 additions & 3 deletions packages/adapter-hono/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@



## 0.2.12 (2024-10-15)


### Features

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

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


Expand Down Expand Up @@ -148,6 +155,3 @@
### Features

* hono adapter ([#10](https://github.com/magne4000/universal-handler/issues/10)) ([044bc66](https://github.com/magne4000/universal-handler/commit/044bc6608851c3f3d3a68dc413e3c769fa22647c))



2 changes: 1 addition & 1 deletion packages/adapter-hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/hono",
"version": "0.2.11",
"version": "0.2.12",
"type": "module",
"description": "Hono adapter for universal middlewares",
"files": [
Expand Down
12 changes: 9 additions & 3 deletions packages/adapter-webroute/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## 0.2.8 (2024-10-15)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @universal-middleware/hono bumped to 0.2.12

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


Expand Down Expand Up @@ -114,6 +123,3 @@
* complete webroute support ([043298c](https://github.com/magne4000/universal-handler/commit/043298c8a3766159996ed4d02bad538a279a5617))
* initial support for runtime parameter ([c1ac056](https://github.com/magne4000/universal-handler/commit/c1ac0566193b9492beb0ddcc135a7895319cc02c))
* webroute adapter ([1cb1080](https://github.com/magne4000/universal-handler/commit/1cb1080c482b84c2890a6002f6b1166a0ac15005))



2 changes: 1 addition & 1 deletion packages/adapter-webroute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/webroute",
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"description": "Webroute adapter for universal middlewares",
"files": [
Expand Down
22 changes: 22 additions & 0 deletions packages/compress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## 0.2.0 (2024-10-15)


### Features

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


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* universal-middleware bumped to 0.3.9
* optionalDependencies
* @universal-middleware/hono bumped from ^0 to ^0.2.12
* @universal-middleware/express bumped from ^0 to ^0.2.9
* @universal-middleware/webroute bumped from ^0 to ^0.2.8
* @universal-middleware/fastify bumped from ^0 to ^0.3.6
* @universal-middleware/h3 bumped from ^0 to ^0.2.8
* @universal-middleware/elysia bumped from ^0 to ^0.2.2
14 changes: 7 additions & 7 deletions packages/compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-middleware/compress",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"description": "Universal compress middleware",
"files": [
Expand Down Expand Up @@ -45,14 +45,14 @@
"h3-middleware"
],
"optionalDependencies": {
"@universal-middleware/hono": "^0",
"@universal-middleware/express": "^0",
"@universal-middleware/hono": "^0.2.12",
"@universal-middleware/express": "^0.2.9",
"@universal-middleware/hattip": "^0",
"@universal-middleware/webroute": "^0",
"@universal-middleware/fastify": "^0",
"@universal-middleware/h3": "^0",
"@universal-middleware/webroute": "^0.2.8",
"@universal-middleware/fastify": "^0.3.6",
"@universal-middleware/h3": "^0.2.8",
"@universal-middleware/cloudflare": "^0",
"@universal-middleware/elysia": "^0"
"@universal-middleware/elysia": "^0.2.2"
},
"exports": {
".": {
Expand Down
20 changes: 17 additions & 3 deletions packages/universal-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## 0.3.9 (2024-10-15)


### Features

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @universal-middleware/express bumped to 0.2.9
* @universal-middleware/fastify bumped to 0.3.6
* @universal-middleware/hono bumped to 0.2.12
* @universal-middleware/webroute bumped to 0.2.8

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


Expand Down Expand Up @@ -144,6 +161,3 @@
* doc: intro to universal-middleware usage

* doc: README



2 changes: 1 addition & 1 deletion packages/universal-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "universal-middleware",
"type": "module",
"version": "0.3.8",
"version": "0.3.9",
"description": "",
"license": "MIT",
"repository": "https://github.com/magne4000/universal-middleware",
Expand Down

0 comments on commit 6d38e36

Please sign in to comment.