Skip to content

Commit 07dd389

Browse files
authored
fix(Icon): size prop (#590)
1 parent 3eedd9a commit 07dd389

File tree

7 files changed

+130
-95
lines changed

7 files changed

+130
-95
lines changed

Diff for: .changeset/polite-singers-teach.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@cube-dev/ui-kit': patch
3+
---
4+
5+
Fix size prop for icons.

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
version: 9.12.2
7070

71-
- uses: actions/cache@v2
71+
- uses: actions/cache@v3
7272
name: Download storybook cache
7373
with:
7474
path: |
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
version: 9.12.2
116116

117-
- uses: actions/cache@v2
117+
- uses: actions/cache@v3
118118
name: Download storybook cache
119119
with:
120120
path: |

Diff for: .github/workflows/pull-request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
version: 9.12.2
8888

89-
- uses: actions/cache@v2
89+
- uses: actions/cache@v3
9090
name: Download eslint cache
9191
with:
9292
path: |
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
version: 9.12.2
128128

129-
- uses: actions/cache@v2
129+
- uses: actions/cache@v3
130130
name: Download storybook cache
131131
with:
132132
path: |
@@ -188,7 +188,7 @@ jobs:
188188
with:
189189
version: 9.12.2
190190

191-
- uses: actions/cache@v2
191+
- uses: actions/cache@v3
192192
name: Download storybook cache
193193
with:
194194
path: |

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
"valid-url": "^1.0.9"
8888
},
8989
"devDependencies": {
90-
"@actions/core": "^1.9.1",
90+
"@actions/core": "^1.11.1",
9191
"@actions/exec": "^1.1.1",
92-
"@actions/github": "^5.0.3",
92+
"@actions/github": "^6.0.0",
9393
"@changesets/changelog-github": "^0.4.4",
9494
"@changesets/cli": "^2.22.0",
9595
"@commitlint/cli": "^17.4.4",

Diff for: pnpm-lock.yaml

+106-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)