Skip to content

Commit 7502647

Browse files
chore: release main
1 parent 60c0195 commit 7502647

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.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"
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"
1212
}

packages/cli/CHANGELOG.md

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

15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* ts-to-zod bumped to 0.2.2
20+
1521
## [0.2.0](https://github.com/stainless-api/stl-api/compare/cli-v0.1.1...cli-v0.2.0) (2025-04-29)
1622

1723

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.1",
3+
"version": "0.2.2",
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
@@ -6,6 +6,12 @@
66
* dependencies
77
* stainless bumped to 0.2.1
88

9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* stainless bumped to 0.2.2
14+
915
## 0.2.0 (2025-04-29)
1016

1117

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.1",
3+
"version": "0.2.2",
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
@@ -12,6 +12,12 @@
1212
* dependencies
1313
* stainless bumped to 0.2.1
1414

15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* stainless bumped to 0.2.2
20+
1521
## [0.2.0](https://github.com/stainless-api/stl-api/compare/express-v0.1.2...express-v0.2.0) (2025-04-29)
1622

1723

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.1",
3+
"version": "0.2.2",
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
@@ -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.2
8+
39
## [0.2.1](https://github.com/stainless-api/stl-api/compare/hono-v0.2.0...hono-v0.2.1) (2025-04-30)
410

511

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.1",
3+
"version": "0.2.2",
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
@@ -14,6 +14,13 @@
1414
* @stl-api/next bumped to 0.2.1
1515
* stainless bumped to 0.2.1
1616

17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @stl-api/next bumped to 0.2.2
22+
* stainless bumped to 0.2.2
23+
1724
## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-auth-v0.1.6...next-auth-v0.2.0) (2025-04-29)
1825

1926

0 commit comments

Comments
 (0)