ci(changesets): version packages #126
Merged
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@0.0.4
Patch Changes
#125
8b8ade7Thanks @solidsnakedev! - # Remove SDK types and consolidate type systemThis release removes the duplicate SDK-level type wrappers and consolidates the type system to use core types throughout the codebase.
Breaking Changes
sdk/Address.ts,sdk/AddressDetails.ts,sdk/Assets.ts,sdk/Credential.ts,sdk/Datum.ts,sdk/Delegation.ts,sdk/Network.ts,sdk/OutRef.ts,sdk/PolicyId.ts,sdk/PoolParams.ts,sdk/ProtocolParameters.ts,sdk/Relay.ts,sdk/RewardAddress.ts,sdk/Script.ts,sdk/UTxO.ts, andsdk/Unit.tsBug Fixes
cert: "publish"→cert: "cert"reward: "withdraw"→reward: "reward"ex_unitsto properly instantiateRedeemer.ExUnitsclass instead of plain objectsNumber()toBigInt()for ExUnits memory and steps valuesTransactionHashobject usage across test files.fromHex()calls onTransactionHashobjects.toHex()conversions for string operationsInternal Changes
Updated dependencies [
15be602,8b8ade7]:@evolution-sdk/evolution@0.3.12
Patch Changes
#127
15be602Thanks @solidsnakedev! - BREAKING CHANGE: RemoveCorenamespace, flatten package structureWhat changed
src/core/tosrc/Corenamespace exportCardanonamespace for API discovery/explorationMigration
Before:
After (namespace style):
After (individual imports - recommended for production):
#125
8b8ade7Thanks @solidsnakedev! - # Remove SDK types and consolidate type systemThis release removes the duplicate SDK-level type wrappers and consolidates the type system to use core types throughout the codebase.
Breaking Changes
sdk/Address.ts,sdk/AddressDetails.ts,sdk/Assets.ts,sdk/Credential.ts,sdk/Datum.ts,sdk/Delegation.ts,sdk/Network.ts,sdk/OutRef.ts,sdk/PolicyId.ts,sdk/PoolParams.ts,sdk/ProtocolParameters.ts,sdk/Relay.ts,sdk/RewardAddress.ts,sdk/Script.ts,sdk/UTxO.ts, andsdk/Unit.tsBug Fixes
cert: "publish"→cert: "cert"reward: "withdraw"→reward: "reward"ex_unitsto properly instantiateRedeemer.ExUnitsclass instead of plain objectsNumber()toBigInt()for ExUnits memory and steps valuesTransactionHashobject usage across test files.fromHex()calls onTransactionHashobjects.toHex()conversions for string operationsInternal Changes
@evolution-sdk/devnet@1.1.12
Patch Changes
#125
8b8ade7Thanks @solidsnakedev! - # Remove SDK types and consolidate type systemThis release removes the duplicate SDK-level type wrappers and consolidates the type system to use core types throughout the codebase.
Breaking Changes
sdk/Address.ts,sdk/AddressDetails.ts,sdk/Assets.ts,sdk/Credential.ts,sdk/Datum.ts,sdk/Delegation.ts,sdk/Network.ts,sdk/OutRef.ts,sdk/PolicyId.ts,sdk/PoolParams.ts,sdk/ProtocolParameters.ts,sdk/Relay.ts,sdk/RewardAddress.ts,sdk/Script.ts,sdk/UTxO.ts, andsdk/Unit.tsBug Fixes
cert: "publish"→cert: "cert"reward: "withdraw"→reward: "reward"ex_unitsto properly instantiateRedeemer.ExUnitsclass instead of plain objectsNumber()toBigInt()for ExUnits memory and steps valuesTransactionHashobject usage across test files.fromHex()calls onTransactionHashobjects.toHex()conversions for string operationsInternal Changes
Updated dependencies [
15be602,150fde4,8b8ade7]:@evolution-sdk/scalus-uplc@0.0.2
Patch Changes
#119
150fde4Thanks @sae3023! - # Initial release: Scalus UPLC evaluatorAdd JavaScript-based Plutus script evaluator using Scalus as an alternative to the WASM-based Aiken evaluator.
Features
Use Cases
Package Configuration
Includes standard workspace integration with proper exports, TypeScript definitions, and ESLint configuration
Updated dependencies [
15be602,8b8ade7]:docs@0.0.19
Patch Changes
15be602,8b8ade7]: