Skip to content

Commit

Permalink
chore: update versions (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 30, 2025
1 parent e0855e9 commit f33e59b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-crabs-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-cars-clean.md

This file was deleted.

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

## 2.35.3

### Patch Changes

- 28c81ff: fix: don't break on empty routes

## 2.35.2

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

## 2.22.0

### Minor Changes

- e0855e9: Added `useAndHandleMutationResult` that returns the Result unwrapped instead of `useAndHandleMutation` simplified version

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

0 comments on commit f33e59b

Please sign in to comment.