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

ci(changesets): version packages (alpha) #1916

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 15, 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 alpha, this PR will be updated.

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

alpha 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 alpha.

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

Releases

@channel.io/[email protected]

Major Changes

  • Breaking Changes: Property updates in CheckableAvatar component (#1921) by @sungik-choi

    No longer support interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: Property updates in FormLabel, FormHelperText, and FormErrorMessage component (#1893) by @yangwooseong

    No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: Property updates in Select component (#1913) by @sungik-choi

    • No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.
    • No longer support dropdownInterpolation property. Replace any usage of dropdownInterpolation property with appropriate dropdownStyle or dropdownClassName implementations.
    • The type of zIndex property is changed to a z-index token. (e.g. "modal")
  • Breaking Changes: Property updates in Radio component (#1923) by @sungik-choi

    No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: Property updates in NavItem and NavGroup component (#1905) by @yangwooseong

    No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: Property updates in TextField component (#1904) by @sungik-choi

    • No longer support interpolation-related properties. Replace any usage of interpolation -related properties with appropriate ***style or ***className implementations.
    • No longer support inputStyle and inputClassName properties. Replace any usage of inputStyle and inputClassName with appropriate style or className implementations.
    • Change the value of TextFieldVariant enum value to string.
  • Breaking Changes: Property updates in Checkbox component (#1918) by @sungik-choi

    No longer support interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.

  • Breaking Changes: Property updates in TextArea component (#1914) by @sungik-choi

    • No longer support as and interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.
    • No longer support wrapperStyle, wrapperClassName and wrapperInterpolation property. It was never properly implemented before, and the Wrapper element inside was also removed.

@channel.io/[email protected]

Minor Changes

  • Fix typo in v2-z-index-interpolation-to-css-variable codemod. It now transforms ${ZIndex.Float} enum to var(--z-index-floating), not var(--z-index-float). (#1924) by @yangwooseong

  • Enhancement in v2-foundation-to-css-variable-transition codemod (#1917) by @yangwooseong

    • It will properly remove import statement if it converts code where TransitionDuration is used.
  • Add v2-foundation-to-css-variable-spacing codemod to convert the foundation's spacing variable to pixels (#1907) by @yangwooseong

    This transforms

    import { styled } from "@channel.io/bezier-react";
    
    export const Wrapper = styled.div`
      padding: ${({ foundation }) => foundation?.spacing.s5};
    `;

    into

    import { styled } from "@channel.io/bezier-react";
    
    export const Wrapper = styled.div`
      padding: 12px;
    `;
  • Add inputPlaceholderStyle migration logic to v2-input-interpolation-to-css-variable codemod (#1926) by @yangwooseong

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ec556c6) 84.77% compared to head (1605a03) 84.42%.
Report is 1 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #1916      +/-   ##
==========================================
- Coverage   84.77%   84.42%   -0.36%     
==========================================
  Files         222      220       -2     
  Lines        3173     3158      -15     
  Branches      746      746              
==========================================
- Hits         2690     2666      -24     
- Misses        400      409       +9     
  Partials       83       83              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot force-pushed the changeset-release/alpha branch 13 times, most recently from 2940760 to 84dbc1a Compare January 18, 2024 06:47
@sungik-choi sungik-choi merged commit aaf68be into alpha Jan 18, 2024
7 of 8 checks passed
@sungik-choi sungik-choi deleted the changeset-release/alpha branch January 18, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant