Skip to content

chore: release (next) #3379

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

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 8, 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 spectrum-two, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

spectrum-two is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on spectrum-two.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@spectrum-css/avatar@8.0.0-next.0

Major Changes

  • #3355 a827601 Thanks @cdransf! - Adds support for new avatar-size tokens (avatar-size-800 to avatar-size-1500). Updates avatar component story to support new sizes. Adds support for avatar-border-color and avatar-border-thickness.

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10

@spectrum-css/colorarea@6.0.0-next.0

Major Changes

  • #3388 8aa61a9 Thanks @cdransf! - # colorarea S2 migration

    This change migrates the colorarea component to S2. It leverages updated tokens and the rgba(...) color function, replacing the existing TODO and hardcoded values.

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/colorhandle@9.0.0-next.0

@spectrum-css/colorloupe@6.0.0-next.0

Major Changes

  • #3301 b91a202 Thanks @rise-erpelding! - Migrates color loupe to Spectrum 2 tokens. Color loupe now uses the new drop shadow tokens --spectrum-drop-shadow-elevated-x, --spectrum-drop-shadow-elevated-y, --spectrum-drop-shadow-elevated-blur, and --spectrum-drop-shadow-elevated-color rather than specific color loupe tokens.

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10

@spectrum-css/dialog@11.0.0-next.0

Major Changes

  • #2860 bd934cc Thanks @marissahuysentruyt! - Spectrum 2 Standard Dialog Migration

    This is the migration for standard dialog. The Divider component is no longer supported in S2 dialogs. In addition, some new and updated tokens are in place to update dialog corner rounding, font treatments, spacing/padding, and maximum/minimum widths. There were several new elements implemented as well, including optional header and footer content, hero/cover images, checkbox and text-only options in the footer content area.

    The .spectrum-Dialog--small, .spectrum-Dialog--medium, and .spectrum-Dialog--large sizing classes were deprecated and removed from the CSS in favor of the t-shirt sizes. Additionally, the spelling of the .spectrum-Dialog--dismissable class was corrected to .spectrum-Dialog--dismissible.

    Mod properties are either "new," have been renamed to reflect the respective dialog language, or were removed:

    New Mods
    --mod-standard-dialog-spacing-title-to-header-content
    --mod-standard-dialog-spacing-title-to-description
    --mod-standard-dialog-header-content-font-size

    Renamed Mods
    --mod-dialog-confirm-small-width > --mod-standard-dialog-max-width-small
    --mod-dialog-confirm-medium-width > --mod-standard-dialog-max-width
    --mod-dialog-confirm-large-width > --mod-standard-dialog-max-width-large
    --mod-dialog-confirm-border-radius > --mod-standard-dialog-border-radius
    --mod-dialog-confirm-description-text-size > --mod-standard-dialog-description-font-size
    --mod-dialog-confirm-description-text-line-height > --mod-standard-dialog-description-line-height
    --mod-dialog-confirm-description-text-color > --mod-standard-dialog-description-text-color
    --mod-dialog-confirm-description-font-weight > --mod-standard-dialog-description-font-weight
    --mod-dialog-heading-font-weight > --mod-standard-dialog-heading-font-weight
    --mod-dialog-confirm-title-text-line-height > --mod-standard-dialog-heading-line-height
    --mod-dialog-confirm-title-text-color > --mod-standard-dialog-heading-text-color
    --mod-dialog-confirm-title-text-size > --mod-standard-dialog-heading-font-size
    --mod-dialog-confirm-hero-height > --mod-standard-dialog-hero-block-size
    --mod-dialog-min-inline-size > --mod-standard-dialog-min-inline-size
    --mod-dialog-confirm-padding-grid > --mod-standard-dialog-spacing-grid-padding
    --mod-dialog-confirm-footer-padding-top > --mod-standard-dialog-spacing-description-to-footer
    --mod-dialog-confirm-close-button-padding > --mod-standard-dialog-spacing-edge-to-close-button
    --mod-dialog-confirm-gap-size > --mod-standard-dialog-spacing-footer-to-button-group

    Removed Mods
    --mod-dialog-confirm-buttongroup-padding-top
    --mod-dialog-confirm-close-button-size
    --mod-dialog-confirm-description-margin
    --mod-dialog-confirm-description-padding
    --mod-dialog-confirm-divider-block-spacing-end
    --mod-dialog-confirm-divider-block-spacing-start
    --mod-dialog-confirm-divider-height

    Modal and underlay updates

    • Modal component now uses the updated corner rounding.
    • Underlay has an updated comment that addresses the overlay-color/overlay-opacity tokens.

Patch Changes

  • Updated dependencies [bd934cc, bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/modal@5.1.1-next.0
    • @spectrum-css/underlay@4.1.1-next.0

@spectrum-css/opacitycheckerboard@3.0.0-next.0

Major Changes

  • #3394 eda9897 Thanks @cdransf! - # thumbnail-opacity-checkerboard S2 migration

    Adds thumbnail specific thumbnail-opacity-checkerboard-square-size token aliased to --spectrum-opacity-checkerboard-size. This impacts the display of the opacity-checkerboard when used within the thumbnail component.

    This also corrects an issue with a token name in the thumbnail component by renaming --spectrum-thumbnail-border-color-opacity to --spectrum-thumbnail-border-opacity.

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10

@spectrum-css/thumbnail@7.0.0-next.0

Minor Changes

  • #3367 2c62239 Thanks @cdransf! - Replaces corner-radius-75 with thumbnail-corner-radius.

  • #3394 eda9897 Thanks @cdransf! - # thumbnail-opacity-checkerboard S2 migration

    Adds thumbnail specific thumbnail-opacity-checkerboard-square-size token aliased to --spectrum-opacity-checkerboard-size. This impacts the display of the opacity-checkerboard when used within the thumbnail component.

    This also corrects an issue with a token name in the thumbnail component by renaming --spectrum-thumbnail-border-color-opacity to --spectrum-thumbnail-border-opacity.

Patch Changes

  • Updated dependencies [bd934cc, eda9897]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/opacitycheckerboard@3.0.0-next.0

@spectrum-css/preview@11.0.1-next.0

Patch Changes

  • Updated dependencies [bd934cc, bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/underlay@4.1.1-next.0
    • @spectrum-css/table@7.0.0-next.0

@spectrum-css/actionbar@9.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/popover@8.0.0-next.0

@spectrum-css/actionmenu@7.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/popover@8.0.0-next.0
    • @spectrum-css/menu@8.0.0-next.0

@spectrum-css/alertdialog@2.1.1-next.0

Patch Changes

  • Updated dependencies [bd934cc, bd934cc, bd934cc]:
    • @spectrum-css/buttongroup@7.0.0-next.4
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/modal@5.1.1-next.0
    • @spectrum-css/underlay@4.1.1-next.0

@spectrum-css/buttongroup@7.0.0-next.4

Patch Changes

  • #2860 bd934cc Thanks @marissahuysentruyt! - Adds a new --mod-buttongroup-flex-wrap custom property to leverage if a user wishes to customize the flex-wrap property.

  • Updated dependencies [bd934cc]:

    • @spectrum-css/tokens@14.0.0-next.10

@spectrum-css/coachmark@8.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, bd934cc]:
    • @spectrum-css/buttongroup@7.0.0-next.4
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/popover@8.0.0-next.0
    • @spectrum-css/actionmenu@7.0.0-next.0
    • @spectrum-css/menu@8.0.0-next.0

@spectrum-css/colorhandle@9.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, b91a202, eda9897]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/colorloupe@6.0.0-next.0
    • @spectrum-css/opacitycheckerboard@3.0.0-next.0

@spectrum-css/colorslider@7.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, eda9897]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/opacitycheckerboard@3.0.0-next.0
    • @spectrum-css/colorhandle@9.0.0-next.0

@spectrum-css/colorwheel@5.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, 8aa61a9, b91a202]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/colorarea@6.0.0-next.0
    • @spectrum-css/colorloupe@6.0.0-next.0
    • @spectrum-css/colorhandle@9.0.0-next.0

@spectrum-css/combobox@4.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/popover@8.0.0-next.0
    • @spectrum-css/pickerbutton@6.0.0-next.0
    • @spectrum-css/menu@8.0.0-next.0

@spectrum-css/contextualhelp@4.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/popover@8.0.0-next.0

@spectrum-css/datepicker@4.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/popover@8.0.0-next.0
    • @spectrum-css/pickerbutton@6.0.0-next.0

@spectrum-css/menu@8.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/tray@4.0.0-next.0

@spectrum-css/modal@5.1.1-next.0

Patch Changes

  • #2860 bd934cc Thanks @marissahuysentruyt! - Spectrum 2 Standard Dialog Migration

    This is the migration for standard dialog. The Divider component is no longer supported in S2 dialogs. In addition, some new and updated tokens are in place to update dialog corner rounding, font treatments, spacing/padding, and maximum/minimum widths. There were several new elements implemented as well, including optional header and footer content, hero/cover images, checkbox and text-only options in the footer content area.

    The .spectrum-Dialog--small, .spectrum-Dialog--medium, and .spectrum-Dialog--large sizing classes were deprecated and removed from the CSS in favor of the t-shirt sizes. Additionally, the spelling of the .spectrum-Dialog--dismissable class was corrected to .spectrum-Dialog--dismissible.

    Mod properties are either "new," have been renamed to reflect the respective dialog language, or were removed:

    New Mods
    --mod-standard-dialog-spacing-title-to-header-content
    --mod-standard-dialog-spacing-title-to-description
    --mod-standard-dialog-header-content-font-size

    Renamed Mods
    --mod-dialog-confirm-small-width > --mod-standard-dialog-max-width-small
    --mod-dialog-confirm-medium-width > --mod-standard-dialog-max-width
    --mod-dialog-confirm-large-width > --mod-standard-dialog-max-width-large
    --mod-dialog-confirm-border-radius > --mod-standard-dialog-border-radius
    --mod-dialog-confirm-description-text-size > --mod-standard-dialog-description-font-size
    --mod-dialog-confirm-description-text-line-height > --mod-standard-dialog-description-line-height
    --mod-dialog-confirm-description-text-color > --mod-standard-dialog-description-text-color
    --mod-dialog-confirm-description-font-weight > --mod-standard-dialog-description-font-weight
    --mod-dialog-heading-font-weight > --mod-standard-dialog-heading-font-weight
    --mod-dialog-confirm-title-text-line-height > --mod-standard-dialog-heading-line-height
    --mod-dialog-confirm-title-text-color > --mod-standard-dialog-heading-text-color
    --mod-dialog-confirm-title-text-size > --mod-standard-dialog-heading-font-size
    --mod-dialog-confirm-hero-height > --mod-standard-dialog-hero-block-size
    --mod-dialog-min-inline-size > --mod-standard-dialog-min-inline-size
    --mod-dialog-confirm-padding-grid > --mod-standard-dialog-spacing-grid-padding
    --mod-dialog-confirm-footer-padding-top > --mod-standard-dialog-spacing-description-to-footer
    --mod-dialog-confirm-close-button-padding > --mod-standard-dialog-spacing-edge-to-close-button
    --mod-dialog-confirm-gap-size > --mod-standard-dialog-spacing-footer-to-button-group

    Removed Mods
    --mod-dialog-confirm-buttongroup-padding-top
    --mod-dialog-confirm-close-button-size
    --mod-dialog-confirm-description-margin
    --mod-dialog-confirm-description-padding
    --mod-dialog-confirm-divider-block-spacing-end
    --mod-dialog-confirm-divider-block-spacing-start
    --mod-dialog-confirm-divider-height

    Modal and underlay updates

    • Modal component now uses the updated corner rounding.
    • Underlay has an updated comment that addresses the overlay-color/overlay-opacity tokens.
  • Updated dependencies [bd934cc]:

    • @spectrum-css/tokens@14.0.0-next.10

@spectrum-css/picker@9.0.0-next.1

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/popover@8.0.0-next.0
    • @spectrum-css/menu@8.0.0-next.0

@spectrum-css/pickerbutton@6.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/popover@8.0.0-next.0
    • @spectrum-css/menu@8.0.0-next.0

@spectrum-css/popover@8.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/dialog@11.0.0-next.0
    • @spectrum-css/alertdialog@2.1.1-next.0
    • @spectrum-css/menu@8.0.0-next.0

@spectrum-css/swatch@7.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, eda9897]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/opacitycheckerboard@3.0.0-next.0

@spectrum-css/swatchgroup@4.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/swatch@7.0.0-next.0

@spectrum-css/table@7.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, 2c62239, eda9897]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/thumbnail@7.0.0-next.0

@spectrum-css/tabs@6.0.0-next.1

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/picker@9.0.0-next.1
    • @spectrum-css/menu@8.0.0-next.0

@spectrum-css/tag@10.0.0-next.0

Patch Changes

  • Updated dependencies [a827601, bd934cc]:
    • @spectrum-css/avatar@8.0.0-next.0
    • @spectrum-css/tokens@14.0.0-next.10

@spectrum-css/taggroup@6.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/tag@10.0.0-next.0

@spectrum-css/tray@4.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, bd934cc]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/dialog@11.0.0-next.0
    • @spectrum-css/modal@5.1.1-next.0

@spectrum-css/treeview@11.0.0-next.0

Patch Changes

  • Updated dependencies [bd934cc, 2c62239, eda9897]:
    • @spectrum-css/tokens@14.0.0-next.10
    • @spectrum-css/thumbnail@7.0.0-next.0

@spectrum-css/underlay@4.1.1-next.0

Patch Changes

  • #2860 bd934cc Thanks @marissahuysentruyt! - Spectrum 2 Standard Dialog Migration

    This is the migration for standard dialog. The Divider component is no longer supported in S2 dialogs. In addition, some new and updated tokens are in place to update dialog corner rounding, font treatments, spacing/padding, and maximum/minimum widths. There were several new elements implemented as well, including optional header and footer content, hero/cover images, checkbox and text-only options in the footer content area.

    The .spectrum-Dialog--small, .spectrum-Dialog--medium, and .spectrum-Dialog--large sizing classes were deprecated and removed from the CSS in favor of the t-shirt sizes. Additionally, the spelling of the .spectrum-Dialog--dismissable class was corrected to .spectrum-Dialog--dismissible.

    Mod properties are either "new," have been renamed to reflect the respective dialog language, or were removed:

    New Mods
    --mod-standard-dialog-spacing-title-to-header-content
    --mod-standard-dialog-spacing-title-to-description
    --mod-standard-dialog-header-content-font-size

    Renamed Mods
    --mod-dialog-confirm-small-width > --mod-standard-dialog-max-width-small
    --mod-dialog-confirm-medium-width > --mod-standard-dialog-max-width
    --mod-dialog-confirm-large-width > --mod-standard-dialog-max-width-large
    --mod-dialog-confirm-border-radius > --mod-standard-dialog-border-radius
    --mod-dialog-confirm-description-text-size > --mod-standard-dialog-description-font-size
    --mod-dialog-confirm-description-text-line-height > --mod-standard-dialog-description-line-height
    --mod-dialog-confirm-description-text-color > --mod-standard-dialog-description-text-color
    --mod-dialog-confirm-description-font-weight > --mod-standard-dialog-description-font-weight
    --mod-dialog-heading-font-weight > --mod-standard-dialog-heading-font-weight
    --mod-dialog-confirm-title-text-line-height > --mod-standard-dialog-heading-line-height
    --mod-dialog-confirm-title-text-color > --mod-standard-dialog-heading-text-color
    --mod-dialog-confirm-title-text-size > --mod-standard-dialog-heading-font-size
    --mod-dialog-confirm-hero-height > --mod-standard-dialog-hero-block-size
    --mod-dialog-min-inline-size > --mod-standard-dialog-min-inline-size
    --mod-dialog-confirm-padding-grid > --mod-standard-dialog-spacing-grid-padding
    --mod-dialog-confirm-footer-padding-top > --mod-standard-dialog-spacing-description-to-footer
    --mod-dialog-confirm-close-button-padding > --mod-standard-dialog-spacing-edge-to-close-button
    --mod-dialog-confirm-gap-size > --mod-standard-dialog-spacing-footer-to-button-group

    Removed Mods
    --mod-dialog-confirm-buttongroup-padding-top
    --mod-dialog-confirm-close-button-size
    --mod-dialog-confirm-description-margin
    --mod-dialog-confirm-description-padding
    --mod-dialog-confirm-divider-block-spacing-end
    --mod-dialog-confirm-divider-block-spacing-start
    --mod-dialog-confirm-divider-height

    Modal and underlay updates

    • Modal component now uses the updated corner rounding.
    • Underlay has an updated comment that addresses the overlay-color/overlay-opacity tokens.
  • Updated dependencies [bd934cc]:

    • @spectrum-css/tokens@14.0.0-next.10

@spectrum-css/tokens@14.0.0-next.10

Patch Changes

  • #2860 bd934cc Thanks @marissahuysentruyt! - Adds --spectrum-standard-dialog-spacing-edge-to-content to properly adjust the spacing for desktop/mobile dialog styles.

@castastrophe castastrophe enabled auto-merge (squash) November 11, 2024 17:33
@github-actions github-actions bot force-pushed the changeset-release/spectrum-two branch from 2d5e347 to 9b920a5 Compare November 12, 2024 16:59
@castastrophe castastrophe added skip_vrt Add to a PR to skip running VRT (but still pass the action) skip_lint Skip the linting workflow labels Nov 12, 2024
@github-actions github-actions bot force-pushed the changeset-release/spectrum-two branch from 9b920a5 to 61d5db2 Compare November 12, 2024 21:28
@castastrophe castastrophe enabled auto-merge (squash) November 13, 2024 14:22
@github-actions github-actions bot force-pushed the changeset-release/spectrum-two branch 2 times, most recently from b1c4b15 to 4c86b76 Compare November 19, 2024 19:57
@castastrophe castastrophe enabled auto-merge (squash) November 19, 2024 20:25
@castastrophe castastrophe enabled auto-merge (squash) November 20, 2024 16:16
@github-actions github-actions bot force-pushed the changeset-release/spectrum-two branch from 4c86b76 to 92bcd11 Compare December 4, 2024 10:39
@github-actions github-actions bot force-pushed the changeset-release/spectrum-two branch from 92bcd11 to 4a34702 Compare December 4, 2024 14:23
@github-actions github-actions bot force-pushed the changeset-release/spectrum-two branch 2 times, most recently from feb5374 to 1836c32 Compare December 4, 2024 14:43
@castastrophe castastrophe force-pushed the spectrum-two branch 2 times, most recently from cdb180d to 27d01df Compare December 4, 2024 14:54
@github-actions github-actions bot force-pushed the changeset-release/spectrum-two branch 4 times, most recently from 5d299c8 to aee60e7 Compare December 9, 2024 22:37
@castastrophe castastrophe enabled auto-merge (squash) December 16, 2024 21:30
@castastrophe castastrophe force-pushed the changeset-release/spectrum-two branch from aee60e7 to 0ddd98a Compare December 16, 2024 21:40
@castastrophe castastrophe enabled auto-merge (squash) December 16, 2024 21:40
Copy link
Contributor Author

🚀 Deployed on https://pr-3379--spectrum-css.netlify.app

Copy link
Contributor Author

File metrics

Summary

Total size: 2.74 MB*

🎉 No changes detected in any packages

* Size determined by adding together the size of the main file for all packages in the library.
* Results are not gzipped or minified.
* An ASCII character in UTF-8 is 8 bits or 1 byte.

@castastrophe castastrophe merged commit 69cb1b9 into spectrum-two Dec 16, 2024
18 of 24 checks passed
@castastrophe castastrophe deleted the changeset-release/spectrum-two branch December 16, 2024 22:19
castastrophe pushed a commit that referenced this pull request Dec 27, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Dec 29, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Dec 29, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Jan 17, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Jan 17, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Jan 21, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Jan 22, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Feb 5, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Feb 7, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Feb 7, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Feb 7, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Feb 11, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Feb 24, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
castastrophe pushed a commit that referenced this pull request Feb 24, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge skip_lint Skip the linting workflow skip_vrt Add to a PR to skip running VRT (but still pass the action)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant