File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# bezier-figma-plugin
2
2
3
+ ## 0.6.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @channel .io/bezier-react@3.0.3
9
+
3
10
## 0.6.22
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bezier-figma-plugin" ,
3
- "version" : " 0.6.22 " ,
3
+ "version" : " 0.6.23 " ,
4
4
"private" : true ,
5
5
"description" : " Figma plugin that helps build Bezier design system and increase productivity." ,
6
6
"repository" : {
39
39
},
40
40
"dependencies" : {
41
41
"@channel.io/bezier-icons" : " 0.39.0" ,
42
- "@channel.io/bezier-react" : " 3.0.2 " ,
42
+ "@channel.io/bezier-react" : " 3.0.3 " ,
43
43
"octokit" : " ^4.0.2" ,
44
44
"react" : " ^19.0.0" ,
45
45
"react-dom" : " ^19.0.0" ,
Original file line number Diff line number Diff line change 1
1
# @channel.io/bezier-react
2
2
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Add `text-align: left` style to `Banner` component. ([#2577](https://github.com/channel-io/bezier-react/pull/2577)) by @sungik-choi
8
+
3
9
## 3.0.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @channel.io/bezier-react" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.3 " ,
4
4
"description" : " React components library that implements Bezier design system." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -2210,7 +2210,7 @@ __metadata:
2210
2210
languageName: unknown
2211
2211
linkType: soft
2212
2212
2213
- "@channel.io/bezier-react@npm:3.0.2 , @channel.io/bezier-react@workspace:packages/bezier-react":
2213
+ "@channel.io/bezier-react@npm:3.0.3 , @channel.io/bezier-react@workspace:packages/bezier-react":
2214
2214
version: 0.0.0-use.local
2215
2215
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
2216
2216
dependencies:
@@ -8131,7 +8131,7 @@ __metadata:
8131
8131
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
8132
8132
dependencies:
8133
8133
"@channel.io/bezier-icons": "npm:0.39.0"
8134
- "@channel.io/bezier-react": "npm:3.0.2 "
8134
+ "@channel.io/bezier-react": "npm:3.0.3 "
8135
8135
"@figma/plugin-typings": "npm:^1.104.0"
8136
8136
"@types/react": "npm:^19.0.1"
8137
8137
"@types/react-dom": "npm:^19.0.2"
You can’t perform that action at this time.
0 commit comments