[1.x] Publish packages#993
Merged
Merged
Conversation
bbc0679 to
f3ad65e
Compare
f3ad65e to
14c0cd9
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
@codama/dynamic-address-resolution@0.2.0
Minor Changes
dbfd246Thanks @mikhd! - Extract address resolution primitives from@codama/dynamic-clientinto a@codama/dynamic-address-resolutionpackage.Patch Changes
@codama/dynamic-instructions@0.2.0
Minor Changes
a753939Thanks @mikhd! - ExtractAccountMetaandInstructionbuilding from@codama/dynamic-clientinto a@codama/dynamic-instructionspackage.Patch Changes
dbfd246]:@codama/fragments@0.1.0
Minor Changes
#994
e7c1bf6Thanks @lorisleiva! - Introduce@codama/fragments, a public package that bundles Codama's composable code-generation primitives. The root entrypoint exposes the language-agnostic core (BaseFragment,createFragmentTemplate,mapFragmentContent,setFragmentContent) plus a small framework of shared helpers: casing utilities (camelCase,pascalCase,snakeCase,kebabCase,titleCase,capitalize), filesystem and path helpers (writeFile,readFile,joinPath,pathDirectory,relativePath, …), and theRenderMapdata structure with its pure data operations (createRenderMap,addToRenderMap,mergeRenderMaps,mapRenderMapContent,writeRenderMap, …). The casing helpers return plainstring; the brandedCamelCaseString/PascalCaseString/ … types stay in@codama/node-typesfor spec-validation purposes.JavaScript- and Rust-flavored
Fragment,ImportMap, andfragmenttagged-template helpers live under the@codama/fragments/javascriptand@codama/fragments/rustsubpaths. Both subpaths also exposegetDocblockFragment, which now acceptsundefined(in addition toreadonly string[]) so generators can thread a node's optionaldocsattribute straight through without a ternary guard; the helper still returnsundefinedfor empty or absent input, composing naturally with thefragmenttagged template's optional-interpolation behaviour.The package ships at
0.1.0to signal pre-stability while the renderer stack settles around it.Patch Changes
@codama/node-types@1.7.0
Minor Changes
d4aa3bfThanks @tanmay4l! - Add support for constants with new ConstantNode@codama/nodes@1.7.0
Minor Changes
d4aa3bfThanks @tanmay4l! - Add support for constants with new ConstantNodePatch Changes
d4aa3bf]:@codama/nodes-from-anchor@1.5.0
Minor Changes
#958
d4aa3bfThanks @tanmay4l! - Add support for constants with new ConstantNode#998
88ef0b8Thanks @stegaBOB! - Add event support to V00 anchor IDLsPatch Changes
d4aa3bf]:@codama/visitors-core@1.7.0
Minor Changes
d4aa3bfThanks @tanmay4l! - Add support for constants with new ConstantNodePatch Changes
d4aa3bf]:@codama/cli@1.5.2
Patch Changes
d4aa3bf]:@codama/dynamic-client@0.1.1
Patch Changes
#996
dbfd246Thanks @mikhd! - Extract address resolution primitives from@codama/dynamic-clientinto a@codama/dynamic-address-resolutionpackage.#999
a753939Thanks @mikhd! - ExtractAccountMetaandInstructionbuilding from@codama/dynamic-clientinto a@codama/dynamic-instructionspackage.Updated dependencies [
dbfd246,a753939]:@codama/dynamic-codecs@1.2.1
Patch Changes
d4aa3bf]:@codama/dynamic-parsers@1.2.1
Patch Changes
d4aa3bf]:@codama/errors@1.7.0
Patch Changes
d4aa3bf]:codama@1.7.0
Patch Changes
d4aa3bf]:@codama/renderers-core@1.3.8
Patch Changes
#994
e7c1bf6Thanks @lorisleiva! - Re-export the language-agnostic fragment primitives, path helpers, filesystem helpers, andRenderMapdata operations from@codama/fragments. The implementations have moved to that package so they can be shared with code generators and other consumers outside the renderers stack; existing importers of@codama/renderers-corecontinue to see every public name at the same import path with no behaviour change.writeRenderMapVisitorstays inrenderers-coresince it depends on the visitor + node infrastructure that@codama/fragmentsdeliberately does not pull in.Updated dependencies [
d4aa3bf,e7c1bf6]:@codama/validators@1.7.0
Patch Changes
d4aa3bf]:@codama/visitors@1.7.0
Patch Changes
d4aa3bf]: