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 19, 2023
1 parent 7233bbf commit 5bddec9
Show file tree
Hide file tree
Showing 22 changed files with 118 additions and 11 deletions.
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/cli

## 0.21.0

### Minor Changes

- update packages

## 0.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/cli",
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-app/compiler

## 0.32.0

### Minor Changes

- update packages

## 0.31.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/compiler",
"version": "0.31.0",
"version": "0.32.0",
"license": "MIT",
"type": "module",
"dependencies": {
Expand Down
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.63.0

### Minor Changes

- update packages

## 0.62.0

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

## 0.25.0

### Minor Changes

- update packages

## 0.24.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-codegen-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@effect-app/eslint-codegen-model",
"description": "Contains eslint helpers",
"sideEffects": false,
"version": "0.24.0",
"version": "0.25.0",
"scripts": {
"watch": "pnpm build:tsc -w",
"build:tsc": "pnpm clean-dist && node ../../scripts/package.js && NODE_OPTIONS=--max-old-space-size=6144 tsc --build",
Expand Down
13 changes: 13 additions & 0 deletions packages/infra-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @effect-app/infra-adapters

## 0.56.0

### Minor Changes

- update packages

### Patch Changes

- Updated dependencies
- @effect-app/prelude@0.65.0
- @effect-app/schema@0.57.0
- @effect-app/core@0.63.0

## 0.55.0

### Minor 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.55.0",
"version": "0.56.0",
"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.80.0

### Minor Changes

- update packages

### Patch Changes

- Updated dependencies
- @effect-app/infra-adapters@0.56.0
- @effect-app/prelude@0.65.0
- @effect-app/schema@0.57.0
- @effect-app/core@0.63.0

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

## 0.25.0

### Minor Changes

- update packages

## 0.24.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm-singleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/pnpm-singleton",
"version": "0.24.0",
"version": "0.25.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/prelude/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect-app/prelude

## 0.65.0

### Minor Changes

- update packages

### Patch Changes

- Updated dependencies
- @effect-app/schema@0.57.0
- @effect-app/core@0.63.0

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

## 0.47.0

### Minor Changes

- update packages

### Patch Changes

- Updated dependencies
- @effect-app/prelude@0.65.0
- @effect-app/schema@0.57.0
- @effect-app/core@0.63.0

## 0.46.0

### Minor 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.46.0",
"version": "0.47.0",
"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.57.0

### Minor Changes

- update packages

### Patch Changes

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

## 0.56.0

### Minor 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.56.0",
"version": "0.57.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.60.0

### Minor Changes

- update packages

### Patch Changes

- Updated dependencies
- @effect-app/prelude@0.65.0
- @effect-app/schema@0.57.0
- @effect-app/core@0.63.0
- @effect-app/vue@0.60.0

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

0 comments on commit 5bddec9

Please sign in to comment.