Skip to content

Commit 07a4097

Browse files
chore: release main (#93)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d82ec17 commit 07a4097

File tree

21 files changed

+95
-20
lines changed

21 files changed

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

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
- dependencies
77
- ts-to-zod bumped from github:stainless-api/stl-api#ts-to-zod-0.0.4 to github:stainless-api/stl-api#ts-to-zod-0.0.5
88

9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ts-to-zod bumped to 0.2.1
14+
915
## [0.2.0](https://github.com/stainless-api/stl-api/compare/cli-v0.1.1...cli-v0.2.0) (2025-04-29)
1016

1117

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.0",
3+
"version": "0.2.1",
44
"description": "Bundle-time utilities implementing ergonomic stl-api helpers.\"",
55
"author": "dev@stainlessapi.com",
66
"repository": {

packages/client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* dependencies
7+
* stainless bumped to 0.2.1
8+
39
## 0.2.0 (2025-04-29)
410

511

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.0",
3+
"version": "0.2.1",
44
"description": "primary client package for stl-api",
55
"author": "dev@stainlessapi.com",
66
"license": "ISC",

packages/express/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 from github:stainless-api/stl-api#stainless-0.1.3 to github:stainless-api/stl-api#stainless-0.1.1
88

9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* stainless bumped to 0.2.1
14+
915
## [0.2.0](https://github.com/stainless-api/stl-api/compare/express-v0.1.2...express-v0.2.0) (2025-04-29)
1016

1117

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.0",
3+
"version": "0.2.1",
44
"license": "ISC",
55
"description": "express integration for stainless api",
66
"author": "dev@stainlessapi.com",

packages/hono/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
11
# Changelog
2+
3+
## [0.2.1](https://github.com/stainless-api/stl-api/compare/hono-v0.2.0...hono-v0.2.1) (2025-04-30)
4+
5+
6+
### Features
7+
8+
* **hono:** change server context ([72721d2](https://github.com/stainless-api/stl-api/commit/72721d2a8e61f19e72a445244b1413d5ad4501d3))
9+
* **hono:** let handlers use hono requests ([f819d93](https://github.com/stainless-api/stl-api/commit/f819d937b2a0afa42481c39200959c6ace7c9faf))
10+
* **hono:** let handlers use hono responses ([fa78814](https://github.com/stainless-api/stl-api/commit/fa7881418a71917ae2879bdd595b16450794622e))
11+
* new hono package ([16f65d3](https://github.com/stainless-api/stl-api/commit/16f65d3e4d2c7a53d9d1c57040f006f1cca190e1))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* stainless bumped to 0.2.1
19+
20+
## Changelog

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.0",
3+
"version": "0.2.1",
44
"license": "ISC",
55
"description": "hono plugin for stainless api",
66
"author": "dev@stainlessapi.com",

packages/next-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
- @stl-api/next bumped from github:stainless-api/stl-api#next-0.1.6 to github:stainless-api/stl-api#next-0.1.1
88
- stainless bumped from github:stainless-api/stl-api#stainless-0.1.3 to github:stainless-api/stl-api#stainless-0.1.1
99

10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* @stl-api/next bumped to 0.2.1
15+
* stainless bumped to 0.2.1
16+
1017
## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-auth-v0.1.6...next-auth-v0.2.0) (2025-04-29)
1118

1219

0 commit comments

Comments
 (0)