Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed May 20, 2024
1 parent 9d944a1 commit e098f97
Show file tree
Hide file tree
Showing 17 changed files with 77 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .changeset/tame-pears-march.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

## 1.2.2

### Patch Changes

- 9d944a1: update packages

## 1.2.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": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"type": "module",
"homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/core",
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

## 1.2.2

### Patch Changes

- 9d944a1: update packages

## 1.2.1

### Patch 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": "1.2.1",
"version": "1.2.2",
"scripts": {
"watch": "pnpm build:tsc -w",
"build:tsc": "pnpm clean-dist && tsc --build",
Expand Down
8 changes: 8 additions & 0 deletions packages/fluent-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect-app/fluent-extensions

## 1.2.2

### Patch Changes

- 9d944a1: update packages
- Updated dependencies [9d944a1]
- @effect-app/core@1.2.2

## 1.2.1

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

## 1.2.8

### Patch Changes

- 9d944a1: update packages
- Updated dependencies [9d944a1]
- effect-app@1.4.6
- @effect-app/schema@1.2.7
- @effect-app/core@1.2.2

## 1.2.7

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

## 1.6.6

### Patch Changes

- 9d944a1: update packages
- Updated dependencies [9d944a1]
- @effect-app/infra-adapters@1.2.8
- effect-app@1.4.6
- @effect-app/schema@1.2.7
- @effect-app/core@1.2.2

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

## 1.4.6

### Patch Changes

- 9d944a1: update packages
- Updated dependencies [9d944a1]
- @effect-app/schema@1.2.7
- @effect-app/core@1.2.2

## 1.4.5

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

## 1.2.7

### Patch Changes

- 9d944a1: update packages
- Updated dependencies [9d944a1]
- @effect-app/core@1.2.2

## 1.2.6

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

## 1.4.9

### Patch Changes

- 9d944a1: update packages
- Updated dependencies [9d944a1]
- effect-app@1.4.6
- @effect-app/schema@1.2.7
- @effect-app/core@1.2.2
- @effect-app/vue@1.4.9

## 1.4.8

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

0 comments on commit e098f97

Please sign in to comment.