diff --git a/.changeset/config.json b/.changeset/config.json index f0c7f84..41def51 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,8 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["webworkers-example"] + "ignore": ["webworkers-example"], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true + } } diff --git a/packages/http-node/CHANGELOG.md b/packages/http-node/CHANGELOG.md index 4e1ec53..c22109f 100644 --- a/packages/http-node/CHANGELOG.md +++ b/packages/http-node/CHANGELOG.md @@ -1,6 +1,6 @@ # @effect/rpc-http-node -## 1.0.0 +## 0.4.0 ### Minor Changes diff --git a/packages/http-node/package.json b/packages/http-node/package.json index 4d1fe08..85d9c64 100644 --- a/packages/http-node/package.json +++ b/packages/http-node/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc-http-node", - "version": "1.0.0", + "version": "0.4.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index e6713a3..3fd9da4 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,6 +1,6 @@ # @effect/rpc-http -## 1.0.0 +## 0.4.0 ### Minor Changes diff --git a/packages/http/package.json b/packages/http/package.json index cde2783..402e6fa 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc-http", - "version": "1.0.0", + "version": "0.4.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 54e1e28..6cc9615 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,6 +1,6 @@ # @effect/rpc-nextjs -## 1.0.0 +## 0.4.0 ### Minor Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 0bf5188..9908b61 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc-nextjs", - "version": "1.0.0", + "version": "0.4.0", "description": "", "publishConfig": { "access": "public", diff --git a/packages/webworkers/CHANGELOG.md b/packages/webworkers/CHANGELOG.md index 14fc65d..83bb212 100644 --- a/packages/webworkers/CHANGELOG.md +++ b/packages/webworkers/CHANGELOG.md @@ -1,6 +1,6 @@ # @effect/rpc-webworkers -## 1.0.0 +## 0.4.0 ### Minor Changes diff --git a/packages/webworkers/package.json b/packages/webworkers/package.json index e861d3d..459037e 100644 --- a/packages/webworkers/package.json +++ b/packages/webworkers/package.json @@ -1,6 +1,6 @@ { "name": "@effect/rpc-webworkers", - "version": "1.0.0", + "version": "0.4.0", "description": "", "publishConfig": { "access": "public",