Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 28, 2023
1 parent 5247c41 commit 9dfd100
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/popular-bulldogs-breathe.md

This file was deleted.

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.76.0

### Minor Changes

- d462c64: rename `apply` to `pipe` to align with Effect

## 0.75.1

### 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.75.1",
"version": "0.76.0",
"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.64.7

### Patch Changes

- Updated dependencies [d462c64]
- @effect-app/schema@0.70.0
- @effect-app/core@0.76.0
- @effect-app/prelude@0.77.3

## 0.64.6

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

## 0.103.0

### Minor Changes

- d462c64: rename `apply` to `pipe` to align with Effect

### Patch Changes

- Updated dependencies [d462c64]
- @effect-app/schema@0.70.0
- @effect-app/core@0.76.0
- @effect-app/infra-adapters@0.64.7
- @effect-app/prelude@0.77.3

## 0.102.5

### 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.102.5",
"version": "0.103.0",
"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.77.3

### Patch Changes

- Updated dependencies [d462c64]
- @effect-app/schema@0.70.0
- @effect-app/core@0.76.0

## 0.77.2

### 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.77.2",
"version": "0.77.3",
"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.53.7

### Patch Changes

- Updated dependencies [d462c64]
- @effect-app/schema@0.70.0
- @effect-app/core@0.76.0
- @effect-app/prelude@0.77.3

## 0.53.6

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

## 0.70.0

### Minor Changes

- d462c64: rename `apply` to `pipe` to align with Effect

### Patch Changes

- Updated dependencies [d462c64]
- @effect-app/core@0.76.0

## 0.69.2

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

## 0.69.0

### Minor Changes

- d462c64: rename `apply` to `pipe` to align with Effect

### Patch Changes

- Updated dependencies [d462c64]
- @effect-app/schema@0.70.0
- @effect-app/core@0.76.0
- @effect-app/vue@0.69.0
- @effect-app/prelude@0.77.3

## 0.68.6

### 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.68.6",
"version": "0.69.0",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 9dfd100

Please sign in to comment.