Skip to content

Commit 2cb4d40

Browse files
chore: release main (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd26b94 commit 2cb4d40

File tree

21 files changed

+82
-20
lines changed

21 files changed

+82
-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.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"
2+
"packages/cli": "0.2.4",
3+
"packages/express": "0.2.4",
4+
"packages/next-auth": "0.2.4",
5+
"packages/next": "0.2.4",
6+
"packages/hono": "0.2.4",
7+
"packages/prisma": "0.2.4",
8+
"packages/react-query": "0.2.4",
9+
"packages/stainless": "0.2.4",
10+
"packages/ts-to-zod": "0.2.4",
11+
"packages/client": "0.2.4"
1212
}

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
* dependencies
2525
* ts-to-zod bumped to 0.2.3
2626

27+
### Dependencies
28+
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* ts-to-zod bumped to 0.2.4
32+
2733
## [0.2.0](https://github.com/stainless-api/stl-api/compare/cli-v0.1.1...cli-v0.2.0) (2025-04-29)
2834

2935

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.3",
3+
"version": "0.2.4",
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
@@ -18,6 +18,12 @@
1818
* dependencies
1919
* stainless bumped to 0.2.3
2020

21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* stainless bumped to 0.2.4
26+
2127
## 0.2.0 (2025-04-29)
2228

2329

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.3",
3+
"version": "0.2.4",
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
@@ -24,6 +24,12 @@
2424
* dependencies
2525
* stainless bumped to 0.2.3
2626

27+
### Dependencies
28+
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* stainless bumped to 0.2.4
32+
2733
## [0.2.0](https://github.com/stainless-api/stl-api/compare/express-v0.1.2...express-v0.2.0) (2025-04-29)
2834

2935

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

packages/hono/CHANGELOG.md

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

9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* stainless bumped to 0.2.4
14+
915
## [0.2.3](https://github.com/stainless-api/stl-api/compare/hono-v0.2.2...hono-v0.2.3) (2025-09-09)
1016

1117

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.3",
3+
"version": "0.2.4",
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
@@ -28,6 +28,13 @@
2828
* @stl-api/next bumped to 0.2.3
2929
* stainless bumped to 0.2.3
3030

31+
### Dependencies
32+
33+
* The following workspace dependencies were updated
34+
* dependencies
35+
* @stl-api/next bumped to 0.2.4
36+
* stainless bumped to 0.2.4
37+
3138
## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-auth-v0.1.6...next-auth-v0.2.0) (2025-04-29)
3239

3340

0 commit comments

Comments
 (0)