Update CHANGELOG entries and bump version with a patch update in prep for publishing #631
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.
Description
This bumps the version numbers in the pubspecs and the changelogs, and updates the changelog entries in preparation for publishing 0.6.1.
You will want to commit #630 before running the actual publish.
Summary of Changes
This pull request prepares several packages within the
genuiecosystem for an upcoming release by updating their version numbers and corresponding changelog entries. The changes encompass bumping versions to0.6.1(or0.0.1forgenai_primitives), documenting recent bug fixes, new features, and refactoring efforts across the variousgenuiintegration and primitive packages. This ensures that the package metadata and release notes are accurate and ready for publishing.Highlights
pubspec.yamlfiles across six packages (genai_primitives,genui,genui_a2ui,genui_dartantic,genui_firebase_ai,genui_google_generative_ai) to their new release versions (primarily0.6.1, and0.0.1forgenai_primitives).CHANGELOG.mdfiles for all affected packages to reflect the new version numbers and detail specific changes, including new features, fixes, and refactors.genai_primitivesInitialization: Thegenai_primitivespackage received its initial0.0.1version and a corresponding changelog entry.genuipackage includes fixes forDateTimeInputJSON key mapping, a missingweightproperty inComponent, andTextFieldwidth inRowlayouts.genui_a2uiwas refactored to use a local A2A client library.genui_dartanticwas re-introduced to the monorepo withDartanticContentGenerator.genui_google_generative_aifixed an issue ensuring bytes are not null when creating a Blob.Changelog
0.0.1.0.0.1-dev.1to0.0.1.0.6.1 (in progress)to0.6.1.DateTimeInputcatalog item JSON key mapping (fix(genui): fixDateTimeInputcore catalog item #622).weightproperty toComponentconstructor (fix(genui): add missingweightproperty toComponentconstructor; defaultTextFieldwidthto 1 when nested in aRow#603).TextFieldwidthto 1 when nested in aRow(fix(genui): add missingweightproperty toComponentconstructor; defaultTextFieldwidthto 1 when nested in aRow#603).0.6.0to0.6.1.0.6.1 (in progress)to0.6.1.Updated a2a dependency to ^3.3.0withRefactor: Switched to using a local implementation of the A2A client library, removing the dependency on package:a2a (#627).0.6.0to0.6.1.0.6.1 (in progress)to0.6.1.DartanticContentGenerator(Add Dartantic Content Generator #583, Return dartantic to monorepo, update changelogs. #624).0.6.0to0.6.1.0.6.1 (in progress)to0.6.1.0.6.0to0.6.1.0.6.1 (in progress)to0.6.1.0.6.0to0.6.1.