Skip to content

Commit 415f833

Browse files
chore(release): version packages (#317)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 18c19ce commit 415f833

File tree

19 files changed

+102
-36
lines changed

19 files changed

+102
-36
lines changed

.changeset/large-impalas-brake.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# kubed-documents
22

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+
314
## 0.2.25
415

516
### Patch Changes

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubed-documents",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"private": true,
55
"scripts": {
66
"build": "cd .. && npm run docs:docgen && cd packages/icons && npm run build && cd ../../docs && next build",
@@ -9,9 +9,9 @@
99
"start": "next start"
1010
},
1111
"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",
1515
"@mdx-js/loader": "^3.0.1",
1616
"@mdx-js/react": "^1.6.22",
1717
"classnames": "^2.3.1",

packages/charts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/charts
22

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+
313
## 0.2.25
414

515
### Patch Changes

packages/charts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/charts",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"homepage": "https://github.com/kubesphere/kube-design",
55
"repository": {
66
"type": "git",
@@ -23,8 +23,8 @@
2323
"styled-components": "^5.3.0"
2424
},
2525
"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",
2828
"react": ">=16.8.6",
2929
"react-dom": ">=16.8.6",
3030
"react-is": "^17.0.2"

packages/code-editor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/code-editor
22

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+
313
## 0.2.25
414

515
### Patch Changes

packages/code-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/code-editor",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"homepage": "https://github.com/kubesphere/kube-design",
55
"repository": {
66
"type": "git",
@@ -29,8 +29,8 @@
2929
"@types/file-saver": "^2.0.5"
3030
},
3131
"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",
3434
"react": ">=16.8.6",
3535
"react-dom": ">=16.8.6",
3636
"react-is": "^17.0.2"

packages/components/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/components
22

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+
313
## 0.2.25
414

515
### Patch Changes

packages/components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/components",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"description": "React components library for KubeSphere console.",
55
"repository": {
66
"type": "git",
@@ -41,11 +41,11 @@
4141
"tippy.js": "^6.3.7"
4242
},
4343
"devDependencies": {
44-
"@kubed/tests": "0.2.25"
44+
"@kubed/tests": "0.2.26"
4545
},
4646
"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",
4949
"react": ">=16.8.6",
5050
"react-dom": ">=16.8.6",
5151
"react-is": "^17.0.2"

packages/diff-viewer/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/diff-view
22

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+
313
## 0.2.25
414

515
### Patch Changes

packages/diff-viewer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/diff-viewer",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"homepage": "https://github.com/kubesphere/kube-design",
55
"repository": {
66
"type": "git",
@@ -24,8 +24,8 @@
2424
"styled-components": "^5.3.0"
2525
},
2626
"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",
2929
"react": ">=16.8.6",
3030
"react-dom": ">=16.8.6",
3131
"react-is": "^17.0.2"

packages/hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kubed/hooks
22

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+
39
## 0.2.25
410

511
### Patch Changes

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/hooks",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"homepage": "https://github.com/kubesphere/kube-design",
55
"repository": {
66
"type": "git",

packages/icons/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kubed/icons
22

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+
39
## 0.2.25
410

511
### Patch Changes

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/icons",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"homepage": "https://github.com/kubesphere/kube-design",
55
"repository": {
66
"type": "git",

packages/log-viewer/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/log-viewer
22

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+
313
## 0.2.25
414

515
### Patch Changes

packages/log-viewer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/log-viewer",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"homepage": "https://github.com/kubesphere/kube-design",
55
"repository": {
66
"type": "git",
@@ -29,8 +29,8 @@
2929
"@types/react-window": "^1.8.5"
3030
},
3131
"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",
3434
"react": ">=16.8.6",
3535
"react-dom": ">=16.8.6",
3636
"react-is": "^17.0.2"

packages/tests/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kubed/tests
22

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+
39
## 0.2.25
410

511
### Patch Changes

packages/tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/tests",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"private": true,
55
"description": "Testing utilities for Kubed components",
66
"license": "MIT",

0 commit comments

Comments
 (0)