Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Jul 10, 2024
1 parent d12fc1a commit 69bd8a3
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/metal-doors-call.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/infra-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect-app/infra-adapters

## 1.6.0

### Minor Changes

- d12fc1a: improve: expose interrupt, not waitUntilEmpty on FiberSets

### Patch Changes

- Updated dependencies [d12fc1a]
- effect-app@1.8.0

## 1.5.1

### 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": "1.5.1",
"version": "1.6.0",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect-app/infra

## 1.10.2

### Patch Changes

- Updated dependencies [d12fc1a]
- @effect-app/infra-adapters@1.6.0
- effect-app@1.8.0

## 1.10.1

### 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": "1.10.1",
"version": "1.10.2",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/prelude/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/prelude

## 1.8.0

### Minor Changes

- d12fc1a: improve: expose interrupt, not waitUntilEmpty on FiberSets

## 1.7.0

### Minor 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",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect-app/vue

## 1.7.1

### Patch Changes

- Updated dependencies [d12fc1a]
- effect-app@1.8.0
- @effect-app/vue@1.7.1

## 1.7.0

### Minor 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": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",
Expand Down

0 comments on commit 69bd8a3

Please sign in to comment.