diff --git a/.changeset/odd-kiwis-sin.md b/.changeset/odd-kiwis-sin.md deleted file mode 100644 index a842dac82..000000000 --- a/.changeset/odd-kiwis-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-http": patch ---- - -Use an identifier annotation of a class schema as an OpenApi reference identifier. diff --git a/packages/effect-http-node/CHANGELOG.md b/packages/effect-http-node/CHANGELOG.md index e04f42ba6..3598deb11 100644 --- a/packages/effect-http-node/CHANGELOG.md +++ b/packages/effect-http-node/CHANGELOG.md @@ -1,5 +1,12 @@ # effect-http-node +## 0.17.5 + +### Patch Changes + +- Updated dependencies [[`88f24aa`](https://github.com/sukovanej/effect-http/commit/88f24aacc054e0de69bcd519842ddf0faaf3d22b)]: + - effect-http@0.77.2 + ## 0.17.4 ### Patch Changes diff --git a/packages/effect-http-node/package.json b/packages/effect-http-node/package.json index a4ffecbc1..c86bed976 100644 --- a/packages/effect-http-node/package.json +++ b/packages/effect-http-node/package.json @@ -1,7 +1,7 @@ { "name": "effect-http-node", "type": "module", - "version": "0.17.4", + "version": "0.17.5", "license": "MIT", "author": "Milan Suk ", "description": "High-level declarative HTTP API for effect-ts", diff --git a/packages/effect-http/CHANGELOG.md b/packages/effect-http/CHANGELOG.md index d49a74cc3..a7bd4e6ad 100644 --- a/packages/effect-http/CHANGELOG.md +++ b/packages/effect-http/CHANGELOG.md @@ -1,5 +1,11 @@ # effect-http +## 0.77.2 + +### Patch Changes + +- [#643](https://github.com/sukovanej/effect-http/pull/643) [`88f24aa`](https://github.com/sukovanej/effect-http/commit/88f24aacc054e0de69bcd519842ddf0faaf3d22b) Thanks [@sukovanej](https://github.com/sukovanej)! - Use an identifier annotation of a class schema as an OpenApi reference identifier. + ## 0.77.1 ### Patch Changes diff --git a/packages/effect-http/package.json b/packages/effect-http/package.json index 705b0ef92..fba1b7b77 100644 --- a/packages/effect-http/package.json +++ b/packages/effect-http/package.json @@ -1,7 +1,7 @@ { "name": "effect-http", "type": "module", - "version": "0.77.1", + "version": "0.77.2", "license": "MIT", "author": "Milan Suk ", "description": "High-level declarative HTTP API for effect-ts",