-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
October 29, 2024 13:49
18faf2c
to
bbd55ac
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
October 29, 2024 17:55
a3b10fd
to
3b21fdc
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
October 29, 2024 20:03
f4af327
to
74bbd2d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 29, 2024 20:39
74bbd2d
to
4e3d557
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 29, 2024 21:23
4e3d557
to
8628a57
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 30, 2024 05:44
8628a57
to
ac1a759
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 25, 2024 03:20
c8b3c6d
to
17dd3e0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
November 25, 2024 11:09
1cfecce
to
087c63c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 25, 2024 13:41
087c63c
to
d470845
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 25, 2024 14:07
d470845
to
694b164
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 25, 2024 15:12
694b164
to
fb47c9b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 26, 2024 13:59
fb47c9b
to
1515cc6
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 27, 2024 09:12
1515cc6
to
d0b4819
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 27, 2024 09:37
d0b4819
to
b4a389e
Compare
sebald
approved these changes
Nov 27, 2024
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
@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 theclose
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 pageRevised 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 structureRevised the
<DateField>
documentation page to our new layout of component pages.222f674: refa[DST-607]: revise
<Badge>
pageThe
<Badge>
was revised according to our new component guidelines.ac29d40: refa[DST-610]: Revise
<Card>
pageThe
<Card>
is now revised according to our new component page guidelines.ebc53cb: refa[DST-598]: Improve
<Slider>
componentThe
<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:
3bf3a8e: docs([DST-615]): Revise
<Center>
documentationRevised the
<Center>
page according to our new structure of component documentation.2cb5d38: feat(DST-596): add loading indicator in
<Button>
componentIntroduced 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 pageRevised 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>
componentThe
<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:
@marigold/[email protected]
Patch Changes
@marigold/[email protected]
Patch Changes
222f674: refa[DST-607]: revise
<Badge>
pageThe
<Badge>
was revised according to our new component guidelines.ebc53cb: refa[DST-598]: Improve
<Slider>
componentThe
<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:
2cb5d38: feat(DST-596): add loading indicator in
<Button>
componentIntroduced 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>
pageThe
<Badge>
was revised according to our new component guidelines.ebc53cb: refa[DST-598]: Improve
<Slider>
componentThe
<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:
2cb5d38: feat(DST-596): add loading indicator in
<Button>
componentIntroduced 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
05f84b1: docs: adjust font size of
code
in<SectionMessage>
and make them less distractingb4036c6: docs([DST-587]): revise
<DatePicker>
page according to new component page structureRevised the
<DatePicker>
documentation page to our new layout of component 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 [3bf3a8e]
Updated dependencies [2cb5d38]
Updated dependencies [313f004]
@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 theclose
method. Instead you can now use<Button slot="close">
to render a close button.Patch Changes
2d701a6: docs[DST-611]: Revise
<Scrollable>
documentation pageRevised the
<Scrollable>
page according to our new structure of component documentation pages.22200a0: docs(DST-581): revise
<DateField>
page according to new component page structureRevised the
<DateField>
documentation page to our new layout of component pages.222f674: refa[DST-607]: revise
<Badge>
pageThe
<Badge>
was revised according to our new component guidelines.ac29d40: refa[DST-610]: Revise
<Card>
pageThe
<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>
page6aa9707: docs([DST-614]): Revise
<Aside>
documentationRevised 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>
componentThe
<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:
05f84b1: docs: adjust font size of
code
in<SectionMessage>
and make them less distractingb84e19c: docs: fix broken links (MultiSelect and Building Forms)
3cd1451: docs: adjust menu demo with dialog
3bf3a8e: docs([DST-615]): Revise
<Center>
documentationRevised the
<Center>
page according to our new structure of component documentation.b4036c6: docs([DST-587]): revise
<DatePicker>
page according to new component page structureRevised the
<DatePicker>
documentation page to our new layout of component pages.2cb5d38: feat(DST-596): add loading indicator in
<Button>
componentIntroduced 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 pageRevised 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]