Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix version number (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi authored Aug 4, 2023
1 parent d1455aa commit 8d1cd8a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["webworkers-example"]
"ignore": ["webworkers-example"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
2 changes: 1 addition & 1 deletion packages/http-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @effect/rpc-http-node

## 1.0.0
## 0.4.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/http-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/rpc-http-node",
"version": "1.0.0",
"version": "0.4.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @effect/rpc-http

## 1.0.0
## 0.4.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/rpc-http",
"version": "1.0.0",
"version": "0.4.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @effect/rpc-nextjs

## 1.0.0
## 0.4.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/rpc-nextjs",
"version": "1.0.0",
"version": "0.4.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/webworkers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @effect/rpc-webworkers

## 1.0.0
## 0.4.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/webworkers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/rpc-webworkers",
"version": "1.0.0",
"version": "0.4.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 8d1cd8a

Please sign in to comment.