chore: update versions#434
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
9e9b711 to
5f7347d
Compare
c0baee2 to
84209ef
Compare
2d84913 to
b2b7883
Compare
d48417c to
40185bc
Compare
828f161 to
10282af
Compare
10282af to
4e87767
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
@sbc-connect/nuxt-business-base@0.19.0
Minor Changes
#442
bd7772cThanks @deetz99! - BREAKING CHANGES: Remove useBusinessApi composable, createFilingPayload now comes from useFiling while all api requests are now inside useBusinessService. Replaced all implementations of useBusinessApi with useBusinessService.#459
07fa292Thanks @eve-git! - Add name translations section to ManageCompanyName component; introduces ManageNameTranslations embedded manager with add/edit/remove support, accessible form fieldset labelling, readonly propagation via allowed-actions, and related i18n keys#455
323a7e2Thanks @deetz99! - Share structure/class/series forms:#437
b2c6d1aThanks @eve-git! - Allow forms to open in tables when starting with invalid schema data#447
3588092Thanks @deetz99! - Name Translation components (manage/table): Fix incorrect component name, hide empty table header#454
92e4237Thanks @deetz99! - ManageCompanyName component#445
5f679fdThanks @kialj876! - FormBusinessName: Component for editing/correcting a Businesses name. FormNameRequestNumber component: Update validation to be triggered as part of the zod refine logic to prevent premature submissions.#429
a34acaaThanks @cameron-eyds! - Styling and validation updates to Detail and Certify; Creates Completing Party component#435
5c210a7Thanks @deetz99! - ManageShareStructure sub components, composable and utilities: Handle currencyOTHERand currencyAdditional properties. getCurrencyList: return hard coded currency list of { code: string, name: string } objects.#456
ecab0ddThanks @deetz99! - Create SubFormWrapper component#446
3e3e689Thanks @eve-git! - Create Name Translation componentPatch Changes
#440
e7e9cbdThanks @deetz99! - Fix incorrect validation message when setting max shares in share class form to less than total of all series combined#452
f8b791eThanks @deetz99! - Update connect-pay dep#438
d67bc42Thanks @kialj876! - Added Name Request Number component