ci(changesets): version packages - #543
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 18, 2026 17:46
4a90223 to
c88a5bc
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 24, 2026 22:20
c88a5bc to
ff8ab0e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@evolution-sdk/aiken-uplc@2.0.14
Patch Changes
96c2c91,0099194,0167cf9]:@evolution-sdk/evolution@0.5.14
Patch Changes
#548
96c2c91Thanks @emmanuel-musau! - Remove the@effect/platformruntime dependency. The providers used it only as a fetch wrapper: three helpers inHttpUtils.tsbuilt onFetchHttpClient, plus one error class in the Blockfrost error mapping. Those helpers are now written directly on the globalfetch, which is available on every runtime the SDK supports, and theEffect.provide(FetchHttpClient.layer)wiring in the Koios and Kupmios internals is gone with it. Request and response handling is unchanged, including thenon 2xx status code : ...failure message, the Blockfrost 404 mapping, and the JSON-with-plain-text-fallback used by submit endpoints that return an unquoted transaction hash. Failures now surface asHttpRequestError(no response) andHttpResponseError(non-2xx, or an unreadable body). Both are internal and the public provider methods still fail withProviderError, so no signature changes, but the value carried inProviderError.causehas a different shape: the oldResponseError'sdescriptionandresponsefields are replaced bymessageandstatus. Anything matching on those field names needs updating — in this package that was the evaluation phase's Ogmios failure parser, which now reads either name. Following on from the previous dependency cleanup, a fresh install of@evolution-sdk/evolutionnow resolves 10 packages instead of 23, and 48 MB instead of 72 MB.#532
0099194Thanks @emmanuel-musau! - Remove three dependencies the published package never imports.@effect/platform-nodewas declared but is not referenced anywhere in the package; because it pins@effect/cluster,@effect/rpcand@effect/sqlas peer dependencies, every consumer auto-installed that entire subtree along with@effect/experimental,@effect/workflow,@effect/platform-node-shared, and@parcel/watcherwith its thirteen prebuilt native binaries.bip39is used only by one test and moves todevDependencies;@scure/bip39remains the runtime implementation.@types/bip39is a deprecated stub whose own npm metadata states thatbip39ships its own type definitions. A fresh install of@evolution-sdk/evolutionnow resolves 23 packages instead of 55, and 72 MB instead of 89 MB, with no source or public API change.#544
0167cf9Thanks @solidsnakedev! - Fix KoiosgetUtxosByOutRef, which failed for outputs of transactions that ran Plutus scripts and returned outputs from only one transaction when the refs spanned several. It now queries/utxo_infowith the requested refs instead of decoding whole transactions from/tx_info.@evolution-sdk/devnet@3.0.15
Patch Changes
96c2c91,0099194,0167cf9]:@evolution-sdk/scalus-uplc@2.0.14
Patch Changes
96c2c91,0099194,0167cf9]:docs@0.0.56
Patch Changes
96c2c91,0099194,0167cf9]:evolution-vite-react-example@0.1.34
Patch Changes
96c2c91,0099194,0167cf9]: