Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 20, 2024
1 parent 76efa47 commit 636eaea
Show file tree
Hide file tree
Showing 62 changed files with 282 additions and 111 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-apricots-sit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cyan-kiwis-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-bikes-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-garlics-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-students-jog.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/lovely-frogs-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-balloons-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-ladybugs-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-cougars-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-moons-raise.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tiny-zebras-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-buses-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-clouds-matter.md

This file was deleted.

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

## 0.36.29

### Patch Changes

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0
- @effect/platform@0.53.10
- @effect/printer@0.33.16
- @effect/printer-ansi@0.33.16
- @effect/schema@0.67.7

## 0.36.28

### 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/cli",
"version": "0.36.28",
"version": "0.36.29",
"type": "module",
"license": "MIT",
"description": "A library for building command-line interfaces with Effect",
Expand Down
42 changes: 42 additions & 0 deletions packages/effect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# effect

## 3.2.0

### Minor Changes

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add Stream.toReadableStreamEffect / .toReadableStreamRuntime

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - add Cause.prettyErrors api

You can use this to extract `Error` instances from a `Cause`, that have clean stack traces and have had span information added to them.

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - add Chunk.difference & Chunk.differenceWith

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - Improve causal rendering in vitest by rethrowing pretty errors

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - add Effect.functionWithSpan

Allows you to define an effectful function that is wrapped with a span.

```ts
import { Effect } from "effect";

const getTodo = Effect.functionWithSpan({
body: (id: number) => Effect.succeed(`Got todo ${id}!`),
options: (id) => ({
name: `getTodo-${id}`,
attributes: { id },
}),
});
```

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add do notation for Array

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - support $is & $match for Data.TaggedEnum with generics

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - capture stack trace for tracing spans

### Patch Changes

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - add span stack trace to rendered causes

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - Consider Generator.next a cutpoint

## 3.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effect",
"version": "3.1.6",
"version": "3.2.0",
"type": "module",
"license": "MIT",
"description": "The missing standard library for TypeScript, for writing production-grade software.",
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/src/internal/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let moduleVersion = "3.1.6"
let moduleVersion = "3.2.0"

export const getCurrentVersion = () => moduleVersion

Expand Down
12 changes: 12 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect/experimental

## 0.16.10

### Patch Changes

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - capture stack trace for tracing spans

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0
- @effect/platform@0.53.10
- @effect/platform-node@0.49.10
- @effect/schema@0.67.7

## 0.16.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/experimental",
"version": "0.16.9",
"version": "0.16.10",
"type": "module",
"license": "MIT",
"description": "Experimental modules for the Effect ecosystem",
Expand Down
9 changes: 9 additions & 0 deletions packages/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/opentelemetry

## 0.34.7

### Patch Changes

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - properly record exceptions in otel spans

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0

## 0.34.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/opentelemetry",
"version": "0.34.6",
"version": "0.34.7",
"type": "module",
"license": "MIT",
"description": "OpenTelemetry integration for Effect",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/platform-browser

## 0.33.25

### Patch Changes

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0
- @effect/platform@0.53.10

## 0.33.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-browser",
"type": "module",
"version": "0.33.24",
"version": "0.33.25",
"license": "MIT",
"description": "Platform specific implementations for the browser",
"homepage": "https://effect.website",
Expand Down
9 changes: 9 additions & 0 deletions packages/platform-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/platform-bun

## 0.34.16

### Patch Changes

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0
- @effect/platform@0.53.10
- @effect/platform-node-shared@0.4.29

## 0.34.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-bun",
"type": "module",
"version": "0.34.15",
"version": "0.34.16",
"license": "MIT",
"description": "Platform specific implementations for the Bun runtime",
"homepage": "https://effect.website",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-node-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/platform-node-shared

## 0.4.29

### Patch Changes

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0
- @effect/platform@0.53.10

## 0.4.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-node-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-node-shared",
"type": "module",
"version": "0.4.28",
"version": "0.4.29",
"license": "MIT",
"description": "Unified interfaces for common platform-specific services",
"homepage": "https://effect.website",
Expand Down
9 changes: 9 additions & 0 deletions packages/platform-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/platform-node

## 0.49.10

### Patch Changes

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0
- @effect/platform@0.53.10
- @effect/platform-node-shared@0.4.29

## 0.49.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-node",
"type": "module",
"version": "0.49.9",
"version": "0.49.10",
"license": "MIT",
"description": "Platform specific implementations for the Node.js runtime",
"homepage": "https://effect.website",
Expand Down
12 changes: 12 additions & 0 deletions packages/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect/platform

## 0.53.10

### Patch Changes

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - Run client request stream with a current runtime.

- [#2690](https://github.com/Effect-TS/effect/pull/2690) [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae) Thanks [@github-actions](https://github.com/apps/github-actions)! - capture stack trace for tracing spans

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0
- @effect/schema@0.67.7

## 0.53.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform",
"type": "module",
"version": "0.53.9",
"version": "0.53.10",
"license": "MIT",
"description": "Unified interfaces for common platform-specific services",
"homepage": "https://effect.website",
Expand Down
9 changes: 9 additions & 0 deletions packages/printer-ansi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/printer-ansi

## 0.33.16

### Patch Changes

- Updated dependencies [[`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae), [`76efa47`](https://github.com/Effect-TS/effect/commit/76efa4769b157e7cbb3b7ff3e0897bdc79fe8cae)]:
- effect@3.2.0
- @effect/printer@0.33.16
- @effect/typeclass@0.24.16

## 0.33.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/printer-ansi",
"version": "0.33.15",
"version": "0.33.16",
"type": "module",
"license": "MIT",
"description": "An easy to use, extensible pretty-printer for rendering documents for the terminal",
Expand Down
Loading

0 comments on commit 636eaea

Please sign in to comment.