diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ccc5111f..ad3694f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - "packages/cli": "0.2.2", - "packages/express": "0.2.2", - "packages/next-auth": "0.2.2", - "packages/next": "0.2.2", - "packages/hono": "0.2.2", - "packages/prisma": "0.2.2", - "packages/react-query": "0.2.2", - "packages/stainless": "0.2.2", - "packages/ts-to-zod": "0.2.2", - "packages/client": "0.2.2" + "packages/cli": "0.2.3", + "packages/express": "0.2.3", + "packages/next-auth": "0.2.3", + "packages/next": "0.2.3", + "packages/hono": "0.2.3", + "packages/prisma": "0.2.3", + "packages/react-query": "0.2.3", + "packages/stainless": "0.2.3", + "packages/ts-to-zod": "0.2.3", + "packages/client": "0.2.3" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b1661710..195dec53 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -18,6 +18,12 @@ * dependencies * ts-to-zod bumped to 0.2.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * ts-to-zod bumped to 0.2.3 + ## [0.2.0](https://github.com/stainless-api/stl-api/compare/cli-v0.1.1...cli-v0.2.0) (2025-04-29) diff --git a/packages/cli/package.json b/packages/cli/package.json index c8bf49b9..8bbba47d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stl-api/cli", - "version": "0.2.2", + "version": "0.2.3", "description": "Bundle-time utilities implementing ergonomic stl-api helpers.\"", "author": "dev@stainlessapi.com", "repository": { diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 39799cbc..7f93f1b7 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -12,6 +12,12 @@ * dependencies * stainless bumped to 0.2.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * stainless bumped to 0.2.3 + ## 0.2.0 (2025-04-29) diff --git a/packages/client/package.json b/packages/client/package.json index de22a5f5..1006f913 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@stl-api/client", - "version": "0.2.2", + "version": "0.2.3", "description": "primary client package for stl-api", "author": "dev@stainlessapi.com", "license": "ISC", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index f81f1b9a..c21366f0 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -18,6 +18,12 @@ * dependencies * stainless bumped to 0.2.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * stainless bumped to 0.2.3 + ## [0.2.0](https://github.com/stainless-api/stl-api/compare/express-v0.1.2...express-v0.2.0) (2025-04-29) diff --git a/packages/express/package.json b/packages/express/package.json index e1098c96..94bc0dc2 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@stl-api/express", - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "description": "express integration for stainless api", "author": "dev@stainlessapi.com", diff --git a/packages/hono/CHANGELOG.md b/packages/hono/CHANGELOG.md index 6b3d40c0..61ddd167 100644 --- a/packages/hono/CHANGELOG.md +++ b/packages/hono/CHANGELOG.md @@ -6,6 +6,20 @@ * dependencies * stainless bumped to 0.2.2 +## [0.2.3](https://github.com/stainless-api/stl-api/compare/hono-v0.2.2...hono-v0.2.3) (2025-09-09) + + +### Features + +* make zod errors better ([#97](https://github.com/stainless-api/stl-api/issues/97)) ([5995e88](https://github.com/stainless-api/stl-api/commit/5995e883a7c8a88c45b74b4ba433f6bea1c139f5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * stainless bumped to 0.2.3 + ## [0.2.1](https://github.com/stainless-api/stl-api/compare/hono-v0.2.0...hono-v0.2.1) (2025-04-30) diff --git a/packages/hono/package.json b/packages/hono/package.json index abcaf51b..cc5221ff 100644 --- a/packages/hono/package.json +++ b/packages/hono/package.json @@ -1,6 +1,6 @@ { "name": "@stl-api/hono", - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "description": "hono plugin for stainless api", "author": "dev@stainlessapi.com", diff --git a/packages/next-auth/CHANGELOG.md b/packages/next-auth/CHANGELOG.md index 8adedfb8..c0486594 100644 --- a/packages/next-auth/CHANGELOG.md +++ b/packages/next-auth/CHANGELOG.md @@ -21,6 +21,13 @@ * @stl-api/next bumped to 0.2.2 * stainless bumped to 0.2.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @stl-api/next bumped to 0.2.3 + * stainless bumped to 0.2.3 + ## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-auth-v0.1.6...next-auth-v0.2.0) (2025-04-29) diff --git a/packages/next-auth/package.json b/packages/next-auth/package.json index f2641f0d..1cb36854 100644 --- a/packages/next-auth/package.json +++ b/packages/next-auth/package.json @@ -1,6 +1,6 @@ { "name": "@stl-api/next-auth", - "version": "0.2.2", + "version": "0.2.3", "description": "next-auth plugin for stainless api", "author": "dev@stainlessapi.com", "repository": { diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 53d7a32a..039ab237 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -12,6 +12,12 @@ * dependencies * stainless bumped to 0.2.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * stainless bumped to 0.2.3 + ## [0.2.0](https://github.com/stainless-api/stl-api/compare/next-v0.1.1...next-v0.2.0) (2025-04-29) diff --git a/packages/next/package.json b/packages/next/package.json index 25d2ff0d..3be0ccb4 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@stl-api/next", - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "description": "next.js plugin for stainless api", "author": "dev@stainlessapi.com", diff --git a/packages/prisma/CHANGELOG.md b/packages/prisma/CHANGELOG.md index 9afb1058..d8ed89be 100644 --- a/packages/prisma/CHANGELOG.md +++ b/packages/prisma/CHANGELOG.md @@ -18,6 +18,20 @@ * dependencies * stainless bumped to 0.2.2 +## [0.2.3](https://github.com/stainless-api/stl-api/compare/prisma-v0.2.2...prisma-v0.2.3) (2025-09-09) + + +### Features + +* make zod errors better ([#97](https://github.com/stainless-api/stl-api/issues/97)) ([5995e88](https://github.com/stainless-api/stl-api/commit/5995e883a7c8a88c45b74b4ba433f6bea1c139f5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * stainless bumped to 0.2.3 + ## [0.2.0](https://github.com/stainless-api/stl-api/compare/prisma-v0.1.1...prisma-v0.2.0) (2025-04-29) diff --git a/packages/prisma/package.json b/packages/prisma/package.json index f502fd0a..d2493f25 100644 --- a/packages/prisma/package.json +++ b/packages/prisma/package.json @@ -1,6 +1,6 @@ { "name": "@stl-api/prisma", - "version": "0.2.2", + "version": "0.2.3", "description": "prisma plugin for stainless api", "author": "dev@stainlessapi.com", "repository": { diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md index 48e4ba8f..ad154717 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -12,6 +12,12 @@ * dependencies * stainless bumped to 0.2.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * stainless bumped to 0.2.3 + ## [0.2.0](https://github.com/stainless-api/stl-api/compare/react-query-v0.0.5...react-query-v0.2.0) (2025-04-29) diff --git a/packages/react-query/package.json b/packages/react-query/package.json index 7c1eece9..1f6d33d8 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@stl-api/react-query", - "version": "0.2.2", + "version": "0.2.3", "description": "react-query client for stainless api", "author": "dev@stainlessapi.com", "repository": { diff --git a/packages/stainless/CHANGELOG.md b/packages/stainless/CHANGELOG.md index 96f648db..3f16a9ad 100644 --- a/packages/stainless/CHANGELOG.md +++ b/packages/stainless/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/stainless-api/stl-api/compare/stainless-v0.2.2...stainless-v0.2.3) (2025-09-09) + + +### Features + +* make zod errors better ([#97](https://github.com/stainless-api/stl-api/issues/97)) ([5995e88](https://github.com/stainless-api/stl-api/commit/5995e883a7c8a88c45b74b4ba433f6bea1c139f5)) + ## [0.2.2](https://github.com/stainless-api/stl-api/compare/stainless-v0.2.1...stainless-v0.2.2) (2025-06-16) diff --git a/packages/stainless/package.json b/packages/stainless/package.json index 4c6f18e6..7f90c554 100644 --- a/packages/stainless/package.json +++ b/packages/stainless/package.json @@ -1,6 +1,6 @@ { "name": "stainless", - "version": "0.2.2", + "version": "0.2.3", "description": "stainless api server and client", "author": "dev@stainlessapi.com", "repository": { diff --git a/packages/ts-to-zod/CHANGELOG.md b/packages/ts-to-zod/CHANGELOG.md index 89b625a6..8a27a9b0 100644 --- a/packages/ts-to-zod/CHANGELOG.md +++ b/packages/ts-to-zod/CHANGELOG.md @@ -18,6 +18,20 @@ * devDependencies * stainless bumped to 0.2.2 +## [0.2.3](https://github.com/stainless-api/stl-api/compare/ts-to-zod-v0.2.2...ts-to-zod-v0.2.3) (2025-09-09) + + +### Features + +* make zod errors better ([#97](https://github.com/stainless-api/stl-api/issues/97)) ([5995e88](https://github.com/stainless-api/stl-api/commit/5995e883a7c8a88c45b74b4ba433f6bea1c139f5)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * stainless bumped to 0.2.3 + ## [0.2.0](https://github.com/stainless-api/stl-api/compare/ts-to-zod-v0.0.5...ts-to-zod-v0.2.0) (2025-04-29) diff --git a/packages/ts-to-zod/package.json b/packages/ts-to-zod/package.json index c34d68b4..a1b763a1 100644 --- a/packages/ts-to-zod/package.json +++ b/packages/ts-to-zod/package.json @@ -1,6 +1,6 @@ { "name": "ts-to-zod", - "version": "0.2.2", + "version": "0.2.3", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",