File tree 7 files changed +23
-14
lines changed
7 files changed +23
-14
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.3.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+
10
+
3
11
## 0.3.11
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.11 " ,
3
+ "version" : " 0.3.12 " ,
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.5 .0" ,
40
+ "@channel.io/bezier-icons" : " ^0.6 .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.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update icons ([ #1494 ] ( https://github.com/channel-io/bezier-react/pull/1494 ) ) by @Jamie-channel
8
+
9
+ - ** NEW** : Sproute
10
+
3
11
## 0.5.0
4
12
5
13
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @channel.io/bezier-icons" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .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 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.5 .0" ,
66
+ "@channel.io/bezier-icons" : " ^0.6 .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 @@ -2906,7 +2906,7 @@ __metadata:
2906
2906
languageName: unknown
2907
2907
linkType: soft
2908
2908
2909
- "@channel.io/bezier-icons@^0.5 .0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
2909
+ "@channel.io/bezier-icons@^0.6 .0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
2910
2910
version: 0.0.0-use.local
2911
2911
resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons"
2912
2912
dependencies:
@@ -2939,7 +2939,7 @@ __metadata:
2939
2939
"@babel/preset-env": ^7.22.5
2940
2940
"@babel/preset-react": ^7.22.5
2941
2941
"@babel/preset-typescript": ^7.22.5
2942
- "@channel.io/bezier-icons": ^0.5 .0
2942
+ "@channel.io/bezier-icons": ^0.6 .0
2943
2943
"@channel.io/react-docgen-typescript-plugin": ^1.0.0
2944
2944
"@mdx-js/react": ^1.6.22
2945
2945
"@radix-ui/react-checkbox": ^1.0.4
@@ -9491,7 +9491,7 @@ __metadata:
9491
9491
version: 0.0.0-use.local
9492
9492
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
9493
9493
dependencies:
9494
- "@channel.io/bezier-icons": ^0.5 .0
9494
+ "@channel.io/bezier-icons": ^0.6 .0
9495
9495
"@channel.io/bezier-react": "workspace:^"
9496
9496
"@figma/plugin-typings": ^1.65.0
9497
9497
"@types/react": ^18.2.13
You can’t perform that action at this time.
0 commit comments