ci: release#704
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
June 5, 2026 17:15
81e2d1f to
a3ce19b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 5, 2026 19:33
a3ce19b to
179e535
Compare
HenriqueLimas
approved these changes
Jun 8, 2026
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
@ebay/skin@19.25.0
Minor Changes
0197ebeThanks @HenriqueLimas! - feat(icon-button): use "has()" selector for badged use case@ebay/ebayui-core@16.7.6
Patch Changes
c6f9113Thanks @HenriqueLimas! - Fix test noise and flaky carousel scroll test.@evo-web/react: GuardEvoIcon's missing-providerconsole.warnwithprocess.env.NODE_ENV === 'development'so it is silent in Vitest (NODE_ENV=test) without removing the warning from development builds.@ebay/ebayui-core: Fix flakyebay-carouselbrowser test — "when it is scrolled to the second slide"beforeEachwas callingwaitForCarouselUpdate()which resolved immediately from the init render'smoveevent, before the 640 ms scroll debounce fired. Replaced withvi.advanceTimersByTimeAsync(700)to deterministically trigger the debounce and flush the resulting Marko re-render.@ebay/ui-core-react@9.6.6
Patch Changes
604e7b7Thanks @HenriqueLimas! - Fix EbayFilterMenu checkbox selection so filtered items remain checked by item value instead of index.@evo-web/marko@0.2.3
Patch Changes
#688
a1b4ffaThanks @HenriqueLimas! - Addunitsprop toevo-ccd.#661
5b256cdThanks @LuLaValva! - Add evo-combobox#686
0197ebeThanks @HenriqueLimas! - feat(icon-button): use "has()" selector for badged use case#684
9454b99Thanks @LuLaValva! - Fix collapse behavior for menu button@evo-web/react@0.0.9
Patch Changes
#688
a1b4ffaThanks @HenriqueLimas! - Add EvoCCD component.#699
c6f9113Thanks @HenriqueLimas! - Fix test noise and flaky carousel scroll test.@evo-web/react: GuardEvoIcon's missing-providerconsole.warnwithprocess.env.NODE_ENV === 'development'so it is silent in Vitest (NODE_ENV=test) without removing the warning from development builds.@ebay/ebayui-core: Fix flakyebay-carouselbrowser test — "when it is scrolled to the second slide"beforeEachwas callingwaitForCarouselUpdate()which resolved immediately from the init render'smoveevent, before the 640 ms scroll debounce fired. Replaced withvi.advanceTimersByTimeAsync(700)to deterministically trigger the debounce and flush the resulting Marko re-render.