Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: version packages #4264

Merged
merged 1 commit into from
Nov 27, 2024
Merged

release: version packages #4264

merged 1 commit into from
Nov 27, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 29, 2024

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

@marigold/[email protected]

Minor Changes

  • 83ad341: feat(dialog): Introduce a dedicated button to close a dialog

    Make it more convenient to have a button that closes the <Dialog>. With this, there is less need to use the child function to access the close method. Instead you can now use <Button slot="close"> to render a close button.

Patch Changes

  • f2bae7e: fix: Remove isOpen from <Select>

    The isOpen prop was set by default. Remove it. Only required when controlled.

  • 80a9f5b: fix(Text): Only apply elementType when RAC Text component is used.

  • 2d701a6: docs[DST-611]: Revise <Scrollable> documentation page

    Revised the <Scrollable> page according to our new structure of component documentation pages.

  • a917acf: refa: Remove icons dependency from components package

    Make @marigold/components not depend on @marigold/icons since this might bloat the bundling.

  • 22200a0: docs(DST-581): revise <DateField> page according to new component page structure

    Revised the <DateField> documentation page to our new layout of component pages.

  • 222f674: refa[DST-607]: revise <Badge> page

    The <Badge> was revised according to our new component guidelines.

  • ac29d40: refa[DST-610]: Revise <Card> page

    The <Card>is now revised according to our new component page guidelines.

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms
  • 3bf3a8e: docs([DST-615]): Revise <Center> documentation

    Revised the <Center> page according to our new structure of component documentation.

  • 2cb5d38: feat(DST-596): add loading indicator in <Button> component

    Introduced a new loading indicator for the <Button> component's loading state, enhancing the visibility of its loading status. The <Button> now supports a loading property for this functionality.

  • 313f004: docs([DST-609]): Revise <Columns> documentation page

    Revised the <Columns> page according to our new structure of component documentation pages.

  • Updated dependencies [ebc53cb]

@marigold/[email protected]

Patch Changes

@marigold/[email protected]

Patch Changes

@marigold/[email protected]

Patch Changes

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms

@marigold/[email protected]

Patch Changes

@marigold/[email protected]

Patch Changes

  • 222f674: refa[DST-607]: revise <Badge> page

    The <Badge> was revised according to our new component guidelines.

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms
  • 2cb5d38: feat(DST-596): add loading indicator in <Button> component

    Introduced a new loading indicator for the <Button> component's loading state, enhancing the visibility of its loading status. The <Button> now supports a loading property for this functionality.

  • Updated dependencies [f2bae7e]

  • Updated dependencies [80a9f5b]

  • Updated dependencies [2d701a6]

  • Updated dependencies [a917acf]

  • Updated dependencies [83ad341]

  • Updated dependencies [22200a0]

  • Updated dependencies [222f674]

  • Updated dependencies [ac29d40]

  • Updated dependencies [ebc53cb]

  • Updated dependencies [3bf3a8e]

  • Updated dependencies [2cb5d38]

  • Updated dependencies [313f004]

@marigold/[email protected]

Patch Changes

  • 222f674: refa[DST-607]: revise <Badge> page

    The <Badge> was revised according to our new component guidelines.

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms
  • 2cb5d38: feat(DST-596): add loading indicator in <Button> component

    Introduced a new loading indicator for the <Button> component's loading state, enhancing the visibility of its loading status. The <Button> now supports a loading property for this functionality.

  • Updated dependencies [f2bae7e]

  • Updated dependencies [80a9f5b]

  • Updated dependencies [2d701a6]

  • Updated dependencies [a917acf]

  • Updated dependencies [83ad341]

  • Updated dependencies [22200a0]

  • Updated dependencies [222f674]

  • Updated dependencies [ac29d40]

  • Updated dependencies [ebc53cb]

  • Updated dependencies [3bf3a8e]

  • Updated dependencies [2cb5d38]

  • Updated dependencies [313f004]

@marigold/[email protected]

Patch Changes

@marigold/[email protected]

Minor Changes

  • 83ad341: feat(dialog): Introduce a dedicated button to close a dialog

    Make it more convenient to have a button that closes the <Dialog>. With this, there is less need to use the child function to access the close method. Instead you can now use <Button slot="close"> to render a close button.

Patch Changes

  • 2d701a6: docs[DST-611]: Revise <Scrollable> documentation page

    Revised the <Scrollable> page according to our new structure of component documentation pages.

  • 22200a0: docs(DST-581): revise <DateField> page according to new component page structure

    Revised the <DateField> documentation page to our new layout of component pages.

  • 222f674: refa[DST-607]: revise <Badge> page

    The <Badge> was revised according to our new component guidelines.

  • ac29d40: refa[DST-610]: Revise <Card> page

    The <Card>is now revised according to our new component page guidelines.

  • 19c3317: docs: move resources pages to introduction (and hide develoepr guidelines)

  • 1bb2729: docs: fix link to <Icon> page

  • 6aa9707: docs([DST-614]): Revise <Aside> documentation

    Revised the <Aside> page according to our new structure of component documentation.

  • 06d9f71: docs: fix release date in changelogs

    Now using the Github-Api

  • ebc53cb: refa[DST-598]: Improve <Slider> component

    The <Slider> component appears in a new guise. Functionalities and documentation have been significantly revised. So make sure to check out the Marigold documentation and storybook. It's worth it.

    Some key features are:

    • multithumb or range slider
    • visual indicator for selected track
    • use slider in forms
  • 05f84b1: docs: adjust font size of code in <SectionMessage> and make them less distracting

  • b84e19c: docs: fix broken links (MultiSelect and Building Forms)

  • 3cd1451: docs: adjust menu demo with dialog

  • 3bf3a8e: docs([DST-615]): Revise <Center> documentation

    Revised the <Center> page according to our new structure of component documentation.

  • b4036c6: docs([DST-587]): revise <DatePicker> page according to new component page structure

    Revised the <DatePicker> documentation page to our new layout of component pages.

  • 2cb5d38: feat(DST-596): add loading indicator in <Button> component

    Introduced a new loading indicator for the <Button> component's loading state, enhancing the visibility of its loading status. The <Button> now supports a loading property for this functionality.

  • 313f004: docs([DST-609]): Revise <Columns> documentation page

    Revised the <Columns> page according to our new structure of component documentation pages.

  • Updated dependencies [f2bae7e]

  • Updated dependencies [80a9f5b]

  • Updated dependencies [2d701a6]

  • Updated dependencies [a917acf]

  • Updated dependencies [83ad341]

  • Updated dependencies [22200a0]

  • Updated dependencies [222f674]

  • Updated dependencies [ac29d40]

  • Updated dependencies [ebc53cb]

  • Updated dependencies [05f84b1]

  • Updated dependencies [3bf3a8e]

  • Updated dependencies [b4036c6]

  • Updated dependencies [2cb5d38]

  • Updated dependencies [313f004]

Copy link

vercel bot commented Oct 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marigold-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 9:44am
marigold-storybook ✅ Ready (Inspect) Visit Preview 2 resolved Nov 27, 2024 9:44am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
marigold-production ⬜️ Ignored (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 9:44am

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 18faf2c to bbd55ac Compare October 29, 2024 13:49
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from a3b10fd to 3b21fdc Compare October 29, 2024 17:55
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from f4af327 to 74bbd2d Compare October 29, 2024 20:03
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 1cfecce to 087c63c Compare November 25, 2024 11:09
@sebald sebald merged commit fbab01d into main Nov 27, 2024
4 checks passed
@sebald sebald deleted the changeset-release/main branch November 27, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant