File tree Expand file tree Collapse file tree 9 files changed +33
-23
lines changed Expand file tree Collapse file tree 9 files changed +33
-23
lines changed Load Diff This file was deleted.
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.3.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @channel .io/bezier-react@1.8.1
9
+ - @channel .io/bezier-icons@0.7.0
10
+
3
11
## 0.3.12
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bezier-figma-plugin" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"private" : true ,
5
5
"description" : " Figma plugin that helps build Bezier design system and increase productivity." ,
6
6
"repository" : {
37
37
"webpack-cli" : " ^5.1.4"
38
38
},
39
39
"dependencies" : {
40
- "@channel.io/bezier-icons" : " ^0.6 .0" ,
40
+ "@channel.io/bezier-icons" : " ^0.7 .0" ,
41
41
"@channel.io/bezier-react" : " workspace:^" ,
42
42
"octokit" : " ^2.0.22" ,
43
43
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# @channel .io/bezier-icons
2
2
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update icons ([ #1502 ] ( https://github.com/channel-io/bezier-react/pull/1502 ) ) by @Jamie-channel
8
+
9
+ ** NEW**
10
+
11
+ - Line
12
+ - NaverTalktalk
13
+
3
14
## 0.6.0
4
15
5
16
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @channel.io/bezier-icons" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"description" : " Icon library that implements Bezier design system." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# @channel .io/bezier-react
2
2
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - add type cast to fix incorrect type infer in ` TabAction ` component ([ #1497 ] ( https://github.com/channel-io/bezier-react/pull/1497 ) ) by @yangwooseong
8
+
3
9
## 1.8.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @channel.io/bezier-react" ,
3
- "version" : " 1.8.0 " ,
3
+ "version" : " 1.8.1 " ,
4
4
"description" : " React components library that implements Bezier design system." ,
5
5
"repository" : {
6
6
"type" : " git" ,
63
63
"@babel/preset-env" : " ^7.22.5" ,
64
64
"@babel/preset-react" : " ^7.22.5" ,
65
65
"@babel/preset-typescript" : " ^7.22.5" ,
66
- "@channel.io/bezier-icons" : " ^0.6 .0" ,
66
+ "@channel.io/bezier-icons" : " ^0.7 .0" ,
67
67
"@channel.io/react-docgen-typescript-plugin" : " ^1.0.0" ,
68
68
"@mdx-js/react" : " ^1.6.22" ,
69
69
"@rollup/plugin-alias" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -2897,7 +2897,7 @@ __metadata:
2897
2897
languageName: unknown
2898
2898
linkType: soft
2899
2899
2900
- "@channel.io/bezier-icons@^0.6 .0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
2900
+ "@channel.io/bezier-icons@^0.7 .0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
2901
2901
version: 0.0.0-use.local
2902
2902
resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons"
2903
2903
dependencies:
@@ -2930,7 +2930,7 @@ __metadata:
2930
2930
"@babel/preset-env": ^7.22.5
2931
2931
"@babel/preset-react": ^7.22.5
2932
2932
"@babel/preset-typescript": ^7.22.5
2933
- "@channel.io/bezier-icons": ^0.6 .0
2933
+ "@channel.io/bezier-icons": ^0.7 .0
2934
2934
"@channel.io/react-docgen-typescript-plugin": ^1.0.0
2935
2935
"@mdx-js/react": ^1.6.22
2936
2936
"@radix-ui/react-checkbox": ^1.0.4
@@ -9512,7 +9512,7 @@ __metadata:
9512
9512
version: 0.0.0-use.local
9513
9513
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
9514
9514
dependencies:
9515
- "@channel.io/bezier-icons": ^0.6 .0
9515
+ "@channel.io/bezier-icons": ^0.7 .0
9516
9516
"@channel.io/bezier-react": "workspace:^"
9517
9517
"@figma/plugin-typings": ^1.65.0
9518
9518
"@types/react": ^18.2.13
You can’t perform that action at this time.
0 commit comments