Skip to content

Commit

Permalink
ci(changesets): version packages (alpha) (#2061)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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]

### Patch Changes

- Fix `hasNamedImportInImportDeclaration` util to check all named
imports ([#2060](#2060))
by @yangwooseong

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 12, 2024
1 parent 3970353 commit bb642ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"olive-pillows-prove",
"orange-pants-live",
"perfect-ears-yawn",
"perfect-parents-share",
"plenty-planes-sniff",
"poor-windows-join",
"proud-feet-drum",
Expand Down
6 changes: 6 additions & 0 deletions packages/bezier-codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @channel.io/bezier-codemod

## 0.5.0-alpha.8

### Patch Changes

- Fix `hasNamedImportInImportDeclaration` util to check all named imports ([#2060](https://github.com/channel-io/bezier-react/pull/2060)) by @yangwooseong

## 0.5.0-alpha.7

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-codemod",
"version": "0.5.0-alpha.7",
"version": "0.5.0-alpha.8",
"description": "Codemod transformations to help upgrade app using Bezier design system.",
"repository": {
"type": "git",
Expand Down

0 comments on commit bb642ba

Please sign in to comment.