Skip to content

Commit 183d0dc

Browse files
committed
chore: Update versions
1 parent 1b57aa4 commit 183d0dc

9 files changed

Lines changed: 30 additions & 4 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"cosmos-namespace-support",
3434
"crisp-seals-care",
3535
"crisp-trees-smash",
36+
"curly-beds-sing",
3637
"curvy-pugs-rush",
3738
"easy-aliens-peel",
3839
"easy-spiders-study",
@@ -94,6 +95,7 @@
9495
"long-regions-change",
9596
"loud-planets-cheer",
9697
"lucky-streets-add",
98+
"lucky-zebras-invent",
9799
"meta-codegen-no-export",
98100
"metal-mammals-smell",
99101
"modern-humans-chew",

packages/effect-app/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @effect-app/prelude
22

3+
## 4.0.0-beta.131
4+
35
## 4.0.0-beta.130
46

57
### Patch Changes

packages/effect-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effect-app",
3-
"version": "4.0.0-beta.130",
3+
"version": "4.0.0-beta.131",
44
"license": "MIT",
55
"type": "module",
66
"dependencies": {

packages/infra/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-app/infra
22

3+
## 4.0.0-beta.131
4+
5+
### Patch Changes
6+
7+
- 4a7d95a: Use request-type RPC annotations to drive interruptibility and retry behavior, apply command uninterruptibility through the router wrapper path, and add an in-memory E2E test covering command vs query interruption behavior.
8+
- effect-app@4.0.0-beta.131
9+
310
## 4.0.0-beta.130
411

512
### Patch Changes

packages/infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-app/infra",
3-
"version": "4.0.0-beta.130",
3+
"version": "4.0.0-beta.131",
44
"license": "MIT",
55
"type": "module",
66
"dependencies": {

packages/vue-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @effect-app/vue-components
22

3+
## 4.0.0-beta.131
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1b57aa4]
8+
- @effect-app/vue@4.0.0-beta.131
9+
- effect-app@4.0.0-beta.131
10+
311
## 4.0.0-beta.130
412

513
### Patch Changes

packages/vue-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-app/vue-components",
3-
"version": "4.0.0-beta.130",
3+
"version": "4.0.0-beta.131",
44
"scripts": {
55
"check": "vue-tsc",
66
"build": "pnpm build:run",

packages/vue/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-app/vue
22

3+
## 4.0.0-beta.131
4+
5+
### Patch Changes
6+
7+
- 1b57aa4: Add a `Commander` error-renderer registry via `Context.Reference` and apply registered guarded renderers before default error formatting.
8+
- effect-app@4.0.0-beta.131
9+
310
## 4.0.0-beta.130
411

512
### Patch Changes

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-app/vue",
3-
"version": "4.0.0-beta.130",
3+
"version": "4.0.0-beta.131",
44
"license": "MIT",
55
"type": "module",
66
"homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",

0 commit comments

Comments
 (0)