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

Merge main into release-3.0.0 #1528

Merged
merged 28 commits into from
Oct 21, 2024
Merged

Conversation

danielleroux
Copy link
Collaborator

🆕 What is the new behavior?

  • Update main
  • Update react dependencies
  • Remove hyperlist
  • Add hyperlist fork into core to remove document access on lib level

🏁 Checklist

A pull request can only be merged if all of these conditions are met (where applicable):

  • 🦮 Accessibility (a11y) features were implemented
  • 🗺️ Internationalization (i18n) - no hard coded strings
  • 📲 Responsiveness - components handle viewport changes and content overflow gracefully
  • 📄 Documentation was reviewed/updated (pnpm run docs)
  • 🧪 Unit tests were added/updated and pass (pnpm test)
  • 📸 Visual regression tests were added/updated and pass (Guide)
  • 🧐 Static code analysis passes (pnpm lint)
  • 🏗️ Successful compilation (pnpm build, changes pushed)

👨‍💻 Help & support

danielleroux and others added 22 commits September 18, 2024 09:18
Co-authored-by: AndreasBerliner <41509230+AndreasBerliner@users.noreply.github.com>
Co-authored-by: Daniel Leroux <daniel.leroux@siemens.com>
Co-authored-by: Daniel Leroux <daniel.leroux@siemens.com>
Co-authored-by: AndreasBerliner <41509230+AndreasBerliner@users.noreply.github.com>
Co-authored-by: Daniel Leroux <daniel.leroux@siemens.com>
Co-authored-by: Betti <167863867+bettiifr@users.noreply.github.com>
Co-authored-by: tokyojen <143795032+tokyojen@users.noreply.github.com>
Co-authored-by: matthias <matthias.hader.ext@siemens.com>
#1476)

Co-authored-by: Daniel Leroux <daniel.leroux@siemens.com>
Co-authored-by: Schnugg, Markus Wilhelm (T UX PAP-DE) <markus-wilhelm.schnugg@siemens.com>
Copy link

changeset-bot bot commented Oct 21, 2024

🦋 Changeset detected

Latest commit: 91b9f7f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@siemens/ix Patch
@siemens/ix-aggrid Patch
@siemens/ix-angular Patch
@siemens/ix-react Patch
@siemens/ix-vue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@danielleroux danielleroux changed the title Chore/fix release 3 build Merge main into release-3.0.0 Oct 21, 2024
Copy link
Contributor

github-actions bot commented Oct 21, 2024

Report of strict check

src/components/blind/blind.tsx
  • src/components/blind/blind.tsx(164,15): error TS2322: Type '(ref: HTMLElement) => HTMLElement' is not assignable to type '(elm?: HTMLIxIconElement | undefined) => void'.: error TS2322: Type '(ref: HTMLElement) => HTMLElement' is not assignable to type '(elm?: HTMLIxIconElement | undefined) => void'.
src/components/card-list/card-list.tsx
  • src/components/card-list/card-list.tsx(71,11): error TS2564: Property 'label' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'label' has no initializer and is not definitely assigned in the constructor.
  • src/components/card-list/card-list.tsx(120,12): error TS2564: Property 'collapseChanged' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'collapseChanged' has no initializer and is not definitely assigned in the constructor.
  • src/components/card-list/card-list.tsx(125,12): error TS2564: Property 'showAllClick' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'showAllClick' has no initializer and is not definitely assigned in the constructor.
  • src/components/card-list/card-list.tsx(132,12): error TS2564: Property 'showMoreCardClick' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'showMoreCardClick' has no initializer and is not definitely assigned in the constructor.
  • src/components/card-list/card-list.tsx(136,14): error TS2564: Property 'hostElement' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'hostElement' has no initializer and is not definitely assigned in the constructor.
  • src/components/card-list/card-list.tsx(144,11): error TS2564: Property 'observer' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'observer' has no initializer and is not definitely assigned in the constructor.
  • src/components/card-list/card-list.tsx(158,18): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
  • src/components/card-list/card-list.tsx(189,7): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
  • src/components/card-list/card-list.tsx(189,7): error TS2345: Argument of type 'Element | null' is not assignable to parameter of type 'Node'.: error TS2345: Argument of type 'Element | null' is not assignable to parameter of type 'Node'.
  • src/components/card-list/card-list.tsx(211,12): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
  • src/components/card-list/card-list.tsx(264,13): error TS2339: Property 'clientWidth' does not exist on type 'Element | null'.: error TS2339: Property 'clientWidth' does not exist on type 'Element | null'.
  • src/components/card-list/card-list.tsx(264,26): error TS2339: Property 'scrollWidth' does not exist on type 'Element | null'.: error TS2339: Property 'scrollWidth' does not exist on type 'Element | null'.
  • src/components/card-list/card-list.tsx(264,39): error TS2339: Property 'scrollLeft' does not exist on type 'Element | null'.: error TS2339: Property 'scrollLeft' does not exist on type 'Element | null'.
src/components/dropdown-header/dropdown-header.tsx
  • src/components/dropdown-header/dropdown-header.tsx(24,11): error TS2564: Property 'label' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'label' has no initializer and is not definitely assigned in the constructor.
src/components/dropdown/dropdown-controller.ts
  • src/components/dropdown/dropdown-controller.ts(34,3): error TS2322: Type 'unknown' is not assignable to type 'boolean'.: error TS2322: Type 'unknown' is not assignable to type 'boolean'.
  • src/components/dropdown/dropdown-controller.ts(94,34): error TS2722: Cannot invoke an object which is possibly 'undefined'.: error TS2722: Cannot invoke an object which is possibly 'undefined'.
  • src/components/dropdown/dropdown-controller.ts(94,34): error TS18048: 'dropdown.willPresent' is possibly 'undefined'.: error TS18048: 'dropdown.willPresent' is possibly 'undefined'.
  • src/components/dropdown/dropdown-controller.ts(103,20): error TS2345: Argument of type 'DropdownInterface | undefined' is not assignable to parameter of type 'DropdownInterface'.: error TS2345: Argument of type 'DropdownInterface | undefined' is not assignable to parameter of type 'DropdownInterface'.
  • src/components/dropdown/dropdown-controller.ts(108,33): error TS2722: Cannot invoke an object which is possibly 'undefined'.: error TS2722: Cannot invoke an object which is possibly 'undefined'.
  • src/components/dropdown/dropdown-controller.ts(108,33): error TS18048: 'dropdown.willDismiss' is possibly 'undefined'.: error TS18048: 'dropdown.willDismiss' is possibly 'undefined'.
  • src/components/dropdown/dropdown-controller.ts(178,7): error TS2769: No overload matches this call.: error TS2769: No overload matches this call.
  • src/components/dropdown/dropdown-controller.ts(199,38): error TS2769: No overload matches this call.: error TS2769: No overload matches this call.
src/components/dropdown/test/dropdown.ct.ts
  • src/components/dropdown/test/dropdown.ct.ts(610,7): error TS18047: 'mount' is possibly 'null'.: error TS18047: 'mount' is possibly 'null'.
  • src/components/dropdown/test/dropdown.ct.ts(610,25): error TS2345: Argument of type 'HTMLIxDropdownElement | null' is not assignable to parameter of type 'Node'.: error TS2345: Argument of type 'HTMLIxDropdownElement | null' is not assignable to parameter of type 'Node'.
  • src/components/dropdown/test/dropdown.ct.ts(611,7): error TS18047: 'mount' is possibly 'null'.: error TS18047: 'mount' is possibly 'null'.
  • src/components/dropdown/test/dropdown.ct.ts(611,20): error TS2345: Argument of type 'HTMLIxDropdownElement | null' is not assignable to parameter of type 'string | Node'.: error TS2345: Argument of type 'HTMLIxDropdownElement | null' is not assignable to parameter of type 'string | Node'.
  • src/components/dropdown/test/dropdown.ct.ts(624,7): error TS18047: 'mount' is possibly 'null'.: error TS18047: 'mount' is possibly 'null'.
  • src/components/dropdown/test/dropdown.ct.ts(649,20): error TS2345: Argument of type 'HTMLIxDropdownButtonElement | null' is not assignable to parameter of type 'Node'.: error TS2345: Argument of type 'HTMLIxDropdownButtonElement | null' is not assignable to parameter of type 'Node'.
src/components/empty-state/empty-state.tsx
  • src/components/empty-state/empty-state.tsx(31,11): error TS2564: Property 'icon' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'icon' has no initializer and is not definitely assigned in the constructor.
  • src/components/empty-state/empty-state.tsx(41,11): error TS2564: Property 'subHeader' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'subHeader' has no initializer and is not definitely assigned in the constructor.
  • src/components/empty-state/empty-state.tsx(46,11): error TS2564: Property 'action' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'action' has no initializer and is not definitely assigned in the constructor.
  • src/components/empty-state/empty-state.tsx(51,12): error TS2564: Property 'actionClick' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'actionClick' has no initializer and is not definitely assigned in the constructor.
src/components/menu-about-news/menu-about-news.tsx
  • src/components/menu-about-news/menu-about-news.tsx(27,11): error TS2564: Property 'label' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'label' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-about-news/menu-about-news.tsx(37,11): error TS2564: Property 'aboutItemLabel' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'aboutItemLabel' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-about-news/menu-about-news.tsx(47,12): error TS2564: Property 'showMore' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'showMore' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-about-news/menu-about-news.tsx(52,12): error TS2564: Property 'closePopover' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'closePopover' has no initializer and is not definitely assigned in the constructor.
src/components/menu-category/menu-category.tsx
  • src/components/menu-category/menu-category.tsx(38,14): error TS2564: Property 'hostElement' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'hostElement' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-category/menu-category.tsx(43,11): error TS2564: Property 'label' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'label' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-category/menu-category.tsx(48,11): error TS2564: Property 'icon' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'icon' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-category/menu-category.tsx(53,11): error TS2564: Property 'notifications' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'notifications' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-category/menu-category.tsx(58,3): error TS2564: Property 'closeOtherCategories' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'closeOtherCategories' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-category/menu-category.tsx(65,11): error TS2564: Property 'observer' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'observer' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-category/menu-category.tsx(66,11): error TS2564: Property 'menuItemsContainer' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'menuItemsContainer' has no initializer and is not definitely assigned in the constructor.
  • src/components/menu-category/menu-category.tsx(67,11): error TS2564: Property 'ixMenu' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'ixMenu' has no initializer and is not definitely assigned in the constructor.
src/components/modal-header/modal-header.tsx
  • src/components/modal-header/modal-header.tsx(42,11): error TS2564: Property 'icon' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'icon' has no initializer and is not definitely assigned in the constructor.
  • src/components/modal-header/modal-header.tsx(58,11): error TS2564: Property 'iconColor' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'iconColor' has no initializer and is not definitely assigned in the constructor.
  • src/components/modal-header/modal-header.tsx(64,12): error TS2564: Property 'closeClick' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'closeClick' has no initializer and is not definitely assigned in the constructor.
  • src/components/modal-header/modal-header.tsx(66,11): error TS2564: Property 'parentDialog' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'parentDialog' has no initializer and is not definitely assigned in the constructor.
src/components/modal/modal.tsx
  • src/components/modal/modal.tsx(70,11): error TS2564: Property 'beforeDismiss' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'beforeDismiss' has no initializer and is not definitely assigned in the constructor.
  • src/components/modal/modal.tsx(91,12): error TS2564: Property 'dialogClose' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'dialogClose' has no initializer and is not definitely assigned in the constructor.
  • src/components/modal/modal.tsx(96,12): error TS2564: Property 'dialogDismiss' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'dialogDismiss' has no initializer and is not definitely assigned in the constructor.
  • src/components/modal/modal.tsx(108,12): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
  • src/components/modal/modal.tsx(151,18): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
  • src/components/modal/modal.tsx(200,7): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
  • src/components/modal/modal.tsx(226,7): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
src/components/modal/test/modal.ct.ts
  • src/components/modal/test/modal.ct.ts(73,11): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
  • src/components/modal/test/modal.ct.ts(123,11): error TS2531: Object is possibly 'null'.: error TS2531: Object is possibly 'null'.
src/components/pagination/pagination.tsx
  • src/components/pagination/pagination.tsx(74,11): error TS2564: Property 'count' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'count' has no initializer and is not definitely assigned in the constructor.
  • src/components/pagination/pagination.tsx(234,47): error TS18047: 'e.target' is possibly 'null'.: error TS18047: 'e.target' is possibly 'null'.
  • src/components/pagination/pagination.tsx(234,47): error TS7053: Element implicitly has an 'any' type because expression of type '"value"' can't be used to index type 'EventTarget'.: error TS7053: Element implicitly has an 'any' type because expression of type '"value"' can't be used to index type 'EventTarget'.
src/components/time-picker/time-picker.tsx
  • src/components/time-picker/time-picker.tsx(130,12): error TS2564: Property 'timeSelect' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'timeSelect' has no initializer and is not definitely assigned in the constructor.
  • src/components/time-picker/time-picker.tsx(136,12): error TS2564: Property 'done' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'done' has no initializer and is not definitely assigned in the constructor.
  • src/components/time-picker/time-picker.tsx(141,12): error TS2564: Property 'timeChange' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'timeChange' has no initializer and is not definitely assigned in the constructor.
  • src/components/time-picker/time-picker.tsx(143,20): error TS2564: Property '_time' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_time' has no initializer and is not definitely assigned in the constructor.
  • src/components/time-picker/time-picker.tsx(145,20): error TS2564: Property '_formattedTime' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_formattedTime' has no initializer and is not definitely assigned in the constructor.
  • src/components/time-picker/time-picker.tsx(275,21): error TS2322: Type 'string | null' is not assignable to type 'string | number | string[] | undefined'.: error TS2322: Type 'string | null' is not assignable to type 'string | number | string[] | undefined'.
src/components/tree/tree.tsx
  • src/components/tree/tree.tsx(88,11): error TS2564: Property 'hyperlist' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property 'hyperlist' has no initializer and is not definitely assigned in the constructor.
src/components/utils/lazy-list/lazy.ts
  • src/components/utils/lazy-list/lazy.ts(41,3): error TS2564: Property '_config' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_config' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(44,3): error TS2564: Property '_renderAnimationFrame' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_renderAnimationFrame' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(45,3): error TS2564: Property '_averageHeight' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_averageHeight' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(53,3): error TS2564: Property '_itemHeights' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_itemHeights' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(54,3): error TS2564: Property '_containerSize' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_containerSize' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(55,3): error TS2564: Property '_scrollPaddingBottom' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_scrollPaddingBottom' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(56,3): error TS2564: Property '_scrollPaddingTop' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_scrollPaddingTop' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(59,3): error TS2564: Property '_screenItemsLen' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_screenItemsLen' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(60,3): error TS2564: Property '_lastFrom' has no initializer and is not definitely assigned in the constructor.: error TS2564: Property '_lastFrom' has no initializer and is not definitely assigned in the constructor.
  • src/components/utils/lazy-list/lazy.ts(70,43): error TS7006: Parameter 'style' implicitly has an 'any' type.: error TS7006: Parameter 'style' implicitly has an 'any' type.
  • src/components/utils/lazy-list/lazy.ts(72,25): error TS7015: Element implicitly has an 'any' type because index expression is not of type 'number'.: error TS7015: Element implicitly has an 'any' type because index expression is not of type 'number'.
  • src/components/utils/lazy-list/lazy.ts(73,23): error TS7015: Element implicitly has an 'any' type because index expression is not of type 'number'.: error TS7015: Element implicitly has an 'any' type because index expression is not of type 'number'.
  • src/components/utils/lazy-list/lazy.ts(116,25): error TS2565: Property '_config' is used before being assigned.: error TS2565: Property '_config' is used before being assigned.
  • src/components/utils/lazy-list/lazy.ts(189,28): error TS2322: Type 'number | undefined' is not assignable to type 'number'.: error TS2322: Type 'number | undefined' is not assignable to type 'number'.
  • src/components/utils/lazy-list/lazy.ts(197,23): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'VirtualListConfig'.: error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'VirtualListConfig'.
  • src/components/utils/lazy-list/lazy.ts(204,11): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'VirtualListConfig'.: error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'VirtualListConfig'.
  • src/components/utils/lazy-list/lazy.ts(228,28): error TS18048: 'config.itemHeight' is possibly 'undefined'.: error TS18048: 'config.itemHeight' is possibly 'undefined'.
  • src/components/utils/lazy-list/lazy.ts(228,48): error TS18048: 'config.total' is possibly 'undefined'.: error TS18048: 'config.total' is possibly 'undefined'.
  • src/components/utils/lazy-list/lazy.ts(253,30): error TS2345: Argument of type 'HTMLElement | undefined' is not assignable to parameter of type 'HTMLElement'.: error TS2345: Argument of type 'HTMLElement | undefined' is not assignable to parameter of type 'HTMLElement'.
  • src/components/utils/lazy-list/lazy.ts(292,11): error TS7006: Parameter 'i' implicitly has an 'any' type.: error TS7006: Parameter 'i' implicitly has an 'any' type.
  • src/components/utils/lazy-list/lazy.ts(294,16): error TS2722: Cannot invoke an object which is possibly 'undefined'.: error TS2722: Cannot invoke an object which is possibly 'undefined'.
  • src/components/utils/lazy-list/lazy.ts(356,14): error TS18048: 'total' is possibly 'undefined'.: error TS18048: 'total' is possibly 'undefined'.
  • src/components/utils/lazy-list/lazy.ts(356,51): error TS18048: 'total' is possibly 'undefined'.: error TS18048: 'total' is possibly 'undefined'.
  • src/components/utils/lazy-list/lazy.ts(373,5): error TS7053: Element implicitly has an 'any' type because expression of type '"appendChild" | "push"' can't be used to index type 'never[] | DocumentFragment'.: error TS7053: Element implicitly has an 'any' type because expression of type '"appendChild" | "push"' can't be used to index type 'never[] | DocumentFragment'.
  • src/components/utils/lazy-list/lazy.ts(378,7): error TS7053: Element implicitly has an 'any' type because expression of type '"appendChild" | "push"' can't be used to index type 'never[] | DocumentFragment'.: error TS7053: Element implicitly has an 'any' type because expression of type '"appendChild" | "push"' can't be used to index type 'never[] | DocumentFragment'.
  • src/components/utils/lazy-list/lazy.ts(397,28): error TS18048: 'total' is possibly 'undefined'.: error TS18048: 'total' is possibly 'undefined'.
  • src/components/utils/lazy-list/lazy.ts(422,31): error TS18048: 'total' is possibly 'undefined'.: error TS18048: 'total' is possibly 'undefined'.
  • src/components/utils/lazy-list/lazy.ts(424,7): error TS18048: 'total' is possibly 'undefined'.: error TS18048: 'total' is possibly 'undefined'.

Copy link

sonarcloud bot commented Oct 21, 2024

@danielleroux danielleroux merged commit ab1da53 into release-3.0.0 Oct 21, 2024
14 of 15 checks passed
@danielleroux danielleroux deleted the chore/fix-release-3-build branch October 21, 2024 16:33
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.

5 participants