Skip to content

Commit f1fbf27

Browse files
chore: release main (#88)
Co-authored-by: Young Jin Park <[email protected]>
1 parent ab2a9e2 commit f1fbf27

File tree

19 files changed

+105
-17
lines changed

19 files changed

+105
-17
lines changed

.release-please-manifest.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"packages/cli": "0.1.1",
3-
"packages/express": "0.1.2",
4-
"packages/next-auth": "0.1.6",
5-
"packages/next": "0.1.1",
6-
"packages/prisma": "0.1.1",
7-
"packages/react-query": "0.0.5",
8-
"packages/stainless": "0.1.1",
9-
"packages/ts-to-zod": "0.0.5"
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/prisma": "0.2.0",
7+
"packages/react-query": "0.2.0",
8+
"packages/stainless": "0.2.0",
9+
"packages/ts-to-zod": "0.2.0",
10+
"packages/client": "0.2.0"
1011
}

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
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+
## [0.2.0](https://github.com/stainless-api/stl-api/compare/cli-v0.1.1...cli-v0.2.0) (2025-04-29)
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* ts-to-zod bumped from github:stainless-api/stl-api#ts-to-zod-0.0.5 to 0.2.0
17+
918
## [0.1.0](https://github.com/stainless-api/stl-api/compare/cli-v0.0.3...cli-v0.1.0) (2023-12-06)
1019

1120
### ⚠ BREAKING CHANGES

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

packages/client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 0.2.0 (2025-04-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **react-query:** add query params to query key ([d372e71](https://github.com/stainless-api/stl-api/commit/d372e71a73063582ab8d93e917a036df49f3b2b0))
9+
* **react-query:** add query params to query key ([9e82374](https://github.com/stainless-api/stl-api/commit/9e823740527cccadaa12c73ecdd306e119940a9a))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* stainless bumped from github:stainless-api/stl-api#stainless-0.1.1 to 0.2.0

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.0.1-alpha.41",
3+
"version": "0.2.0",
44
"description": "primary client package for stl-api",
55
"author": "[email protected]",
66
"license": "ISC",

packages/express/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
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+
## [0.2.0](https://github.com/stainless-api/stl-api/compare/express-v0.1.2...express-v0.2.0) (2025-04-29)
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* stainless bumped from github:stainless-api/stl-api#stainless-0.1.1 to 0.2.0
17+
918
## [0.1.0](https://github.com/stainless-api/stl-api/compare/express-v0.0.3...express-v0.1.0) (2023-12-06)
1019

1120
### ⚠ BREAKING CHANGES

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

packages/next-auth/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
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+
## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-auth-v0.1.6...next-auth-v0.2.0) (2025-04-29)
11+
12+
13+
### Dependencies
14+
15+
* The following workspace dependencies were updated
16+
* dependencies
17+
* @stl-api/next bumped from github:stainless-api/stl-api#next-0.1.1 to 0.2.0
18+
* stainless bumped from github:stainless-api/stl-api#stainless-0.1.1 to 0.2.0
19+
1020
## [0.1.0](https://github.com/stainless-api/stl-api/compare/next-auth-v0.0.3...next-auth-v0.1.0) (2023-12-06)
1121

1222
### ⚠ BREAKING CHANGES

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.1.6",
3+
"version": "0.2.0",
44
"description": "next-auth plugin for stainless api",
55
"author": "[email protected]",
66
"repository": {

packages/next/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-v0.1.1...next-v0.2.0) (2025-04-29)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* stainless bumped from github:stainless-api/stl-api#stainless-0.1.1 to 0.2.0
11+
312
## [0.1.1](https://github.com/stainless-api/stl-api/compare/next-v0.1.0...next-v0.1.1) (2024-09-23)
413

514
### Bug Fixes

0 commit comments

Comments
 (0)