Skip to content

Commit

Permalink
Merge branch 'main' into WEB-3629/stylelint-bezier
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong authored Aug 21, 2024
2 parents 05f15a6 + e2498dd commit 7965442
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 14 deletions.
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.6

### Patch Changes

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

## 0.6.5

### 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.5",
"version": "0.6.6",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@channel.io/bezier-icons": "0.32.0",
"@channel.io/bezier-icons": "0.33.0",
"@channel.io/bezier-react": "2.2.4",
"octokit": "^3.1.2",
"react": "^18.2.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/bezier-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @channel.io/bezier-icons

## 0.33.0

### Minor Changes

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

Deleted

- channel-filled.svg
- channel.svg

Added

- live.svg

Modified

- widget.svg

## 0.32.0

### Minor Changes
Expand Down
1 change: 0 additions & 1 deletion packages/bezier-icons/icons/channel-filled.svg

This file was deleted.

1 change: 0 additions & 1 deletion packages/bezier-icons/icons/channel.svg

This file was deleted.

1 change: 1 addition & 0 deletions packages/bezier-icons/icons/live.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/bezier-icons/icons/widget.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.32.0",
"version": "0.33.0",
"description": "Icon library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/package.json
Original file line number Diff line number Diff line change
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.32.0",
"@channel.io/bezier-icons": "0.33.0",
"@chromatic-com/storybook": "^1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
BlockIcon,
CancelIcon,
CancelSmallIcon,
ChannelIcon,
ChannelBtnFilledIcon,
CheckCircleFilledIcon,
ErrorTriangleFilledIcon,
Hourglass3Icon,
Expand Down Expand Up @@ -262,7 +262,7 @@ export const UsageLinkTo: StoryObj<{}> = {
render: () => (
<Banner
variant="cobalt"
icon={ChannelIcon}
icon={ChannelBtnFilledIcon}
content="채널톡 정말 좋은 서비스에요."
hasLink
linkText="사용안내"
Expand Down
3 changes: 1 addition & 2 deletions packages/bezier-react/src/components/Icon/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
BookmarkFilledIcon,
CallInProgressIcon,
ChannelBtnFilledIcon,
ChannelIcon,
CheckCircleIcon,
ChevronDownDoubleIcon,
ChevronRightIcon,
Expand Down Expand Up @@ -55,7 +54,7 @@ export default meta

export const Primary: StoryObj<IconProps> = {
args: {
source: ChannelIcon,
source: ChannelBtnFilledIcon,
size: 'm',
color: 'bg-black-darker',
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-icons@npm:0.32.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
"@channel.io/bezier-icons@npm:0.33.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 Down Expand Up @@ -2011,7 +2011,7 @@ __metadata:
"@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.32.0"
"@channel.io/bezier-icons": "npm:0.33.0"
"@channel.io/bezier-tokens": "npm:0.2.6"
"@chromatic-com/storybook": "npm:^1"
"@radix-ui/react-checkbox": "npm:^1.0.4"
Expand Down Expand Up @@ -7609,7 +7609,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.32.0"
"@channel.io/bezier-icons": "npm:0.33.0"
"@channel.io/bezier-react": "npm:2.2.4"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
Expand Down

0 comments on commit 7965442

Please sign in to comment.