Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@
"ten-suns-shine",
"tender-bars-ring",
"tender-donkeys-pick",
"thin-zebras-press",
"thirty-cooks-pump",
"thirty-experts-taste",
"three-hotels-roll",
Expand Down
8 changes: 8 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect-app/e2e

## 4.0.0-beta.300

### Patch Changes

- effect-app@4.0.0-beta.300
- @effect-app/infra@4.0.0-beta.300
- @effect-app/vue@4.0.0-beta.300

## 4.0.0-beta.299

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/e2e",
"version": "4.0.0-beta.299",
"version": "4.0.0-beta.300",
"license": "MIT",
"type": "module",
"private": true,
Expand Down
2 changes: 2 additions & 0 deletions packages/effect-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @effect-app/prelude

## 4.0.0-beta.300

## 4.0.0-beta.299

## 4.0.0-beta.298
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": "4.0.0-beta.299",
"version": "4.0.0-beta.300",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
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

## 4.0.0-beta.300

### Patch Changes

- effect-app@4.0.0-beta.300

## 4.0.0-beta.299

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

## 4.0.0-beta.300

### Patch Changes

- ab2fd8d: Fix `FixedNuxtErrorBoundary` losing the app's router: `vue-router` was missing from `vite.config.mts`'s Rollup `external` list, so it got bundled into the library output with its own `Symbol("router")` injection key a different instance from the host app's real `routerKey`. `useRouter()` inside the component therefore always returned `undefined`, crashing on `.afterEach` (500 in SSR). `vue-router` is now external like `vue`, so the component resolves the host app's actual router instance.
- effect-app@4.0.0-beta.300
- @effect-app/vue@4.0.0-beta.300

## 4.0.0-beta.299

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-app/vue-components",
"version": "4.0.0-beta.299",
"version": "4.0.0-beta.300",
"repository": {
"type": "git",
"url": "https://github.com/effect-app/libs.git",
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

## 4.0.0-beta.300

### Patch Changes

- effect-app@4.0.0-beta.300

## 4.0.0-beta.299

### 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": "4.0.0-beta.299",
"version": "4.0.0-beta.300",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
Loading