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

Commit

Permalink
Version Packages (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 10, 2023
1 parent 57931c2 commit 0567501
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/lucky-shirts-call.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/http-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect/rpc-http-node

## 0.22.0

### Minor Changes

- [#157](https://github.com/Effect-TS/rpc/pull/157) [`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

### Patch Changes

- Updated dependencies [[`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8)]:
- @effect/rpc-http@0.22.0
- @effect/rpc@0.22.0

## 0.21.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,7 +1,7 @@
{
"name": "@effect/rpc-http-node",
"type": "module",
"version": "0.21.0",
"version": "0.22.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect/rpc-http

## 0.22.0

### Minor Changes

- [#157](https://github.com/Effect-TS/rpc/pull/157) [`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

### Patch Changes

- Updated dependencies [[`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8)]:
- @effect/rpc@0.22.0

## 0.21.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,7 +1,7 @@
{
"name": "@effect/rpc-http",
"type": "module",
"version": "0.21.0",
"version": "0.22.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
12 changes: 12 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect/rpc-nextjs

## 0.22.0

### Minor Changes

- [#157](https://github.com/Effect-TS/rpc/pull/157) [`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

### Patch Changes

- Updated dependencies [[`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8)]:
- @effect/rpc-http@0.22.0
- @effect/rpc@0.22.0

## 0.21.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,7 +1,7 @@
{
"name": "@effect/rpc-nextjs",
"type": "module",
"version": "0.21.0",
"version": "0.22.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/rpc

## 0.22.0

### Minor Changes

- [#157](https://github.com/Effect-TS/rpc/pull/157) [`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

## 0.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/rpc",
"type": "module",
"version": "0.21.0",
"version": "0.22.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect/rpc-workers

## 0.22.0

### Minor Changes

- [#157](https://github.com/Effect-TS/rpc/pull/157) [`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

### Patch Changes

- Updated dependencies [[`57931c2`](https://github.com/Effect-TS/rpc/commit/57931c288e3ba193ed270558119af08d7a8f85a8)]:
- @effect/rpc@0.22.0

## 0.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/rpc-workers",
"type": "module",
"version": "0.21.0",
"version": "0.22.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 0567501

Please sign in to comment.