Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Sep 28, 2024
1 parent 190b139 commit c03718c
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-chicken-develop.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tough-roses-remember.md

This file was deleted.

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

### Minor Changes

- 190b139: update packages

## 0.81.1

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

## 1.11.0

### Minor Changes

- 190b139: update packages

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

## 1.11.2

### Patch Changes

- Updated dependencies [190b139]
- effect-app@1.17.0

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

## 1.18.0

### Minor Changes

- 8b3b2be: dx: add test/vitest
- 190b139: update packages

### Patch Changes

- Updated dependencies [190b139]
- effect-app@1.17.0
- @effect-app/infra-adapters@1.11.2

## 1.17.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.17.1",
"version": "1.18.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.78.0

### Minor Changes

- 190b139: update packages

## 0.77.1

### Patch 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.77.1",
"version": "0.78.0",
"license": "MIT",
"type": "module",
"scripts": {
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.17.0

### Minor Changes

- 190b139: update packages

## 1.16.1

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

## 1.14.0

### Minor Changes

- 190b139: update packages

### Patch Changes

- Updated dependencies [190b139]
- effect-app@1.17.0
- @effect-app/vue@1.14.0

## 1.13.1

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

0 comments on commit c03718c

Please sign in to comment.