Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 20, 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

  • #1284 4dcf60d7 Thanks @Jamie-channel! - Update icons

  • #1298 284d3d8b Thanks @sungik-choi! - BREAKING CHANGE

    Change LegacyRadio component to export individually named instead of the LegacyRadio namespace.

    - import { LegacyRadio } from '@channel.io/bezier-react'
    - type RadioProps = LegacyRadio.RadioProps
    - const RadioComponent = LegacyRadio.Radio
    + import { LegacyRadio, type LegacyRadioProps } from '@channel.io/bezier-react'
    + type RadioProps = LegacyRadioProps
    + const RadioComponent = LegacyRadio
  • #1292 3b6d7feb Thanks @rktguswjd! - Remove container property from Tooltip component and add contentWrapperStyle property.

Patch Changes

[email protected]

Patch Changes

@github-actions github-actions bot requested a review from sungik-choi as a code owner April 20, 2023 04:40
@github-actions github-actions bot force-pushed the changeset-release/next-v1 branch from a98198f to f35477c Compare April 20, 2023 04:40
@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (542a624) 78.18% compared to head (c312671) 78.18%.

Additional details and impacted files
@@           Coverage Diff            @@
##           next-v1    #1294   +/-   ##
========================================
  Coverage    78.18%   78.18%           
========================================
  Files          294      294           
  Lines         3796     3796           
  Branches       838      838           
========================================
  Hits          2968     2968           
  Misses         545      545           
  Partials       283      283           

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 in Codecov by Sentry.
📢 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 dd92ec0 to efccf58 Compare April 20, 2023 05:47
@github-actions github-actions bot force-pushed the changeset-release/next-v1 branch from efccf58 to c312671 Compare April 20, 2023 05:50
@sungik-choi sungik-choi merged commit 3178cd5 into next-v1 Apr 20, 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