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

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Version Packages #2066

merged 1 commit into from
Feb 7, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 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.32.1

Patch Changes

  • Updated dependencies [d0b911c, 330e1a4, 6928a2b, 296bc1c]:
    • effect@2.2.4
    • @effect/platform@0.43.10
    • @effect/schema@0.61.6
    • @effect/printer@0.30.13
    • @effect/printer-ansi@0.31.13

effect@2.2.4

Patch Changes

  • #2067 d0b911c Thanks @tim-smart! - add releaseAll api to Semaphore

    You can use semphore.releaseAll to atomically release all the permits of a
    Semaphore.

  • #2071 330e1a4 Thanks @tim-smart! - add Option.orElseSome

    Allows you to specify a default value for an Option, similar to
    Option.getOrElse, except the return value is still an Option.

    import * as O from "effect/Option";
    import { pipe } from "effect/Function";
    
    assert.deepStrictEqual(
      pipe(
        O.none(),
        O.orElseSome(() => "b"),
      ),
      O.some("b"),
    );
    assert.deepStrictEqual(
      pipe(
        O.some("a"),
        O.orElseSome(() => "b"),
      ),
      O.some("a"),
    );
  • #2057 6928a2b Thanks @joepjoosten! - Fix for possible stack overflow errors when using Array.push with spread operator arguments

  • #2033 296bc1c Thanks @rehos! - Add toJSON for Secret

@effect/experimental@0.8.9

Patch Changes

  • Updated dependencies [d0b911c, 330e1a4, 6928a2b, 296bc1c]:
    • effect@2.2.4
    • @effect/platform@0.43.10
    • @effect/schema@0.61.6
    • @effect/platform-node@0.42.10

@effect/opentelemetry@0.30.13

Patch Changes

@effect/platform@0.43.10

Patch Changes

@effect/platform-browser@0.28.10

Patch Changes

@effect/platform-bun@0.30.10

Patch Changes

@effect/platform-node@0.42.10

Patch Changes

@effect/printer@0.30.13

Patch Changes

@effect/printer-ansi@0.31.13

Patch Changes

@effect/rpc@0.26.17

Patch Changes

@effect/rpc-http@0.25.24

Patch Changes

  • Updated dependencies [d0b911c, 330e1a4, 6928a2b, 296bc1c]:
    • effect@2.2.4
    • @effect/platform@0.43.10
    • @effect/schema@0.61.6
    • @effect/rpc@0.26.17

@effect/rpc-http-node@0.25.24

Patch Changes

  • Updated dependencies [d0b911c, 330e1a4, 6928a2b, 296bc1c]:
    • effect@2.2.4
    • @effect/platform@0.43.10
    • @effect/rpc@0.26.17
    • @effect/rpc-http@0.25.24

@effect/rpc-nextjs@0.25.24

Patch Changes

  • Updated dependencies [d0b911c, 330e1a4, 6928a2b, 296bc1c]:
    • effect@2.2.4
    • @effect/platform@0.43.10
    • @effect/rpc@0.26.17
    • @effect/rpc-http@0.25.24

@effect/rpc-workers@0.25.24

Patch Changes

  • Updated dependencies [d0b911c, 330e1a4, 6928a2b, 296bc1c]:
    • effect@2.2.4
    • @effect/platform@0.43.10
    • @effect/schema@0.61.6
    • @effect/rpc@0.26.17

@effect/schema@0.61.6

Patch Changes

@effect/typeclass@0.22.13

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 0c946b5 to 373d36e Compare February 7, 2024 18:01
@tim-smart tim-smart merged commit b57db1c into main Feb 7, 2024
@tim-smart tim-smart deleted the changeset-release/main branch February 7, 2024 20: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