diff --git a/.changeset/lemon-experts-cough.md b/.changeset/lemon-experts-cough.md deleted file mode 100644 index a0101e2..0000000 --- a/.changeset/lemon-experts-cough.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@effect/rpc-webworkers": minor -"@effect/rpc-http-node": minor -"@effect/rpc-nextjs": minor -"@effect/rpc-http": minor -"@effect/rpc": minor ---- - -update dependencies diff --git a/.changeset/mighty-eagles-burn.md b/.changeset/mighty-eagles-burn.md deleted file mode 100644 index d68cfea..0000000 --- a/.changeset/mighty-eagles-burn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@effect/rpc-webworkers": patch -"@effect/rpc-http-node": patch -"@effect/rpc-nextjs": patch -"@effect/rpc-http": patch -"@effect/rpc": patch ---- - -switch to using peerDependencies diff --git a/.changeset/red-schools-cough.md b/.changeset/red-schools-cough.md deleted file mode 100644 index aad4004..0000000 --- a/.changeset/red-schools-cough.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@effect/rpc-webworkers": patch -"@effect/rpc-http-node": patch -"@effect/rpc-nextjs": patch -"@effect/rpc-http": patch -"@effect/rpc": patch ---- - -update build tools diff --git a/packages/http-node/CHANGELOG.md b/packages/http-node/CHANGELOG.md index 743563f..4e1ec53 100644 --- a/packages/http-node/CHANGELOG.md +++ b/packages/http-node/CHANGELOG.md @@ -1,5 +1,21 @@ # @effect/rpc-http-node +## 1.0.0 + +### Minor Changes + +- [#84](https://github.com/Effect-TS/rpc/pull/84) [`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042) Thanks [@tim-smart](https://github.com/tim-smart)! - update dependencies + +### Patch Changes + +- [#81](https://github.com/Effect-TS/rpc/pull/81) [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62) Thanks [@tim-smart](https://github.com/tim-smart)! - switch to using peerDependencies + +- [#83](https://github.com/Effect-TS/rpc/pull/83) [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b) Thanks [@tim-smart](https://github.com/tim-smart)! - update build tools + +- Updated dependencies [[`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042), [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62), [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b)]: + - @effect/rpc-http@1.0.0 + - @effect/rpc@0.4.0 + ## 0.3.2 ### Patch Changes diff --git a/packages/http-node/package.json b/packages/http-node/package.json index 05e7167..4d1fe08 100644 --- a/packages/http-node/package.json +++ b/packages/http-node/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc-http-node", - "version": "0.3.2", + "version": "1.0.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 8859098..e6713a3 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,20 @@ # @effect/rpc-http +## 1.0.0 + +### Minor Changes + +- [#84](https://github.com/Effect-TS/rpc/pull/84) [`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042) Thanks [@tim-smart](https://github.com/tim-smart)! - update dependencies + +### Patch Changes + +- [#81](https://github.com/Effect-TS/rpc/pull/81) [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62) Thanks [@tim-smart](https://github.com/tim-smart)! - switch to using peerDependencies + +- [#83](https://github.com/Effect-TS/rpc/pull/83) [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b) Thanks [@tim-smart](https://github.com/tim-smart)! - update build tools + +- Updated dependencies [[`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042), [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62), [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b)]: + - @effect/rpc@0.4.0 + ## 0.3.2 ### Patch Changes diff --git a/packages/http/package.json b/packages/http/package.json index 6b85c9b..cde2783 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc-http", - "version": "0.3.2", + "version": "1.0.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index fa1e256..54e1e28 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,21 @@ # @effect/rpc-nextjs +## 1.0.0 + +### Minor Changes + +- [#84](https://github.com/Effect-TS/rpc/pull/84) [`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042) Thanks [@tim-smart](https://github.com/tim-smart)! - update dependencies + +### Patch Changes + +- [#81](https://github.com/Effect-TS/rpc/pull/81) [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62) Thanks [@tim-smart](https://github.com/tim-smart)! - switch to using peerDependencies + +- [#83](https://github.com/Effect-TS/rpc/pull/83) [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b) Thanks [@tim-smart](https://github.com/tim-smart)! - update build tools + +- Updated dependencies [[`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042), [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62), [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b)]: + - @effect/rpc-http@1.0.0 + - @effect/rpc@0.4.0 + ## 0.3.2 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index efc91c5..0bf5188 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc-nextjs", - "version": "0.3.2", + "version": "1.0.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md index 5149b81..0c7821f 100644 --- a/packages/rpc/CHANGELOG.md +++ b/packages/rpc/CHANGELOG.md @@ -1,5 +1,17 @@ # @effect/rpc +## 0.4.0 + +### Minor Changes + +- [#84](https://github.com/Effect-TS/rpc/pull/84) [`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042) Thanks [@tim-smart](https://github.com/tim-smart)! - update dependencies + +### Patch Changes + +- [#81](https://github.com/Effect-TS/rpc/pull/81) [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62) Thanks [@tim-smart](https://github.com/tim-smart)! - switch to using peerDependencies + +- [#83](https://github.com/Effect-TS/rpc/pull/83) [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b) Thanks [@tim-smart](https://github.com/tim-smart)! - update build tools + ## 0.3.2 ### Patch Changes diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 1e77267..549db59 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc", - "version": "0.3.2", + "version": "0.4.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/webworkers/CHANGELOG.md b/packages/webworkers/CHANGELOG.md index c8ec658..14fc65d 100644 --- a/packages/webworkers/CHANGELOG.md +++ b/packages/webworkers/CHANGELOG.md @@ -1,5 +1,20 @@ # @effect/rpc-webworkers +## 1.0.0 + +### Minor Changes + +- [#84](https://github.com/Effect-TS/rpc/pull/84) [`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042) Thanks [@tim-smart](https://github.com/tim-smart)! - update dependencies + +### Patch Changes + +- [#81](https://github.com/Effect-TS/rpc/pull/81) [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62) Thanks [@tim-smart](https://github.com/tim-smart)! - switch to using peerDependencies + +- [#83](https://github.com/Effect-TS/rpc/pull/83) [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b) Thanks [@tim-smart](https://github.com/tim-smart)! - update build tools + +- Updated dependencies [[`0557754`](https://github.com/Effect-TS/rpc/commit/05577547715eddd64800db55e4dfa4749366f042), [`4fd7acd`](https://github.com/Effect-TS/rpc/commit/4fd7acde0b7ceccec1df1a395a06c9bb6d2b9b62), [`539c1f8`](https://github.com/Effect-TS/rpc/commit/539c1f88d02d8b5cf8454b5b3dc1d3a3d1002f6b)]: + - @effect/rpc@0.4.0 + ## 0.3.2 ### Patch Changes diff --git a/packages/webworkers/package.json b/packages/webworkers/package.json index bfc70d8..e861d3d 100644 --- a/packages/webworkers/package.json +++ b/packages/webworkers/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc-webworkers", - "version": "0.3.2", + "version": "1.0.0", "description": "", "publishConfig": { "access": "public",