Publish packages#180
Merged
Merged
Conversation
d44e415 to
2689310
Compare
2689310 to
476ec96
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
@solana/kit-client-litesvm@0.10.0
Minor Changes
6a21a7eThanks @lorisleiva! - Bump@solana/kitpeer dependency to ^6.8.0.Patch Changes
#188
a9f817aThanks @lorisleiva! - Deprecate client packages in favor of all-in-one plugins.#186
53a3ef3Thanks @lorisleiva! - Renamelitesvmplugin tolitesvmConnection.Updated dependencies [
cab502c,53a3ef3,c742710,6a21a7e,0cbf9a3,2274816,4de71b9]:@solana/kit-client-rpc@0.10.0
Minor Changes
6a21a7eThanks @lorisleiva! - Bump@solana/kitpeer dependency to ^6.8.0.Patch Changes
#188
a9f817aThanks @lorisleiva! - Deprecate client packages in favor of all-in-one plugins.Updated dependencies [
5954d7b,c742710,027ed86,6a21a7e,0cbf9a3,4de71b9]:@solana/kit-plugin-airdrop@0.10.0
Minor Changes
6a21a7eThanks @lorisleiva! - Bump@solana/kitpeer dependency to ^6.8.0.@solana/kit-plugin-instruction-plan@0.10.0
Minor Changes
6a21a7eThanks @lorisleiva! - Bump@solana/kitpeer dependency to ^6.8.0.@solana/kit-plugin-litesvm@0.10.0
Minor Changes
#187
cab502cThanks @lorisleiva! - Addlitesvmall-in-one plugin.#186
53a3ef3Thanks @lorisleiva! - Renamelitesvmplugin tolitesvmConnection.#183
6a21a7eThanks @lorisleiva! - Bump@solana/kitpeer dependency to ^6.8.0.#193
0cbf9a3Thanks @lorisleiva! - Replace thepriorityFeesconfig option onrpcTransactionPlannerandlitesvmTransactionPlannerwith a newTransactionPlannerConfigobject that supportsmicroLamportsPerComputeUnitandversion. Add atransactionConfigoption tosolanaRpcandlitesvmfor passing transaction planner configuration through the all-in-one plugins.BREAKING CHANGES
priorityFeesreplaced withTransactionPlannerConfig. The inlinepriorityFeesoption has been replaced with aTransactionPlannerConfigobject. ThepriorityFeesoption onSolanaRpcConfighas been replaced withtransactionConfig.#178
2274816Thanks @lorisleiva! - Replace the temporary@loris-sandbox/litesvm-kitdependency with the officiallitesvmv1 package.#192
4de71b9Thanks @lorisleiva! - Remove thepayerconfig option fromrpcTransactionPlannerandlitesvmTransactionPlanner. The payer must now be set on the client before applying these plugins.BREAKING CHANGES
payerconfig option removed from transaction planner plugins. The payer can no longer be passed as a config override. Use a payer plugin on the client instead.Patch Changes
6a21a7e]:@solana/kit-plugin-payer@0.10.0
Minor Changes
#190
c742710Thanks @lorisleiva! - Deprecate@solana/kit-plugin-payerin favor of@solana/kit-plugin-signer. All exports are available under the same name in the new package, which also providesidentityandsignervariants for each plugin.#183
6a21a7eThanks @lorisleiva! - Bump@solana/kitpeer dependency to ^6.8.0.@solana/kit-plugin-rpc@0.10.0
Minor Changes
#185
5954d7bThanks @lorisleiva! - AddsolanaRpc,solanaMainnetRpc,solanaDevnetRpc, andsolanaLocalRpcall-in-one plugins withSolanaRpcConfigconfiguration type.#184
027ed86Thanks @lorisleiva! - Add granularrpcConnection,rpcSubscriptionsConnection,solanaRpcConnection, andsolanaRpcSubscriptionsConnectionplugins. DeprecaterpcandlocalhostRpcin favor of the new granular alternatives.#183
6a21a7eThanks @lorisleiva! - Bump@solana/kitpeer dependency to ^6.8.0.#193
0cbf9a3Thanks @lorisleiva! - Replace thepriorityFeesconfig option onrpcTransactionPlannerandlitesvmTransactionPlannerwith a newTransactionPlannerConfigobject that supportsmicroLamportsPerComputeUnitandversion. Add atransactionConfigoption tosolanaRpcandlitesvmfor passing transaction planner configuration through the all-in-one plugins.BREAKING CHANGES
priorityFeesreplaced withTransactionPlannerConfig. The inlinepriorityFeesoption has been replaced with aTransactionPlannerConfigobject. ThepriorityFeesoption onSolanaRpcConfighas been replaced withtransactionConfig.#192
4de71b9Thanks @lorisleiva! - Remove thepayerconfig option fromrpcTransactionPlannerandlitesvmTransactionPlanner. The payer must now be set on the client before applying these plugins.BREAKING CHANGES
payerconfig option removed from transaction planner plugins. The payer can no longer be passed as a config override. Use a payer plugin on the client instead.Patch Changes
6a21a7e]:@solana/kit-plugin-signer@0.10.0
Minor Changes
9cae30dThanks @lorisleiva! - Add@solana/kit-plugin-signerpackage with plugins for setting uppayerandidentitysigners on Kit clients. Each plugin comes in three variants (signer*,payer*,identity*) to set both roles, only the payer, or only the identity. Includessigner,generatedSigner,generatedSignerWithSol,signerFromFile, andairdropSignerplugin families.@solana/kit-plugins@0.10.0
Minor Changes
6a21a7eThanks @lorisleiva! - Bump@solana/kitpeer dependency to ^6.8.0.Patch Changes
a9f817a,cab502c,5954d7b,53a3ef3,c742710,027ed86,6a21a7e,0cbf9a3,2274816,4de71b9]: