Skip to content

Commit 8bab52c

Browse files
chore(release): version packages (#332)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 425225e commit 8bab52c

19 files changed

+102
-36
lines changed

.changeset/tame-owls-whisper.md

-13
This file was deleted.

docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# kubed-documents
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
9+
- Updated dependencies [[`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd)]:
10+
- @kubed/components@0.2.31
11+
- @kubed/hooks@0.2.31
12+
- @kubed/icons@0.2.31
13+
314
## 0.2.30
415

516
### Patch Changes

docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubed-documents",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
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.30",
13-
"@kubed/hooks": "^0.2.30",
14-
"@kubed/icons": "^0.2.30",
12+
"@kubed/components": "^0.2.31",
13+
"@kubed/hooks": "^0.2.31",
14+
"@kubed/icons": "^0.2.31",
1515
"@mdx-js/loader": "^3.0.1",
1616
"@mdx-js/react": "^1.6.22",
1717
"classnames": "^2.3.1",

packages/charts/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/charts
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
9+
- Updated dependencies [[`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd)]:
10+
- @kubed/hooks@0.2.31
11+
- @kubed/icons@0.2.31
12+
313
## 0.2.30
414

515
### Patch Changes

packages/charts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/charts",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
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.30",
27-
"@kubed/icons": "0.2.30",
26+
"@kubed/hooks": "0.2.31",
27+
"@kubed/icons": "0.2.31",
2828
"react": ">=16.8.6",
2929
"react-dom": ">=16.8.6",
3030
"react-is": "^17.0.2"

packages/code-editor/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/code-editor
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
9+
- Updated dependencies [[`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd)]:
10+
- @kubed/hooks@0.2.31
11+
- @kubed/icons@0.2.31
12+
313
## 0.2.30
414

515
### Patch Changes

packages/code-editor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/code-editor",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
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.30",
33-
"@kubed/icons": "0.2.30",
32+
"@kubed/hooks": "0.2.31",
33+
"@kubed/icons": "0.2.31",
3434
"react": ">=16.8.6",
3535
"react-dom": ">=16.8.6",
3636
"react-is": "^17.0.2"

packages/components/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/components
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
9+
- Updated dependencies [[`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd)]:
10+
- @kubed/hooks@0.2.31
11+
- @kubed/icons@0.2.31
12+
313
## 0.2.30
414

515
### Patch Changes

packages/components/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/components",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
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.30"
44+
"@kubed/tests": "0.2.31"
4545
},
4646
"peerDependencies": {
47-
"@kubed/hooks": "0.2.30",
48-
"@kubed/icons": "0.2.30",
47+
"@kubed/hooks": "0.2.31",
48+
"@kubed/icons": "0.2.31",
4949
"react": ">=16.8.6",
5050
"react-dom": ">=16.8.6",
5151
"react-is": "^17.0.2"

packages/diff-viewer/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/diff-view
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
9+
- Updated dependencies [[`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd)]:
10+
- @kubed/hooks@0.2.31
11+
- @kubed/icons@0.2.31
12+
313
## 0.2.30
414

515
### Patch Changes

packages/diff-viewer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/diff-viewer",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
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.30",
28-
"@kubed/icons": "0.2.30",
27+
"@kubed/hooks": "0.2.31",
28+
"@kubed/icons": "0.2.31",
2929
"react": ">=16.8.6",
3030
"react-dom": ">=16.8.6",
3131
"react-is": "^17.0.2"

packages/hooks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kubed/hooks
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
39
## 0.2.30
410

511
### Patch Changes

packages/hooks/package.json

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

packages/icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kubed/icons
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
39
## 0.2.30
410

511
### Patch Changes

packages/icons/package.json

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

packages/log-viewer/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kubed/log-viewer
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
9+
- Updated dependencies [[`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd)]:
10+
- @kubed/hooks@0.2.31
11+
- @kubed/icons@0.2.31
12+
313
## 0.2.30
414

515
### Patch Changes

packages/log-viewer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/log-viewer",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
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.30",
33-
"@kubed/icons": "0.2.30",
32+
"@kubed/hooks": "0.2.31",
33+
"@kubed/icons": "0.2.31",
3434
"react": ">=16.8.6",
3535
"react-dom": ">=16.8.6",
3636
"react-is": "^17.0.2"

packages/tests/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kubed/tests
22

3+
## 0.2.31
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/kubesphere/kube-design/pull/331) [`425225e`](https://github.com/kubesphere/kube-design/commit/425225e99e395e2e95b772aab1698f52bb597edd) Thanks [@yazhouio](https://github.com/yazhouio)! - fix(FilterInput): synchronize filters state with props and optimize effect dependencies
8+
39
## 0.2.30
410

511
### Patch Changes

packages/tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubed/tests",
3-
"version": "0.2.30",
3+
"version": "0.2.31",
44
"private": true,
55
"description": "Testing utilities for Kubed components",
66
"license": "MIT",

0 commit comments

Comments
 (0)