Skip to content

Commit 27c7d12

Browse files
chore(release): version packages (#320)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9afc383 commit 27c7d12

File tree

19 files changed

+96
-37
lines changed

19 files changed

+96
-37
lines changed

.changeset/few-grapes-leave.md

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

docs/CHANGELOG.md

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

3+
## 0.2.27
4+
5+
### Patch Changes
6+
7+
- [#319](https://github.com/kubesphere/kube-design/pull/319) [`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d) Thanks [@yazhouio](https://github.com/yazhouio)! - 1. Fix table fixed style. 2. Table toolbar support disabled status.
8+
- Updated dependencies [[`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d)]:
9+
- @kubed/components@0.2.27
10+
- @kubed/hooks@0.2.27
11+
- @kubed/icons@0.2.27
12+
313
## 0.2.26
414

515
### 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.26",
3+
"version": "0.2.27",
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.26",
13-
"@kubed/hooks": "^0.2.26",
14-
"@kubed/icons": "^0.2.26",
12+
"@kubed/components": "^0.2.27",
13+
"@kubed/hooks": "^0.2.27",
14+
"@kubed/icons": "^0.2.27",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @kubed/charts
22

3+
## 0.2.27
4+
5+
### Patch Changes
6+
7+
- [#319](https://github.com/kubesphere/kube-design/pull/319) [`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d) Thanks [@yazhouio](https://github.com/yazhouio)! - 1. Fix table fixed style. 2. Table toolbar support disabled status.
8+
- Updated dependencies [[`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d)]:
9+
- @kubed/hooks@0.2.27
10+
- @kubed/icons@0.2.27
11+
312
## 0.2.26
413

514
### 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.26",
3+
"version": "0.2.27",
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.26",
27-
"@kubed/icons": "0.2.26",
26+
"@kubed/hooks": "0.2.27",
27+
"@kubed/icons": "0.2.27",
2828
"react": ">=16.8.6",
2929
"react-dom": ">=16.8.6",
3030
"react-is": "^17.0.2"

packages/code-editor/CHANGELOG.md

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

3+
## 0.2.27
4+
5+
### Patch Changes
6+
7+
- [#319](https://github.com/kubesphere/kube-design/pull/319) [`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d) Thanks [@yazhouio](https://github.com/yazhouio)! - 1. Fix table fixed style. 2. Table toolbar support disabled status.
8+
- Updated dependencies [[`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d)]:
9+
- @kubed/hooks@0.2.27
10+
- @kubed/icons@0.2.27
11+
312
## 0.2.26
413

514
### 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.26",
3+
"version": "0.2.27",
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.26",
33-
"@kubed/icons": "0.2.26",
32+
"@kubed/hooks": "0.2.27",
33+
"@kubed/icons": "0.2.27",
3434
"react": ">=16.8.6",
3535
"react-dom": ">=16.8.6",
3636
"react-is": "^17.0.2"

packages/components/CHANGELOG.md

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

3+
## 0.2.27
4+
5+
### Patch Changes
6+
7+
- [#319](https://github.com/kubesphere/kube-design/pull/319) [`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d) Thanks [@yazhouio](https://github.com/yazhouio)! - 1. Fix table fixed style. 2. Table toolbar support disabled status.
8+
- Updated dependencies [[`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d)]:
9+
- @kubed/hooks@0.2.27
10+
- @kubed/icons@0.2.27
11+
312
## 0.2.26
413

514
### 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.26",
3+
"version": "0.2.27",
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.26"
44+
"@kubed/tests": "0.2.27"
4545
},
4646
"peerDependencies": {
47-
"@kubed/hooks": "0.2.26",
48-
"@kubed/icons": "0.2.26",
47+
"@kubed/hooks": "0.2.27",
48+
"@kubed/icons": "0.2.27",
4949
"react": ">=16.8.6",
5050
"react-dom": ">=16.8.6",
5151
"react-is": "^17.0.2"

packages/diff-viewer/CHANGELOG.md

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

3+
## 0.2.27
4+
5+
### Patch Changes
6+
7+
- [#319](https://github.com/kubesphere/kube-design/pull/319) [`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d) Thanks [@yazhouio](https://github.com/yazhouio)! - 1. Fix table fixed style. 2. Table toolbar support disabled status.
8+
- Updated dependencies [[`9afc383`](https://github.com/kubesphere/kube-design/commit/9afc383e8dcdee063ff9e1a73775285e5a05475d)]:
9+
- @kubed/hooks@0.2.27
10+
- @kubed/icons@0.2.27
11+
312
## 0.2.26
413

514
### Patch Changes

0 commit comments

Comments
 (0)