From 12c0d25c14b30e81c3044db63ad06c045582649b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:33:37 +0800 Subject: [PATCH] chore(release): version packages (#325) Co-authored-by: github-actions[bot] --- .changeset/early-gifts-lie.md | 13 ------------- docs/CHANGELOG.md | 11 +++++++++++ docs/package.json | 8 ++++---- packages/charts/CHANGELOG.md | 10 ++++++++++ packages/charts/package.json | 6 +++--- packages/code-editor/CHANGELOG.md | 10 ++++++++++ packages/code-editor/package.json | 6 +++--- packages/components/CHANGELOG.md | 10 ++++++++++ packages/components/package.json | 8 ++++---- packages/diff-viewer/CHANGELOG.md | 10 ++++++++++ packages/diff-viewer/package.json | 6 +++--- packages/hooks/CHANGELOG.md | 6 ++++++ packages/hooks/package.json | 2 +- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/log-viewer/CHANGELOG.md | 10 ++++++++++ packages/log-viewer/package.json | 6 +++--- packages/tests/CHANGELOG.md | 6 ++++++ packages/tests/package.json | 2 +- 19 files changed, 102 insertions(+), 36 deletions(-) delete mode 100644 .changeset/early-gifts-lie.md diff --git a/.changeset/early-gifts-lie.md b/.changeset/early-gifts-lie.md deleted file mode 100644 index 870d63e5..00000000 --- a/.changeset/early-gifts-lie.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@kubed/code-editor': patch -'@kubed/diff-viewer': patch -'@kubed/components': patch -'@kubed/log-viewer': patch -'@kubed/charts': patch -'@kubed/hooks': patch -'@kubed/icons': patch -'@kubed/tests': patch -'kubed-documents': patch ---- - -feat: add maxContext prop to Table component for dynamic width adjustment diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4f857338..2e5149f4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # kubed-documents +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + +- Updated dependencies [[`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa)]: + - @kubed/components@0.2.29 + - @kubed/hooks@0.2.29 + - @kubed/icons@0.2.29 + ## 0.2.28 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index a20bfe7c..1786ae13 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "kubed-documents", - "version": "0.2.28", + "version": "0.2.29", "private": true, "scripts": { "build": "cd .. && npm run docs:docgen && cd packages/icons && npm run build && cd ../../docs && next build", @@ -9,9 +9,9 @@ "start": "next start" }, "dependencies": { - "@kubed/components": "^0.2.28", - "@kubed/hooks": "^0.2.28", - "@kubed/icons": "^0.2.28", + "@kubed/components": "^0.2.29", + "@kubed/hooks": "^0.2.29", + "@kubed/icons": "^0.2.29", "@mdx-js/loader": "^3.0.1", "@mdx-js/react": "^1.6.22", "classnames": "^2.3.1", diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 311e2bb4..9ba879cd 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/charts +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + +- Updated dependencies [[`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa)]: + - @kubed/hooks@0.2.29 + - @kubed/icons@0.2.29 + ## 0.2.28 ### Patch Changes diff --git a/packages/charts/package.json b/packages/charts/package.json index cdcf0f50..096109e1 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/charts", - "version": "0.2.28", + "version": "0.2.29", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", @@ -23,8 +23,8 @@ "styled-components": "^5.3.0" }, "peerDependencies": { - "@kubed/hooks": "0.2.28", - "@kubed/icons": "0.2.28", + "@kubed/hooks": "0.2.29", + "@kubed/icons": "0.2.29", "react": ">=16.8.6", "react-dom": ">=16.8.6", "react-is": "^17.0.2" diff --git a/packages/code-editor/CHANGELOG.md b/packages/code-editor/CHANGELOG.md index 3fe2ff6f..b3ff4c56 100644 --- a/packages/code-editor/CHANGELOG.md +++ b/packages/code-editor/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/code-editor +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + +- Updated dependencies [[`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa)]: + - @kubed/hooks@0.2.29 + - @kubed/icons@0.2.29 + ## 0.2.28 ### Patch Changes diff --git a/packages/code-editor/package.json b/packages/code-editor/package.json index 8554d031..2427ab3a 100644 --- a/packages/code-editor/package.json +++ b/packages/code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/code-editor", - "version": "0.2.28", + "version": "0.2.29", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", @@ -29,8 +29,8 @@ "@types/file-saver": "^2.0.5" }, "peerDependencies": { - "@kubed/hooks": "0.2.28", - "@kubed/icons": "0.2.28", + "@kubed/hooks": "0.2.29", + "@kubed/icons": "0.2.29", "react": ">=16.8.6", "react-dom": ">=16.8.6", "react-is": "^17.0.2" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 20daf5ec..3ed6c116 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/components +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + +- Updated dependencies [[`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa)]: + - @kubed/hooks@0.2.29 + - @kubed/icons@0.2.29 + ## 0.2.28 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 9e0d920b..5d2da351 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/components", - "version": "0.2.28", + "version": "0.2.29", "description": "React components library for KubeSphere console.", "repository": { "type": "git", @@ -41,11 +41,11 @@ "tippy.js": "^6.3.7" }, "devDependencies": { - "@kubed/tests": "0.2.28" + "@kubed/tests": "0.2.29" }, "peerDependencies": { - "@kubed/hooks": "0.2.28", - "@kubed/icons": "0.2.28", + "@kubed/hooks": "0.2.29", + "@kubed/icons": "0.2.29", "react": ">=16.8.6", "react-dom": ">=16.8.6", "react-is": "^17.0.2" diff --git a/packages/diff-viewer/CHANGELOG.md b/packages/diff-viewer/CHANGELOG.md index 078fadfe..605c7927 100644 --- a/packages/diff-viewer/CHANGELOG.md +++ b/packages/diff-viewer/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/diff-view +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + +- Updated dependencies [[`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa)]: + - @kubed/hooks@0.2.29 + - @kubed/icons@0.2.29 + ## 0.2.28 ### Patch Changes diff --git a/packages/diff-viewer/package.json b/packages/diff-viewer/package.json index 6a4b28a6..e5ce3461 100644 --- a/packages/diff-viewer/package.json +++ b/packages/diff-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/diff-viewer", - "version": "0.2.28", + "version": "0.2.29", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", @@ -24,8 +24,8 @@ "styled-components": "^5.3.0" }, "peerDependencies": { - "@kubed/hooks": "0.2.28", - "@kubed/icons": "0.2.28", + "@kubed/hooks": "0.2.29", + "@kubed/icons": "0.2.29", "react": ">=16.8.6", "react-dom": ">=16.8.6", "react-is": "^17.0.2" diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index bac9658a..4ed56e61 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @kubed/hooks +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + ## 0.2.28 ### Patch Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index cf558c1d..81a42716 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/hooks", - "version": "0.2.28", + "version": "0.2.29", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index fb4b6053..cfcd236a 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @kubed/icons +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + ## 0.2.28 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 03545536..9c0d8394 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/icons", - "version": "0.2.28", + "version": "0.2.29", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", diff --git a/packages/log-viewer/CHANGELOG.md b/packages/log-viewer/CHANGELOG.md index e473ddb7..e5e5c7fe 100644 --- a/packages/log-viewer/CHANGELOG.md +++ b/packages/log-viewer/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/log-viewer +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + +- Updated dependencies [[`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa)]: + - @kubed/hooks@0.2.29 + - @kubed/icons@0.2.29 + ## 0.2.28 ### Patch Changes diff --git a/packages/log-viewer/package.json b/packages/log-viewer/package.json index 5272389b..4c449797 100644 --- a/packages/log-viewer/package.json +++ b/packages/log-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/log-viewer", - "version": "0.2.28", + "version": "0.2.29", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", @@ -29,8 +29,8 @@ "@types/react-window": "^1.8.5" }, "peerDependencies": { - "@kubed/hooks": "0.2.28", - "@kubed/icons": "0.2.28", + "@kubed/hooks": "0.2.29", + "@kubed/icons": "0.2.29", "react": ">=16.8.6", "react-dom": ">=16.8.6", "react-is": "^17.0.2" diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 634ba765..d8dd878a 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @kubed/tests +## 0.2.29 + +### Patch Changes + +- [#324](https://github.com/kubesphere/kube-design/pull/324) [`830ab57`](https://github.com/kubesphere/kube-design/commit/830ab5711cca94a6de37f609d2543638e025bffa) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: add maxContext prop to Table component for dynamic width adjustment + ## 0.2.28 ### Patch Changes diff --git a/packages/tests/package.json b/packages/tests/package.json index b5a68672..99884eb1 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/tests", - "version": "0.2.28", + "version": "0.2.29", "private": true, "description": "Testing utilities for Kubed components", "license": "MIT",