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 #2791

Merged
merged 1 commit into from
May 21, 2024
Merged

Version Packages #2791

merged 1 commit into from
May 21, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 21, 2024

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/cli@0.36.32

Patch Changes

  • Updated dependencies [5d9266e, 9f8122e, 6a6f670, c1eaef9, 78ffc27]:
    • effect@3.2.2
    • @effect/platform@0.53.13
    • @effect/schema@0.67.10
    • @effect/printer@0.33.18
    • @effect/printer-ansi@0.33.18

effect@3.2.2

Patch Changes

  • #2787 5d9266e Thanks @mikearnaldi! - Prohibit name clashes in Effect.Tag

    The following now correctly flags a type error given that the property context exists already in Tag:

    import { Effect } from "effect";
    
    class LoaderArgs extends Effect.Tag("@services/LoaderContext")<
      LoaderArgs,
      { context: number }
    >() {}
  • #2797 9f8122e Thanks @mikearnaldi! - Improve internalization of functions to clean stack traces

  • #2798 6a6f670 Thanks @mikearnaldi! - Avoid eager read of the stack when captured by a span

@effect/experimental@0.16.13

Patch Changes

@effect/opentelemetry@0.34.9

Patch Changes

@effect/platform@0.53.13

Patch Changes

@effect/platform-browser@0.33.28

Patch Changes

@effect/platform-bun@0.34.19

Patch Changes

@effect/platform-node@0.49.13

Patch Changes

@effect/platform-node-shared@0.4.32

Patch Changes

@effect/printer@0.33.18

Patch Changes

@effect/printer-ansi@0.33.18

Patch Changes

  • Updated dependencies [5d9266e, 9f8122e, 6a6f670]:
    • effect@3.2.2
    • @effect/printer@0.33.18
    • @effect/typeclass@0.24.18

@effect/rpc@0.30.32

Patch Changes

@effect/rpc-http@0.28.32

Patch Changes

@effect/schema@0.67.10

Patch Changes

@effect/sql@0.2.15

Patch Changes

@effect/sql-mssql@0.2.15

Patch Changes

@effect/sql-mysql2@0.2.15

Patch Changes

@effect/sql-pg@0.2.15

Patch Changes

@effect/sql-sqlite-bun@0.2.15

Patch Changes

@effect/sql-sqlite-node@0.2.16

Patch Changes

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

Patch Changes

@effect/sql-sqlite-wasm@0.2.15

Patch Changes

@effect/typeclass@0.24.18

Patch Changes

@effect/vitest@0.5.2

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from ced9295 to 52adc6c Compare May 21, 2024 09:23
@github-actions github-actions bot requested a review from gcanti as a code owner May 21, 2024 09:23
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from b82305c to 6b8c6ed Compare May 21, 2024 16:26
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from e476fbc to 5c24ba4 Compare May 21, 2024 23:15
@tim-smart tim-smart merged commit 02c87ec into main May 21, 2024
@tim-smart tim-smart deleted the changeset-release/main branch May 21, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant