Skip to content

Commit 90c2c42

Browse files
authored
Merge pull request #109 from stainless-api/release-please--branches--main
chore: release main
2 parents d75f36b + 2d6855c commit 90c2c42

7 files changed

Lines changed: 26 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"packages/cli": "0.2.4",
33
"packages/express": "0.2.4",
4-
"packages/next-auth": "0.2.4",
5-
"packages/next": "0.2.4",
6-
"packages/hono": "0.2.5",
4+
"packages/next-auth": "0.2.5",
5+
"packages/next": "0.2.5",
6+
"packages/hono": "0.2.6",
77
"packages/prisma": "0.2.4",
88
"packages/react-query": "0.2.4",
99
"packages/stainless": "0.2.4",

packages/hono/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
* dependencies
1313
* stainless bumped to 0.2.4
1414

15+
## [0.2.6](https://github.com/stainless-api/stl-api/compare/hono-v0.2.5...hono-v0.2.6) (2026-02-24)
16+
17+
18+
### Bug Fixes
19+
20+
* **hono:** return 204 for void handler results instead of crashing ([3fa2af2](https://github.com/stainless-api/stl-api/commit/3fa2af2435af3d47f179b2519086db07084c9ad7))
21+
1522
## [0.2.5](https://github.com/stainless-api/stl-api/compare/hono-v0.2.4...hono-v0.2.5) (2026-01-09)
1623

1724

packages/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stl-api/hono",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"license": "ISC",
55
"description": "hono plugin for stainless api",
66
"author": "dev@stainlessapi.com",

packages/next-auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
* @stl-api/next bumped to 0.2.4
3636
* stainless bumped to 0.2.4
3737

38+
### Dependencies
39+
40+
* The following workspace dependencies were updated
41+
* dependencies
42+
* @stl-api/next bumped to 0.2.5
43+
3844
## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-auth-v0.1.6...next-auth-v0.2.0) (2025-04-29)
3945

4046

packages/next-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stl-api/next-auth",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "next-auth plugin for stainless api",
55
"author": "dev@stainlessapi.com",
66
"repository": {

packages/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
* dependencies
2525
* stainless bumped to 0.2.4
2626

27+
## [0.2.5](https://github.com/stainless-api/stl-api/compare/next-v0.2.4...next-v0.2.5) (2026-02-24)
28+
29+
30+
### Bug Fixes
31+
32+
* **hono:** return 204 for void handler results instead of crashing ([3fa2af2](https://github.com/stainless-api/stl-api/commit/3fa2af2435af3d47f179b2519086db07084c9ad7))
33+
2734
## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-v0.1.1...next-v0.2.0) (2025-04-29)
2835

2936

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stl-api/next",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"license": "ISC",
55
"description": "next.js plugin for stainless api",
66
"author": "dev@stainlessapi.com",

0 commit comments

Comments
 (0)