diff --git a/.changeset/ten-days-sell.md b/.changeset/ten-days-sell.md deleted file mode 100644 index 1fbdda58..00000000 --- a/.changeset/ten-days-sell.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 ---- - -style: Refactor with-sticky table styles diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7092c4a0..25c2840e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # kubed-documents +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + +- Updated dependencies [[`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057)]: + - @kubed/components@0.2.20 + - @kubed/hooks@0.2.20 + - @kubed/icons@0.2.20 + ## 0.2.19 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 8c04ff68..6610748f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "kubed-documents", - "version": "0.2.19", + "version": "0.2.20", "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.19", - "@kubed/hooks": "^0.2.19", - "@kubed/icons": "^0.2.19", + "@kubed/components": "^0.2.20", + "@kubed/hooks": "^0.2.20", + "@kubed/icons": "^0.2.20", "@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 a0eb7505..d34d5251 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/charts +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + +- Updated dependencies [[`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057)]: + - @kubed/hooks@0.2.20 + - @kubed/icons@0.2.20 + ## 0.2.19 ### Patch Changes diff --git a/packages/charts/package.json b/packages/charts/package.json index 40f4a3b5..c0a0d273 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/charts", - "version": "0.2.19", + "version": "0.2.20", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", @@ -23,8 +23,8 @@ "styled-components": "^5.3.0" }, "peerDependencies": { - "@kubed/hooks": "0.2.19", - "@kubed/icons": "0.2.19", + "@kubed/hooks": "0.2.20", + "@kubed/icons": "0.2.20", "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 9a0f881e..c4ead3d5 100644 --- a/packages/code-editor/CHANGELOG.md +++ b/packages/code-editor/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/code-editor +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + +- Updated dependencies [[`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057)]: + - @kubed/hooks@0.2.20 + - @kubed/icons@0.2.20 + ## 0.2.19 ### Patch Changes diff --git a/packages/code-editor/package.json b/packages/code-editor/package.json index 8e2f71a7..b677f0b5 100644 --- a/packages/code-editor/package.json +++ b/packages/code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/code-editor", - "version": "0.2.19", + "version": "0.2.20", "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.19", - "@kubed/icons": "0.2.19", + "@kubed/hooks": "0.2.20", + "@kubed/icons": "0.2.20", "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 bdd35fe5..1a542f9b 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/components +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + +- Updated dependencies [[`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057)]: + - @kubed/hooks@0.2.20 + - @kubed/icons@0.2.20 + ## 0.2.19 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 5c7c414f..9dd83f84 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/components", - "version": "0.2.19", + "version": "0.2.20", "description": "React components library for KubeSphere console.", "repository": { "type": "git", @@ -41,11 +41,11 @@ "tippy.js": "^6.3.7" }, "devDependencies": { - "@kubed/tests": "0.2.19" + "@kubed/tests": "0.2.20" }, "peerDependencies": { - "@kubed/hooks": "0.2.19", - "@kubed/icons": "0.2.19", + "@kubed/hooks": "0.2.20", + "@kubed/icons": "0.2.20", "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 cd95acd5..758b023a 100644 --- a/packages/diff-viewer/CHANGELOG.md +++ b/packages/diff-viewer/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/diff-view +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + +- Updated dependencies [[`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057)]: + - @kubed/hooks@0.2.20 + - @kubed/icons@0.2.20 + ## 0.2.19 ### Patch Changes diff --git a/packages/diff-viewer/package.json b/packages/diff-viewer/package.json index 38927a32..a40dcf41 100644 --- a/packages/diff-viewer/package.json +++ b/packages/diff-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/diff-viewer", - "version": "0.2.19", + "version": "0.2.20", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", @@ -24,8 +24,8 @@ "styled-components": "^5.3.0" }, "peerDependencies": { - "@kubed/hooks": "0.2.19", - "@kubed/icons": "0.2.19", + "@kubed/hooks": "0.2.20", + "@kubed/icons": "0.2.20", "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 add3d987..d1d30491 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # @kubed/hooks +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + ## 0.2.19 ### Patch Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 991418e4..838deb42 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/hooks", - "version": "0.2.19", + "version": "0.2.20", "homepage": "https://github.com/kubesphere/kube-design", "repository": { "type": "git", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 4a1bf595..b7f8ddd2 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @kubed/icons +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + ## 0.2.19 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index af4ec2c5..6824edeb 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/icons", - "version": "0.2.19", + "version": "0.2.20", "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 601c1376..82979dcf 100644 --- a/packages/log-viewer/CHANGELOG.md +++ b/packages/log-viewer/CHANGELOG.md @@ -1,5 +1,15 @@ # @kubed/log-viewer +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + +- Updated dependencies [[`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057)]: + - @kubed/hooks@0.2.20 + - @kubed/icons@0.2.20 + ## 0.2.19 ### Patch Changes diff --git a/packages/log-viewer/package.json b/packages/log-viewer/package.json index a7f104a0..255b8a45 100644 --- a/packages/log-viewer/package.json +++ b/packages/log-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/log-viewer", - "version": "0.2.19", + "version": "0.2.20", "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.19", - "@kubed/icons": "0.2.19", + "@kubed/hooks": "0.2.20", + "@kubed/icons": "0.2.20", "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 b30175b3..47a190bc 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @kubed/tests +## 0.2.20 + +### Patch Changes + +- [#294](https://github.com/kubesphere/kube-design/pull/294) [`cb0a386`](https://github.com/kubesphere/kube-design/commit/cb0a386cba79b62a43416c2ca3f18b8e203f9057) Thanks [@yazhouio](https://github.com/yazhouio)! - style: Refactor with-sticky table styles + ## 0.2.19 ### Patch Changes diff --git a/packages/tests/package.json b/packages/tests/package.json index 5ec7bd80..3656835a 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@kubed/tests", - "version": "0.2.19", + "version": "0.2.20", "private": true, "description": "Testing utilities for Kubed components", "license": "MIT",