Skip to content

Commit

Permalink
ci(changesets): version packages (#2297)
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

- Update icons
([#2300](#2300)) by
@kimminkyung94

    Added

    -   breaktime-filled.svg
    -   type.svg

    Modified

    -   button-route.svg
    -   dragable-alt.svg
    -   lightning-filled.svg
    -   lightning.svg
    -   play-filled.svg
    -   view-off.svg

    Deleted

    -   exclusive.svg

    Renamed

    -   workflow.svg -> flow.svg

## @channel.io/[email protected]

### Patch Changes

- Add `AlphaToggleButton` component.
([#2276](#2276)) by
@yangwooseong

- Add `AlphaToggleButtonGroup` component.
([#2276](#2276)) by
@yangwooseong

- Fixed a bug where the focus effect of the `TabItem` component was cut
off. ([#2295](#2295)) by
@theaniketnegi

## [email protected]

### Patch Changes

-   Updated dependencies
    -   @channel.io/[email protected]
    -   @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 Jun 24, 2024
1 parent f8de0a4 commit 9fbb83e
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-turkeys-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-fans-tease.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/icon-update-1718878839914.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-swans-peel.md

This file was deleted.

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

## 0.5.10

### Patch Changes

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

## 0.5.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.9",
"version": "0.5.10",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@channel.io/bezier-icons": "0.26.0",
"@channel.io/bezier-react": "2.0.8",
"@channel.io/bezier-icons": "0.27.0",
"@channel.io/bezier-react": "2.0.9",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
28 changes: 28 additions & 0 deletions packages/bezier-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @channel.io/bezier-icons

## 0.27.0

### Minor Changes

- Update icons ([#2300](https://github.com/channel-io/bezier-react/pull/2300)) by @kimminkyung94

Added

- breaktime-filled.svg
- type.svg

Modified

- button-route.svg
- dragable-alt.svg
- lightning-filled.svg
- lightning.svg
- play-filled.svg
- view-off.svg

Deleted

- exclusive.svg

Renamed

- workflow.svg -> flow.svg

## 0.26.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-icons",
"version": "0.26.0",
"version": "0.27.0",
"description": "Icon library that implements Bezier design system.",
"repository": {
"type": "git",
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.0.9

### Patch Changes

- Add `AlphaToggleButton` component. ([#2276](https://github.com/channel-io/bezier-react/pull/2276)) by @yangwooseong

- Add `AlphaToggleButtonGroup` component. ([#2276](https://github.com/channel-io/bezier-react/pull/2276)) by @yangwooseong

- Fixed a bug where the focus effect of the `TabItem` component was cut off. ([#2295](https://github.com/channel-io/bezier-react/pull/2295)) by @theaniketnegi

## 2.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.8",
"version": "2.0.9",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@channel.io/bezier-icons": "0.26.0",
"@channel.io/bezier-icons": "0.27.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-icons@npm:0.26.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
"@channel.io/bezier-icons@npm:0.27.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons"
dependencies:
Expand All @@ -2330,15 +2330,15 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-react@npm:2.0.8, @channel.io/bezier-react@workspace:packages/bezier-react":
"@channel.io/bezier-react@npm:2.0.9, @channel.io/bezier-react@workspace:packages/bezier-react":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
dependencies:
"@babel/core": "npm:^7.23.9"
"@babel/preset-env": "npm:^7.23.9"
"@babel/preset-react": "npm:^7.23.3"
"@babel/preset-typescript": "npm:^7.23.3"
"@channel.io/bezier-icons": "npm:0.26.0"
"@channel.io/bezier-icons": "npm:0.27.0"
"@channel.io/bezier-tokens": "npm:0.2.5"
"@radix-ui/react-checkbox": "npm:^1.0.4"
"@radix-ui/react-dialog": "npm:^1.0.5"
Expand Down Expand Up @@ -8808,8 +8808,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.26.0"
"@channel.io/bezier-react": "npm:2.0.8"
"@channel.io/bezier-icons": "npm:0.27.0"
"@channel.io/bezier-react": "npm:2.0.9"
"@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 9fbb83e

Please sign in to comment.