Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #4581

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Version Packages #4581

merged 1 commit into from
Mar 10, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 10, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@effect/platform@0.79.0

Minor Changes

  • #4573 88fe129 Thanks @tim-smart! - remove Scope from HttpClient requirements

    Before:

    import { HttpClient } from "@effect/platform"
    import { Effect } from "effect"
    
    Effect.gen(function* () {
      const client = yield* HttpClient.HttpClient
      const response = yield* client.get("https://api.github.com/users/octocat")
      return yield* response.json
    }).pipe(Effect.scoped)

    After:

    import { HttpClient } from "@effect/platform"
    import { Effect } from "effect"
    
    Effect.gen(function* () {
      const client = yield* HttpClient.HttpClient
      const response = yield* client.get("https://api.github.com/users/octocat")
      return yield* response.json
    }) // no need to add Effect.scoped

Patch Changes

@effect/platform-browser@0.58.0

Minor Changes

  • #4573 88fe129 Thanks @tim-smart! - remove Scope from HttpClient requirements

    Before:

    import { HttpClient } from "@effect/platform"
    import { Effect } from "effect"
    
    Effect.gen(function* () {
      const client = yield* HttpClient.HttpClient
      const response = yield* client.get("https://api.github.com/users/octocat")
      return yield* response.json
    }).pipe(Effect.scoped)

    After:

    import { HttpClient } from "@effect/platform"
    import { Effect } from "effect"
    
    Effect.gen(function* () {
      const client = yield* HttpClient.HttpClient
      const response = yield* client.get("https://api.github.com/users/octocat")
      return yield* response.json
    }) // no need to add Effect.scoped

Patch Changes

@effect/platform-node@0.75.0

Minor Changes

  • #4573 88fe129 Thanks @tim-smart! - remove Scope from HttpClient requirements

    Before:

    import { HttpClient } from "@effect/platform"
    import { Effect } from "effect"
    
    Effect.gen(function* () {
      const client = yield* HttpClient.HttpClient
      const response = yield* client.get("https://api.github.com/users/octocat")
      return yield* response.json
    }).pipe(Effect.scoped)

    After:

    import { HttpClient } from "@effect/platform"
    import { Effect } from "effect"
    
    Effect.gen(function* () {
      const client = yield* HttpClient.HttpClient
      const response = yield* client.get("https://api.github.com/users/octocat")
      return yield* response.json
    }) // no need to add Effect.scoped

Patch Changes

@effect/ai@0.12.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0

@effect/ai-anthropic@0.2.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/ai@0.12.0

@effect/ai-openai@0.15.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/ai@0.12.0

@effect/cli@0.58.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/printer@0.41.9
    • @effect/printer-ansi@0.41.9

@effect/cluster@0.28.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/sql@0.32.0

@effect/cluster-browser@0.22.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/rpc@0.54.0

@effect/cluster-node@0.29.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/cluster@0.28.0
    • @effect/rpc@0.54.0

@effect/cluster-workflow@0.27.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/cluster@0.28.0
    • @effect/sql@0.32.0

effect@3.13.9

Patch Changes

@effect/experimental@0.43.0

Patch Changes

@effect/opentelemetry@0.44.9

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9

@effect/platform-bun@0.59.0

Patch Changes

@effect/platform-node-shared@0.29.0

Patch Changes

@effect/printer@0.41.9

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/typeclass@0.32.9

@effect/printer-ansi@0.41.9

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/printer@0.41.9
    • @effect/typeclass@0.32.9

@effect/rpc@0.54.0

Patch Changes

@effect/rpc-http@0.52.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/rpc@0.54.0

@effect/sql@0.32.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0

@effect/sql-clickhouse@0.17.0

Patch Changes

  • Updated dependencies [bbdc279, 88fe129, d630249, 2976e52]:
    • @effect/platform-node@0.75.0
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-d1@0.30.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-drizzle@0.31.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/sql@0.32.0

@effect/sql-kysely@0.28.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/sql@0.32.0

@effect/sql-libsql@0.22.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-mssql@0.33.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-mysql2@0.33.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-pg@0.33.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-sqlite-bun@0.33.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-sqlite-do@0.10.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-sqlite-node@0.33.0

Patch Changes

  • Updated dependencies [88fe129, d630249, 2976e52]:
    • @effect/platform@0.79.0
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-sqlite-react-native@0.35.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/sql-sqlite-wasm@0.33.0

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9
    • @effect/experimental@0.43.0
    • @effect/sql@0.32.0

@effect/typeclass@0.32.9

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9

@effect/vitest@0.19.7

Patch Changes

  • Updated dependencies [2976e52]:
    • effect@3.13.9

@github-actions github-actions bot force-pushed the changeset-release/main branch from 963d7c7 to f28d5ff Compare March 10, 2025 20:44
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from b03c6f4 to 652c5dd Compare March 10, 2025 21:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from 652c5dd to df44830 Compare March 10, 2025 23:08
@tim-smart tim-smart merged commit ba50b5c into main Mar 10, 2025
@tim-smart tim-smart deleted the changeset-release/main branch March 10, 2025 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant