Skip to content

Commit

Permalink
chore: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Feb 7, 2025
1 parent 2d0ad81 commit 9ff7f3e
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/tall-walls-cry.md

This file was deleted.

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

## 2.26.0

### Minor Changes

- 2d0ad81: update packages

## 2.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effect-app",
"version": "2.25.0",
"version": "2.26.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

## 1.32.0

### Minor Changes

- 2d0ad81: update packages

## 1.31.2

### 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.31.2",
"version": "1.32.0",
"scripts": {
"watch": "pnpm build:tsc -w",
"build:tsc": "pnpm clean-dist && tsc --build",
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

## 2.37.0

### Minor Changes

- 2d0ad81: update packages

### Patch Changes

- Updated dependencies [2d0ad81]
- [email protected]

## 2.36.0

### Minor 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": "2.36.0",
"version": "2.37.0",
"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

## 2.24.0

### Minor Changes

- 2d0ad81: update packages

### Patch Changes

- Updated dependencies [2d0ad81]
- [email protected]

## 2.23.2

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

0 comments on commit 9ff7f3e

Please sign in to comment.