Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Oct 5, 2023
1 parent 427f86f commit 5768c9c
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/core

## 0.58.4

### Patch Changes

- fix stream definitions

## 0.58.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/core",
"version": "0.58.3",
"version": "0.58.4",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/infra-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect-app/infra-adapters

## 0.51.4

### Patch Changes

- Updated dependencies
- @effect-app/core@0.58.4
- @effect-app/prelude@0.60.4
- @effect-app/schema@0.52.4

## 0.51.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/infra-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/infra-adapters",
"version": "0.51.3",
"version": "0.51.4",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect-app/infra

## 0.75.4

### Patch Changes

- Updated dependencies
- @effect-app/core@0.58.4
- @effect-app/infra-adapters@0.51.4
- @effect-app/prelude@0.60.4
- @effect-app/schema@0.52.4

## 0.75.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/infra",
"version": "0.75.3",
"version": "0.75.4",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/prelude/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect-app/prelude

## 0.60.4

### Patch Changes

- Updated dependencies
- @effect-app/core@0.58.4
- @effect-app/schema@0.52.4

## 0.60.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prelude/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/prelude",
"version": "0.60.3",
"version": "0.60.4",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect-app/react

## 0.42.12

### Patch Changes

- Updated dependencies
- @effect-app/core@0.58.4
- @effect-app/prelude@0.60.4
- @effect-app/schema@0.52.4

## 0.42.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/react",
"version": "0.42.11",
"version": "0.42.12",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect-app/schema

## 0.52.4

### Patch Changes

- Updated dependencies
- @effect-app/core@0.58.4

## 0.52.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/schema",
"version": "0.52.3",
"version": "0.52.4",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect-app/vue

## 0.55.4

### Patch Changes

- Updated dependencies
- @effect-app/core@0.58.4
- @effect-app/prelude@0.60.4
- @effect-app/schema@0.52.4
- @effect-app/vue@0.55.4

## 0.55.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/vue",
"version": "0.55.3",
"version": "0.55.4",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 5768c9c

Please sign in to comment.