diff --git a/.changeset/big-camels-complain.md b/.changeset/big-camels-complain.md deleted file mode 100644 index 861628e94..000000000 --- a/.changeset/big-camels-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ts-rest/core': patch ---- - -Fix handling of responses with no body and content type json header diff --git a/.changeset/cuddly-lions-buy.md b/.changeset/cuddly-lions-buy.md deleted file mode 100644 index 1f9900031..000000000 --- a/.changeset/cuddly-lions-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ts-rest/express': minor ---- - -add express v5 support to @ts-rest/express diff --git a/.changeset/khaki-scissors-doubt.md b/.changeset/khaki-scissors-doubt.md deleted file mode 100644 index 5533b6902..000000000 --- a/.changeset/khaki-scissors-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ts-rest/serverless': patch ---- - -Expose more types to fix build issues with "verbatimModuleSyntax" and other such build configs diff --git a/.changeset/plenty-seahorses-wait.md b/.changeset/plenty-seahorses-wait.md deleted file mode 100644 index 7dc41a5db..000000000 --- a/.changeset/plenty-seahorses-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ts-rest/fastify': minor ---- - -export AppRouteImplementation from fastify to allow for usage cross-file diff --git a/.changeset/shy-vans-float.md b/.changeset/shy-vans-float.md deleted file mode 100644 index efd97ff38..000000000 --- a/.changeset/shy-vans-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ts-rest/open-api': minor ---- - -Add operation ID parameter to operationMapper function, allowing using the appRoute's id in the callback. diff --git a/libs/ts-rest/core/CHANGELOG.md b/libs/ts-rest/core/CHANGELOG.md index 08e64742f..bbc4396d1 100644 --- a/libs/ts-rest/core/CHANGELOG.md +++ b/libs/ts-rest/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ts-rest/core +## 3.53.0 + +### Patch Changes + +- 2c6367c: Fix handling of responses with no body and content type json header + ## 3.52.1 ### Patch Changes diff --git a/libs/ts-rest/core/package.json b/libs/ts-rest/core/package.json index f0468723e..8bee26e22 100644 --- a/libs/ts-rest/core/package.json +++ b/libs/ts-rest/core/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/core", - "version": "3.52.1", + "version": "3.53.0", "private": false, "description": "RPC-like experience over a regular REST API, with type safe server implementations 🪄", "keywords": [ diff --git a/libs/ts-rest/express/CHANGELOG.md b/libs/ts-rest/express/CHANGELOG.md index 784302389..af78dd04d 100644 --- a/libs/ts-rest/express/CHANGELOG.md +++ b/libs/ts-rest/express/CHANGELOG.md @@ -1,5 +1,11 @@ # @ts-rest/express +## 3.53.0 + +### Minor Changes + +- ab2a39f: add express v5 support to @ts-rest/express + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/express/package.json b/libs/ts-rest/express/package.json index b1c6340c4..79ffd9787 100644 --- a/libs/ts-rest/express/package.json +++ b/libs/ts-rest/express/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/express", - "version": "3.52.1", + "version": "3.53.0", "repository": { "type": "git", "url": "https://github.com/ts-rest/ts-rest.git", diff --git a/libs/ts-rest/fastify/CHANGELOG.md b/libs/ts-rest/fastify/CHANGELOG.md index b7a26702c..4ebfd53ac 100644 --- a/libs/ts-rest/fastify/CHANGELOG.md +++ b/libs/ts-rest/fastify/CHANGELOG.md @@ -1,5 +1,11 @@ # @ts-rest/fastify +## 3.53.0 + +### Minor Changes + +- 4cffcb3: export AppRouteImplementation from fastify to allow for usage cross-file + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/fastify/package.json b/libs/ts-rest/fastify/package.json index 857aae143..ddd761a3c 100644 --- a/libs/ts-rest/fastify/package.json +++ b/libs/ts-rest/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/fastify", - "version": "3.52.1", + "version": "3.53.0", "repository": { "type": "git", "url": "https://github.com/ts-rest/ts-rest.git", diff --git a/libs/ts-rest/nest/CHANGELOG.md b/libs/ts-rest/nest/CHANGELOG.md index bf12c1613..42b46ba28 100644 --- a/libs/ts-rest/nest/CHANGELOG.md +++ b/libs/ts-rest/nest/CHANGELOG.md @@ -1,5 +1,7 @@ # @ts-rest/nest +## 3.53.0 + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/nest/package.json b/libs/ts-rest/nest/package.json index fca0cf57a..911b14a7c 100644 --- a/libs/ts-rest/nest/package.json +++ b/libs/ts-rest/nest/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/nest", - "version": "3.52.1", + "version": "3.53.0", "private": false, "description": "Nest server integration for @ts-rest", "keywords": [ diff --git a/libs/ts-rest/next/CHANGELOG.md b/libs/ts-rest/next/CHANGELOG.md index db1d6dca5..cc930a1ce 100644 --- a/libs/ts-rest/next/CHANGELOG.md +++ b/libs/ts-rest/next/CHANGELOG.md @@ -1,5 +1,7 @@ # @ts-rest/next +## 3.53.0 + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/next/package.json b/libs/ts-rest/next/package.json index 46f70aa27..2713aa597 100644 --- a/libs/ts-rest/next/package.json +++ b/libs/ts-rest/next/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/next", - "version": "3.52.1", + "version": "3.53.0", "repository": { "type": "git", "url": "https://github.com/ts-rest/ts-rest.git", diff --git a/libs/ts-rest/open-api/CHANGELOG.md b/libs/ts-rest/open-api/CHANGELOG.md index 033727533..cd9950f2b 100644 --- a/libs/ts-rest/open-api/CHANGELOG.md +++ b/libs/ts-rest/open-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @ts-rest/open-api +## 3.53.0 + +### Minor Changes + +- bb96ae5: Add operation ID parameter to operationMapper function, allowing using the appRoute's id in the callback. + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/open-api/package.json b/libs/ts-rest/open-api/package.json index 297a3429d..5297ac413 100644 --- a/libs/ts-rest/open-api/package.json +++ b/libs/ts-rest/open-api/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/open-api", - "version": "3.52.1", + "version": "3.53.0", "repository": { "type": "git", "url": "https://github.com/ts-rest/ts-rest.git", diff --git a/libs/ts-rest/react-query-v5/CHANGELOG.md b/libs/ts-rest/react-query-v5/CHANGELOG.md index 3d5ce6ba1..c364a053c 100644 --- a/libs/ts-rest/react-query-v5/CHANGELOG.md +++ b/libs/ts-rest/react-query-v5/CHANGELOG.md @@ -1,5 +1,7 @@ # @ts-rest/react-query-v5 +## 3.53.0 + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/react-query-v5/package.json b/libs/ts-rest/react-query-v5/package.json index 5c65fae72..4da0da2d3 100644 --- a/libs/ts-rest/react-query-v5/package.json +++ b/libs/ts-rest/react-query-v5/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/react-query-v5", - "version": "3.52.1", + "version": "3.53.0", "private": true, "license": "MIT", "peerDependencies": { diff --git a/libs/ts-rest/react-query/CHANGELOG.md b/libs/ts-rest/react-query/CHANGELOG.md index 181ab8312..c92692cda 100644 --- a/libs/ts-rest/react-query/CHANGELOG.md +++ b/libs/ts-rest/react-query/CHANGELOG.md @@ -1,5 +1,7 @@ # @ts-rest/react-query +## 3.53.0 + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/react-query/package.json b/libs/ts-rest/react-query/package.json index e5539692c..dcf31640a 100644 --- a/libs/ts-rest/react-query/package.json +++ b/libs/ts-rest/react-query/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/react-query", - "version": "3.52.1", + "version": "3.53.0", "private": false, "description": "react-query client integration for @ts-rest", "keywords": [ diff --git a/libs/ts-rest/serverless/CHANGELOG.md b/libs/ts-rest/serverless/CHANGELOG.md index 5ba5718d6..c0f71da99 100644 --- a/libs/ts-rest/serverless/CHANGELOG.md +++ b/libs/ts-rest/serverless/CHANGELOG.md @@ -1,5 +1,11 @@ # @ts-rest/serverless +## 3.53.0 + +### Patch Changes + +- 3313b33: Expose more types to fix build issues with "verbatimModuleSyntax" and other such build configs + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/serverless/package.json b/libs/ts-rest/serverless/package.json index 49feb1bd1..9b15a4830 100644 --- a/libs/ts-rest/serverless/package.json +++ b/libs/ts-rest/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/serverless", - "version": "3.52.1", + "version": "3.53.0", "repository": { "type": "git", "url": "https://github.com/ts-rest/ts-rest.git", diff --git a/libs/ts-rest/solid-query/CHANGELOG.md b/libs/ts-rest/solid-query/CHANGELOG.md index c3a15ee21..dcc4daa3e 100644 --- a/libs/ts-rest/solid-query/CHANGELOG.md +++ b/libs/ts-rest/solid-query/CHANGELOG.md @@ -1,5 +1,7 @@ # @ts-rest/solid-query +## 3.53.0 + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/solid-query/package.json b/libs/ts-rest/solid-query/package.json index 5c62618b5..51de80b37 100644 --- a/libs/ts-rest/solid-query/package.json +++ b/libs/ts-rest/solid-query/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/solid-query", - "version": "3.52.1", + "version": "3.53.0", "private": false, "description": "solid-query client integration for @ts-rest", "keywords": [ diff --git a/libs/ts-rest/vue-query/CHANGELOG.md b/libs/ts-rest/vue-query/CHANGELOG.md index f891422d9..45efe9f0f 100644 --- a/libs/ts-rest/vue-query/CHANGELOG.md +++ b/libs/ts-rest/vue-query/CHANGELOG.md @@ -1,5 +1,7 @@ # @ts-rest/vue-query +## 3.53.0 + ## 3.52.1 ## 3.52.0 diff --git a/libs/ts-rest/vue-query/package.json b/libs/ts-rest/vue-query/package.json index 9decff215..1aede8d6f 100644 --- a/libs/ts-rest/vue-query/package.json +++ b/libs/ts-rest/vue-query/package.json @@ -1,6 +1,6 @@ { "name": "@ts-rest/vue-query", - "version": "3.52.1", + "version": "3.53.0", "private": false, "description": "vue-query client integration for @ts-rest", "keywords": [