Skip to content

Commit

Permalink
ci(changesets): version packages (#2487)
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 main, this PR will
be updated.


# Releases
## @channel.io/[email protected]

### Minor Changes

- Layout components support the `basis` (`flex-basis`) property.
([#2495](#2495)) by
@sungik-choi

### Patch Changes

- Improve the rendering performance of components that use `LegacyIcon`.
([#2494](#2494)) by
@sungik-choi

## [email protected]

### Minor Changes

- Change autocomplete logic. Now token name can trigger autocomplete
even without `var` string.
([#2486](#2486)) by
@yangwooseong

## [email protected]

### Patch Changes

-   Updated dependencies
    -   @channel.io/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ch-builder and github-actions[bot] authored Nov 11, 2024
1 parent 82cd266 commit 63fbd3c
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-humans-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-mails-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-horses-care.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bezier-figma-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bezier-figma-plugin

## 0.6.14

### Patch Changes

- Updated dependencies
- @channel.io/[email protected]

## 0.6.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bezier-figma-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bezier-figma-plugin",
"version": "0.6.13",
"version": "0.6.14",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@channel.io/bezier-icons": "0.35.0",
"@channel.io/bezier-react": "2.4.0",
"@channel.io/bezier-react": "2.5.0",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @channel.io/bezier-react

## 2.5.0

### Minor Changes

- Layout components support the `basis` (`flex-basis`) property. ([#2495](https://github.com/channel-io/bezier-react/pull/2495)) by @sungik-choi

### Patch Changes

- Improve the rendering performance of components that use `LegacyIcon`. ([#2494](https://github.com/channel-io/bezier-react/pull/2494)) by @sungik-choi

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-react",
"version": "2.4.0",
"version": "2.5.0",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down
8 changes: 7 additions & 1 deletion packages/bezier-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# bezier-vscode

## 0.2.0

### Minor Changes

- Change autocomplete logic. Now token name can trigger autocomplete even without `var` string. ([#2486](https://github.com/channel-io/bezier-react/pull/2486)) by @yangwooseong

## 0.1.0

### Minor Changes

- Set up information about the package for initial publishing ([#2153](https://github.com/channel-io/bezier-react/pull/2153)) by @yangwooseong

- Implement `bezier-vscode` package for VS Code extension ([#2091](https://github.com/channel-io/bezier-react/pull/2091)) by @yangwooseong
- Implement `bezier-vscode` package for VS Code extension ([#2091](https://github.com/channel-io/bezier-react/pull/2091)) by @yangwooseong
2 changes: 1 addition & 1 deletion packages/bezier-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bezier-vscode",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "VS Code extension for Bezier Design System",
"icon": "assets/channel-icon.png",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-react@npm:2.4.0, @channel.io/bezier-react@workspace:packages/bezier-react":
"@channel.io/bezier-react@npm:2.5.0, @channel.io/bezier-react@workspace:packages/bezier-react":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
dependencies:
Expand Down Expand Up @@ -8333,7 +8333,7 @@ __metadata:
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.35.0"
"@channel.io/bezier-react": "npm:2.4.0"
"@channel.io/bezier-react": "npm:2.5.0"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
"@types/react-dom": "npm:^18.2.19"
Expand Down

0 comments on commit 63fbd3c

Please sign in to comment.