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) #1988

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 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 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]

Minor Changes

  • Move @channel.io/bezier-tokens from dev depdency to dependency (#1985) by @sungik-choi

Patch Changes

  • Add missing spreading props to ThemeProvider and related components. (#1986) by @sungik-choi

@channel.io/[email protected]

Patch Changes

  • Fix bug in v2-import-from-bezier-to-styled-components codemod when there are only named imports as following: (#1987) by @yangwooseong

    // As-is
    import { css } from "@channel.io/bezier-react";
    
    // To-be
    import { css } from "styled-components";

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a6dbfa5) 84.23% compared to head (01c941c) 84.23%.

Additional details and impacted files
@@           Coverage Diff           @@
##            alpha    #1988   +/-   ##
=======================================
  Coverage   84.23%   84.23%           
=======================================
  Files         142      142           
  Lines        2277     2277           
  Branches      606      606           
=======================================
  Hits         1918     1918           
  Misses        282      282           
  Partials       77       77           

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

@sungik-choi sungik-choi merged commit 1e7de8a into alpha Feb 8, 2024
8 checks passed
@sungik-choi sungik-choi deleted the changeset-release/alpha branch February 8, 2024 06:09
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