Skip to content

Commit 368d3e8

Browse files
chore: release main (#98)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5995e88 commit 368d3e8

File tree

21 files changed

+106
-20
lines changed

21 files changed

+106
-20
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"packages/cli": "0.2.2",
3-
"packages/express": "0.2.2",
4-
"packages/next-auth": "0.2.2",
5-
"packages/next": "0.2.2",
6-
"packages/hono": "0.2.2",
7-
"packages/prisma": "0.2.2",
8-
"packages/react-query": "0.2.2",
9-
"packages/stainless": "0.2.2",
10-
"packages/ts-to-zod": "0.2.2",
11-
"packages/client": "0.2.2"
2+
"packages/cli": "0.2.3",
3+
"packages/express": "0.2.3",
4+
"packages/next-auth": "0.2.3",
5+
"packages/next": "0.2.3",
6+
"packages/hono": "0.2.3",
7+
"packages/prisma": "0.2.3",
8+
"packages/react-query": "0.2.3",
9+
"packages/stainless": "0.2.3",
10+
"packages/ts-to-zod": "0.2.3",
11+
"packages/client": "0.2.3"
1212
}

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
* dependencies
1919
* ts-to-zod bumped to 0.2.2
2020

21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* ts-to-zod bumped to 0.2.3
26+
2127
## [0.2.0](https://github.com/stainless-api/stl-api/compare/cli-v0.1.1...cli-v0.2.0) (2025-04-29)
2228

2329

packages/cli/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/cli",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Bundle-time utilities implementing ergonomic stl-api helpers.\"",
55
"author": "[email protected]",
66
"repository": {

packages/client/CHANGELOG.md

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

15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* stainless bumped to 0.2.3
20+
1521
## 0.2.0 (2025-04-29)
1622

1723

packages/client/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/client",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "primary client package for stl-api",
55
"author": "[email protected]",
66
"license": "ISC",

packages/express/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
* dependencies
1919
* stainless bumped to 0.2.2
2020

21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* stainless bumped to 0.2.3
26+
2127
## [0.2.0](https://github.com/stainless-api/stl-api/compare/express-v0.1.2...express-v0.2.0) (2025-04-29)
2228

2329

packages/express/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/express",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"license": "ISC",
55
"description": "express integration for stainless api",
66
"author": "[email protected]",

packages/hono/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
* dependencies
77
* stainless bumped to 0.2.2
88

9+
## [0.2.3](https://github.com/stainless-api/stl-api/compare/hono-v0.2.2...hono-v0.2.3) (2025-09-09)
10+
11+
12+
### Features
13+
14+
* make zod errors better ([#97](https://github.com/stainless-api/stl-api/issues/97)) ([5995e88](https://github.com/stainless-api/stl-api/commit/5995e883a7c8a88c45b74b4ba433f6bea1c139f5))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* stainless bumped to 0.2.3
22+
923
## [0.2.1](https://github.com/stainless-api/stl-api/compare/hono-v0.2.0...hono-v0.2.1) (2025-04-30)
1024

1125

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.2",
3+
"version": "0.2.3",
44
"license": "ISC",
55
"description": "hono plugin for stainless api",
66
"author": "[email protected]",

packages/next-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
* @stl-api/next bumped to 0.2.2
2222
* stainless bumped to 0.2.2
2323

24+
### Dependencies
25+
26+
* The following workspace dependencies were updated
27+
* dependencies
28+
* @stl-api/next bumped to 0.2.3
29+
* stainless bumped to 0.2.3
30+
2431
## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-auth-v0.1.6...next-auth-v0.2.0) (2025-04-29)
2532

2633

0 commit comments

Comments
 (0)