Skip to content

Commit

Permalink
Version Packages (#3762)
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 Oct 11, 2024
1 parent bd160a4 commit 3d6bcd0
Show file tree
Hide file tree
Showing 59 changed files with 271 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-ads-reply.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/soft-bees-applaud.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wet-balloons-swim.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#3631](https://github.com/Effect-TS/effect/pull/3631) [`bd160a4`](https://github.com/Effect-TS/effect/commit/bd160a4f714b0f1cb5867e458fd70f9131b060d6) Thanks @tim-smart! - add @effect/ai packages

Experimental modules for working with LLMs, currently only from OpenAI.

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/platform@0.68.2
2 changes: 1 addition & 1 deletion packages/ai/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/ai",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"description": "Effect modules for working with AI apis",
"homepage": "https://effect.website",
Expand Down
17 changes: 17 additions & 0 deletions packages/ai/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @effect/ai-openai

## 0.1.0

### Minor Changes

- [#3631](https://github.com/Effect-TS/effect/pull/3631) [`bd160a4`](https://github.com/Effect-TS/effect/commit/bd160a4f714b0f1cb5867e458fd70f9131b060d6) Thanks @tim-smart! - add @effect/ai packages

Experimental modules for working with LLMs, currently only from OpenAI.

### Patch Changes

- Updated dependencies [[`bd160a4`](https://github.com/Effect-TS/effect/commit/bd160a4f714b0f1cb5867e458fd70f9131b060d6), [`bd160a4`](https://github.com/Effect-TS/effect/commit/bd160a4f714b0f1cb5867e458fd70f9131b060d6), [`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/experimental@0.29.2
- @effect/ai@0.1.0
- @effect/schema@0.75.3
- @effect/platform@0.68.2
2 changes: 1 addition & 1 deletion packages/ai/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/ai-openai",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"description": "Effect modules for working with AI apis",
"homepage": "https://effect.website",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/cli

## 0.47.2

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/platform@0.68.2

## 0.47.1

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

## 0.11.1

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/rpc@0.43.1

## 0.11.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster-browser",
"type": "module",
"version": "0.11.0",
"version": "0.11.1",
"description": "Unified interfaces for common cluster-browser-specific services",
"publishConfig": {
"access": "public",
Expand Down
9 changes: 9 additions & 0 deletions packages/cluster-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/cluster

## 0.13.1

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/cluster@0.12.2
- @effect/rpc@0.43.1

## 0.13.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster-node",
"type": "module",
"version": "0.13.0",
"version": "0.13.1",
"description": "Unified interfaces for common cluster-node-specific services",
"publishConfig": {
"access": "public",
Expand Down
9 changes: 9 additions & 0 deletions packages/cluster-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/cluster

## 0.11.2

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/sql@0.16.2
- @effect/cluster@0.12.2

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster-workflow",
"type": "module",
"version": "0.11.1",
"version": "0.11.2",
"description": "A workflow runtime using effect-cluster",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/cluster

## 0.12.2

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/sql@0.16.2

## 0.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster",
"type": "module",
"version": "0.12.1",
"version": "0.12.2",
"description": "Unified interfaces for common cluster-specific services",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect/experimental

## 0.29.2

### Patch Changes

- [#3631](https://github.com/Effect-TS/effect/pull/3631) [`bd160a4`](https://github.com/Effect-TS/effect/commit/bd160a4f714b0f1cb5867e458fd70f9131b060d6) Thanks @tim-smart! - add Sse module to experimental, for parsing server-side-events

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/platform@0.68.2
- @effect/platform-node@0.63.2

## 0.29.1

### 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.29.1",
"version": "0.29.2",
"type": "module",
"license": "MIT",
"description": "Experimental modules for the Effect ecosystem",
Expand Down
7 changes: 7 additions & 0 deletions packages/platform-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/platform-browser

## 0.47.2

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.68.2

## 0.47.1

### 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.47.1",
"version": "0.47.2",
"license": "MIT",
"description": "Platform specific implementations for the browser",
"homepage": "https://effect.website",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/platform-bun

## 0.48.2

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.68.2
- @effect/platform-node-shared@0.18.2

## 0.48.1

### 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.48.1",
"version": "0.48.2",
"license": "MIT",
"description": "Platform specific implementations for the Bun runtime",
"homepage": "https://effect.website",
Expand Down
7 changes: 7 additions & 0 deletions packages/platform-node-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/platform-node-shared

## 0.18.2

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.68.2

## 0.18.1

### 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.18.1",
"version": "0.18.2",
"license": "MIT",
"description": "Unified interfaces for common platform-specific services",
"homepage": "https://effect.website",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/platform-node

## 0.63.2

### Patch Changes

- Updated dependencies []:
- @effect/platform@0.68.2
- @effect/platform-node-shared@0.18.2

## 0.63.1

### 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.63.1",
"version": "0.63.2",
"license": "MIT",
"description": "Platform specific implementations for the Node.js runtime",
"homepage": "https://effect.website",
Expand Down
7 changes: 7 additions & 0 deletions packages/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect/platform

## 0.68.2

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3

## 0.68.1

### 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.68.1",
"version": "0.68.2",
"license": "MIT",
"description": "Unified interfaces for common platform-specific services",
"homepage": "https://effect.website",
Expand Down
9 changes: 9 additions & 0 deletions packages/rpc-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect/rpc-http

## 0.41.1

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/platform@0.68.2
- @effect/rpc@0.43.1

## 0.41.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/rpc-http",
"version": "0.41.0",
"version": "0.41.1",
"type": "module",
"license": "MIT",
"description": "Functional programming in TypeScript",
Expand Down
8 changes: 8 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect/rpc

## 0.43.1

### Patch Changes

- Updated dependencies [[`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75)]:
- @effect/schema@0.75.3
- @effect/platform@0.68.2

## 0.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/rpc",
"version": "0.43.0",
"version": "0.43.1",
"type": "module",
"license": "MIT",
"description": "Functional programming in TypeScript",
Expand Down
11 changes: 11 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect/schema

## 0.75.3

### Patch Changes

- [#3761](https://github.com/Effect-TS/effect/pull/3761) [`360ec14`](https://github.com/Effect-TS/effect/commit/360ec14dd4102c526aef7433a8881ad4d9beab75) Thanks @gcanti! - Allow Schema.Either to support Schema.Never without type errors, closes #3755.

- Updated the type parameters of `format` to extend `Schema.All` instead of `Schema<A, I, R>`.
- Updated the type parameters of `Schema.EitherFromSelf` to extend `Schema.All` instead of `Schema.Any`.
- Updated the type parameters of `Schema.Either` to extend `Schema.All` instead of `Schema.Any`.
- Updated the type parameters of `Schema.EitherFromUnion` to extend `Schema.All` instead of `Schema.Any`.

## 0.75.2

### Patch Changes
Expand Down
Loading

0 comments on commit 3d6bcd0

Please sign in to comment.