File tree Expand file tree Collapse file tree 19 files changed +102
-36
lines changed Expand file tree Collapse file tree 19 files changed +102
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# kubed-documents
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
9
+ - Updated dependencies [[ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 )] :
10
+ - @kubed/components @0.2.26
11
+ - @kubed/hooks @0.2.26
12
+ - @kubed/icons @0.2.26
13
+
3
14
## 0.2.25
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kubed-documents" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " cd .. && npm run docs:docgen && cd packages/icons && npm run build && cd ../../docs && next build" ,
9
9
"start" : " next start"
10
10
},
11
11
"dependencies" : {
12
- "@kubed/components" : " ^0.2.25 " ,
13
- "@kubed/hooks" : " ^0.2.25 " ,
14
- "@kubed/icons" : " ^0.2.25 " ,
12
+ "@kubed/components" : " ^0.2.26 " ,
13
+ "@kubed/hooks" : " ^0.2.26 " ,
14
+ "@kubed/icons" : " ^0.2.26 " ,
15
15
"@mdx-js/loader" : " ^3.0.1" ,
16
16
"@mdx-js/react" : " ^1.6.22" ,
17
17
"classnames" : " ^2.3.1" ,
Original file line number Diff line number Diff line change 1
1
# @kubed/charts
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
9
+ - Updated dependencies [[ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 )] :
10
+ - @kubed/hooks @0.2.26
11
+ - @kubed/icons @0.2.26
12
+
3
13
## 0.2.25
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubed/charts" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"homepage" : " https://github.com/kubesphere/kube-design" ,
5
5
"repository" : {
6
6
"type" : " git" ,
23
23
"styled-components" : " ^5.3.0"
24
24
},
25
25
"peerDependencies" : {
26
- "@kubed/hooks" : " 0.2.25 " ,
27
- "@kubed/icons" : " 0.2.25 " ,
26
+ "@kubed/hooks" : " 0.2.26 " ,
27
+ "@kubed/icons" : " 0.2.26 " ,
28
28
"react" : " >=16.8.6" ,
29
29
"react-dom" : " >=16.8.6" ,
30
30
"react-is" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
# @kubed/code-editor
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
9
+ - Updated dependencies [[ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 )] :
10
+ - @kubed/hooks @0.2.26
11
+ - @kubed/icons @0.2.26
12
+
3
13
## 0.2.25
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubed/code-editor" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"homepage" : " https://github.com/kubesphere/kube-design" ,
5
5
"repository" : {
6
6
"type" : " git" ,
29
29
"@types/file-saver" : " ^2.0.5"
30
30
},
31
31
"peerDependencies" : {
32
- "@kubed/hooks" : " 0.2.25 " ,
33
- "@kubed/icons" : " 0.2.25 " ,
32
+ "@kubed/hooks" : " 0.2.26 " ,
33
+ "@kubed/icons" : " 0.2.26 " ,
34
34
"react" : " >=16.8.6" ,
35
35
"react-dom" : " >=16.8.6" ,
36
36
"react-is" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
# @kubed/components
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
9
+ - Updated dependencies [[ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 )] :
10
+ - @kubed/hooks @0.2.26
11
+ - @kubed/icons @0.2.26
12
+
3
13
## 0.2.25
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubed/components" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"description" : " React components library for KubeSphere console." ,
5
5
"repository" : {
6
6
"type" : " git" ,
41
41
"tippy.js" : " ^6.3.7"
42
42
},
43
43
"devDependencies" : {
44
- "@kubed/tests" : " 0.2.25 "
44
+ "@kubed/tests" : " 0.2.26 "
45
45
},
46
46
"peerDependencies" : {
47
- "@kubed/hooks" : " 0.2.25 " ,
48
- "@kubed/icons" : " 0.2.25 " ,
47
+ "@kubed/hooks" : " 0.2.26 " ,
48
+ "@kubed/icons" : " 0.2.26 " ,
49
49
"react" : " >=16.8.6" ,
50
50
"react-dom" : " >=16.8.6" ,
51
51
"react-is" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
# @kubed/diff-view
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
9
+ - Updated dependencies [[ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 )] :
10
+ - @kubed/hooks @0.2.26
11
+ - @kubed/icons @0.2.26
12
+
3
13
## 0.2.25
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubed/diff-viewer" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"homepage" : " https://github.com/kubesphere/kube-design" ,
5
5
"repository" : {
6
6
"type" : " git" ,
24
24
"styled-components" : " ^5.3.0"
25
25
},
26
26
"peerDependencies" : {
27
- "@kubed/hooks" : " 0.2.25 " ,
28
- "@kubed/icons" : " 0.2.25 " ,
27
+ "@kubed/hooks" : " 0.2.26 " ,
28
+ "@kubed/icons" : " 0.2.26 " ,
29
29
"react" : " >=16.8.6" ,
30
30
"react-dom" : " >=16.8.6" ,
31
31
"react-is" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
# @kubed/hooks
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
3
9
## 0.2.25
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubed/hooks" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"homepage" : " https://github.com/kubesphere/kube-design" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# @kubed/icons
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
3
9
## 0.2.25
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubed/icons" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"homepage" : " https://github.com/kubesphere/kube-design" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# @kubed/log-viewer
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
9
+ - Updated dependencies [[ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 )] :
10
+ - @kubed/hooks @0.2.26
11
+ - @kubed/icons @0.2.26
12
+
3
13
## 0.2.25
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubed/log-viewer" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"homepage" : " https://github.com/kubesphere/kube-design" ,
5
5
"repository" : {
6
6
"type" : " git" ,
29
29
"@types/react-window" : " ^1.8.5"
30
30
},
31
31
"peerDependencies" : {
32
- "@kubed/hooks" : " 0.2.25 " ,
33
- "@kubed/icons" : " 0.2.25 " ,
32
+ "@kubed/hooks" : " 0.2.26 " ,
33
+ "@kubed/icons" : " 0.2.26 " ,
34
34
"react" : " >=16.8.6" ,
35
35
"react-dom" : " >=16.8.6" ,
36
36
"react-is" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
# @kubed/tests
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #316 ] ( https://github.com/kubesphere/kube-design/pull/316 ) [ ` 18c19ce ` ] ( https://github.com/kubesphere/kube-design/commit/18c19ce15be0c0ed57043c5f9274fae5d0461db0 ) Thanks [ @51wangping ] ( https://github.com/51wangping ) ! - update icons
8
+
3
9
## 0.2.25
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kubed/tests" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"private" : true ,
5
5
"description" : " Testing utilities for Kubed components" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments