Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release #291

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/little-mangos-chew.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# kubed-documents

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

- Updated dependencies [[`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1)]:
- @kubed/[email protected]
- @kubed/[email protected]
- @kubed/[email protected]

## 0.2.17

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubed-documents",
"version": "0.2.17",
"version": "0.2.18",
"private": true,
"scripts": {
"build": "cd .. && npm run docs:docgen && cd packages/icons && npm run build && cd ../../docs && next build",
Expand All @@ -9,9 +9,9 @@
"start": "next start"
},
"dependencies": {
"@kubed/components": "^0.2.17",
"@kubed/hooks": "^0.2.17",
"@kubed/icons": "^0.2.17",
"@kubed/components": "^0.2.18",
"@kubed/hooks": "^0.2.18",
"@kubed/icons": "^0.2.18",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.3.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kubed/charts

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

- Updated dependencies [[`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1)]:
- @kubed/[email protected]
- @kubed/[email protected]

## 0.2.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubed/charts",
"version": "0.2.17",
"version": "0.2.18",
"homepage": "https://github.com/kubesphere/kube-design",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"styled-components": "^5.3.0"
},
"peerDependencies": {
"@kubed/hooks": "0.2.17",
"@kubed/icons": "0.2.17",
"@kubed/hooks": "0.2.18",
"@kubed/icons": "0.2.18",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kubed/code-editor

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

- Updated dependencies [[`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1)]:
- @kubed/[email protected]
- @kubed/[email protected]

## 0.2.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubed/code-editor",
"version": "0.2.17",
"version": "0.2.18",
"homepage": "https://github.com/kubesphere/kube-design",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@types/file-saver": "^2.0.5"
},
"peerDependencies": {
"@kubed/hooks": "0.2.17",
"@kubed/icons": "0.2.17",
"@kubed/hooks": "0.2.18",
"@kubed/icons": "0.2.18",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kubed/components

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

- Updated dependencies [[`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1)]:
- @kubed/[email protected]
- @kubed/[email protected]

## 0.2.17

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubed/components",
"version": "0.2.17",
"version": "0.2.18",
"description": "React components library for KubeSphere console.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,11 +41,11 @@
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@kubed/tests": "0.2.17"
"@kubed/tests": "0.2.18"
},
"peerDependencies": {
"@kubed/hooks": "0.2.17",
"@kubed/icons": "0.2.17",
"@kubed/hooks": "0.2.18",
"@kubed/icons": "0.2.18",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/diff-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kubed/diff-view

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

- Updated dependencies [[`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1)]:
- @kubed/[email protected]
- @kubed/[email protected]

## 0.2.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/diff-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubed/diff-viewer",
"version": "0.2.17",
"version": "0.2.18",
"homepage": "https://github.com/kubesphere/kube-design",
"repository": {
"type": "git",
Expand All @@ -24,8 +24,8 @@
"styled-components": "^5.3.0"
},
"peerDependencies": {
"@kubed/hooks": "0.2.17",
"@kubed/icons": "0.2.17",
"@kubed/hooks": "0.2.18",
"@kubed/icons": "0.2.18",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kubed/hooks

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

## 0.2.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubed/hooks",
"version": "0.2.17",
"version": "0.2.18",
"homepage": "https://github.com/kubesphere/kube-design",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kubed/icons

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

## 0.2.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubed/icons",
"version": "0.2.17",
"version": "0.2.18",
"homepage": "https://github.com/kubesphere/kube-design",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/log-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kubed/log-viewer

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

- Updated dependencies [[`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1)]:
- @kubed/[email protected]
- @kubed/[email protected]

## 0.2.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/log-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubed/log-viewer",
"version": "0.2.17",
"version": "0.2.18",
"homepage": "https://github.com/kubesphere/kube-design",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@types/react-window": "^1.8.5"
},
"peerDependencies": {
"@kubed/hooks": "0.2.17",
"@kubed/icons": "0.2.17",
"@kubed/hooks": "0.2.18",
"@kubed/icons": "0.2.18",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kubed/tests

## 0.2.18

### Patch Changes

- [#290](https://github.com/kubesphere/kube-design/pull/290) [`c24a3e4`](https://github.com/kubesphere/kube-design/commit/c24a3e4443a52bea8c3a5b2b4096d533702ef5e1) Thanks [@yazhouio](https://github.com/yazhouio)! - Fix bugs

## 0.2.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubed/tests",
"version": "0.2.17",
"version": "0.2.18",
"private": true,
"description": "Testing utilities for Kubed components",
"license": "MIT",
Expand Down