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 @@ -108,6 +108,7 @@
"effa-sync-shared",
"effa-sync-update-flag",
"effect-app-prefer-fn-untraced",
"effect-main-rc-apis",
"eighty-aliens-hide",
"eighty-signs-smile",
"eleven-eyes-lie",
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @effect-app/cli

## 2.1.0-beta.42

### Patch Changes

- 18bae5b: Upgrade Effect packages to `4.0.0-rc.114` (core `effect` via pkg.pr.new at `cdb3ac91` until npm publishes that version). Also bump independently versioned `@effect/language-service` to `0.87.2` and `@effect/tsgo` to `0.45.0` (requires `oxlint` `1.82.0`).

Breaking API updates from this RC:

- PascalCase Config/CLI constructors (`Config.String`, `Flag.File`, `Config.NonEmptyString`, `Config.Redacted`, `Config.Literal`)
- `Config.Record` now returns a Config
- Schema `toArbitrary` (fast-check) replaced by native `effect/unstable/arbitrary`
- `SchemaTransformation.transformOrFail` renamed to `transformEffect`
- `Fiber.currentSpan` moved to `fiber.cache.span`
- HTTP server addresses are `InetAddressV4`/`InetAddressV6` instead of `TcpAddress`
- Object JSON Schema now emits `additionalProperties: true`
- Schema `Union` AST stores matching as `options.mode` instead of `mode`

## 2.1.0-beta.41

### 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": "2.1.0-beta.41",
"version": "2.1.0-beta.42",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect-app/e2e

## 4.0.0-beta.321

### Patch Changes

- Updated dependencies [18bae5b]
- effect-app@4.0.0-beta.321
- @effect-app/infra@4.0.0-beta.321
- @effect-app/vue@4.0.0-beta.321

## 4.0.0-beta.320

### 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.320",
"version": "4.0.0-beta.321",
"license": "MIT",
"type": "module",
"private": true,
Expand Down
17 changes: 17 additions & 0 deletions packages/effect-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @effect-app/prelude

## 4.0.0-beta.321

### Patch Changes

- 18bae5b: Upgrade Effect packages to `4.0.0-rc.114` (core `effect` via pkg.pr.new at `cdb3ac91` until npm publishes that version). Also bump independently versioned `@effect/language-service` to `0.87.2` and `@effect/tsgo` to `0.45.0` (requires `oxlint` `1.82.0`).

Breaking API updates from this RC:

- PascalCase Config/CLI constructors (`Config.String`, `Flag.File`, `Config.NonEmptyString`, `Config.Redacted`, `Config.Literal`)
- `Config.Record` now returns a Config
- Schema `toArbitrary` (fast-check) replaced by native `effect/unstable/arbitrary`
- `SchemaTransformation.transformOrFail` renamed to `transformEffect`
- `Fiber.currentSpan` moved to `fiber.cache.span`
- HTTP server addresses are `InetAddressV4`/`InetAddressV6` instead of `TcpAddress`
- Object JSON Schema now emits `additionalProperties: true`
- Schema `Union` AST stores matching as `options.mode` instead of `mode`

## 4.0.0-beta.320

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

## 4.0.0-beta.321

### Patch Changes

- Updated dependencies [18bae5b]
- effect-app@4.0.0-beta.321

## 4.0.0-beta.320

### 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.320",
"version": "4.0.0-beta.321",
"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.321

### Patch Changes

- Updated dependencies [18bae5b]
- effect-app@4.0.0-beta.321
- @effect-app/vue@4.0.0-beta.321

## 4.0.0-beta.320

### 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.320",
"version": "4.0.0-beta.321",
"repository": {
"type": "git",
"url": "https://github.com/effect-app/libs.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect-app/vue

## 4.0.0-beta.321

### Patch Changes

- Updated dependencies [18bae5b]
- effect-app@4.0.0-beta.321

## 4.0.0-beta.320

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