Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 8, 2023

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 next-v1, this PR will be updated.

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

next-v1 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 next-v1.

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

Releases

@channel.io/[email protected]

Minor Changes

  • #1071 8df05c64 Thanks @sungik-choi! - Re-implement Radio component.

    BREAKING CHANGES

    • Legacy Radio component is now exported with namespace LEGACY__Radio. It will be deprecated.
    • New Radio component must be used with the new RadioGroup component. See below.
    // AS-IS
    <Radio
      value={value}
      watchingValue={watchingValue}
      onClick={() => setWatchingValue(value)}
    />
    
    // TO-BE
    <RadioGroup
      value={watchingValue}
      onChangeValue={setWatchingValue}
    >
      <Radio value={value} />
    </RadioGroup>

Patch Changes

[email protected]

Patch Changes

@github-actions github-actions bot requested a review from sungik-choi as a code owner February 8, 2023 08:56
@github-actions github-actions bot force-pushed the changeset-release/next-v1 branch from 139459c to ddeef02 Compare February 8, 2023 08:56
@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Base: 72.88% // Head: 72.88% // No change to project coverage 👍

Coverage data is based on head (e0193c6) compared to base (8df05c6).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           next-v1    #1125   +/-   ##
========================================
  Coverage    72.88%   72.88%           
========================================
  Files          366      366           
  Lines         4404     4404           
  Branches       854      854           
========================================
  Hits          3210     3210           
  Misses        1119     1119           
  Partials        75       75           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions github-actions bot force-pushed the changeset-release/next-v1 branch 2 times, most recently from 96e9732 to e0bf368 Compare February 9, 2023 09:18
@github-actions github-actions bot force-pushed the changeset-release/next-v1 branch from e0bf368 to e0193c6 Compare February 10, 2023 05:16
@sungik-choi sungik-choi merged commit 137c2a4 into next-v1 Feb 10, 2023
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.

2 participants