Skip to content

Commit

Permalink
chore(release): version packages (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 18, 2024
1 parent fd28929 commit 1cb7c17
Show file tree
Hide file tree
Showing 20 changed files with 134 additions and 82 deletions.
13 changes: 0 additions & 13 deletions .changeset/dirty-wasps-invent.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/hungry-taxis-matter.md

This file was deleted.

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

## 0.2.11

### Patch Changes

- [#268](https://github.com/kubesphere/kube-design/pull/268) [`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8) Thanks [@donniean](https://github.com/donniean)! - ci: update changesets config

- [#271](https://github.com/kubesphere/kube-design/pull/271) [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387) Thanks [@donniean](https://github.com/donniean)! - chore: update changesets config

- Updated dependencies [[`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8), [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387)]:
- @kubed/components@0.2.11
- @kubed/hooks@0.2.11
- @kubed/icons@0.2.11

## 0.2.7

### Patch Changes
Expand Down Expand Up @@ -193,8 +206,7 @@

### Patch Changes

- [`749c17b`](https://github.com/kubesphere/kube-design/commit/749c17b2c23ef8d75042080165abf3fc67a2701f) Thanks [@chenz24](https://github.com/chenz24)! - 1. refactor: Refine async ok logic
2. fix: checkbox cannot be set value in FormItem.
- [`749c17b`](https://github.com/kubesphere/kube-design/commit/749c17b2c23ef8d75042080165abf3fc67a2701f) Thanks [@chenz24](https://github.com/chenz24)! - 1. refactor: Refine async ok logic 2. fix: checkbox cannot be set value in FormItem.
- Updated dependencies [[`749c17b`](https://github.com/kubesphere/kube-design/commit/749c17b2c23ef8d75042080165abf3fc67a2701f)]:
- @kubed/components@0.0.72

Expand Down Expand Up @@ -592,8 +604,7 @@

### Patch Changes

- [`a7f7e6a`](https://github.com/kubesphere/kube-design/commit/a7f7e6aa089002b1c24ab650aef124a7ecc3157d) Thanks [@chenz24](https://github.com/chenz24)! - 1. Use classnames instead of clsx.
2. Fix package bug cause by importing dayjs locales
- [`a7f7e6a`](https://github.com/kubesphere/kube-design/commit/a7f7e6aa089002b1c24ab650aef124a7ecc3157d) Thanks [@chenz24](https://github.com/chenz24)! - 1. Use classnames instead of clsx. 2. Fix package bug cause by importing dayjs locales
- Updated dependencies [[`a7f7e6a`](https://github.com/kubesphere/kube-design/commit/a7f7e6aa089002b1c24ab650aef124a7ecc3157d)]:
- @kubed/components@0.0.18

Expand Down Expand Up @@ -622,9 +633,7 @@

### Patch Changes

- [`81610f7`](https://github.com/kubesphere/kube-design/commit/81610f7b72e85c675dfd129bd5c676ad09c6f702) Thanks [@chenz24](https://github.com/chenz24)! - 1. Fix ModalContext default value.
2. Fix MenuItem error cause by 'as' props.
3. Fix background of doc page in dark mode.
- [`81610f7`](https://github.com/kubesphere/kube-design/commit/81610f7b72e85c675dfd129bd5c676ad09c6f702) Thanks [@chenz24](https://github.com/chenz24)! - 1. Fix ModalContext default value. 2. Fix MenuItem error cause by 'as' props. 3. Fix background of doc page in dark mode.
- Updated dependencies [[`81610f7`](https://github.com/kubesphere/kube-design/commit/81610f7b72e85c675dfd129bd5c676ad09c6f702)]:
- @kubed/components@0.0.14

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.7",
"version": "0.2.11",
"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.8",
"@kubed/hooks": "^0.0.18",
"@kubed/icons": "^0.0.20",
"@kubed/components": "^0.2.11",
"@kubed/hooks": "^0.2.11",
"@kubed/icons": "^0.2.11",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.3.1",
Expand Down
16 changes: 13 additions & 3 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kubed/charts

## 0.2.11

### Patch Changes

- [#268](https://github.com/kubesphere/kube-design/pull/268) [`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8) Thanks [@donniean](https://github.com/donniean)! - ci: update changesets config

- [#271](https://github.com/kubesphere/kube-design/pull/271) [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387) Thanks [@donniean](https://github.com/donniean)! - chore: update changesets config

- Updated dependencies [[`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8), [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387)]:
- @kubed/hooks@0.2.11
- @kubed/icons@0.2.11

## 0.0.22

### Patch Changes
Expand Down Expand Up @@ -112,9 +124,7 @@

### Patch Changes

- [`ebf0dc3`](https://github.com/kubesphere/kube-design/commit/ebf0dc384d6216c92f00de3e650a23f71f5857fc) Thanks [@EliChen95](https://github.com/EliChen95)! - 1. feat: Support Area chart override axis props
2. feat: Support Pie chart set empty color
3. fix: Fix loop node without key
- [`ebf0dc3`](https://github.com/kubesphere/kube-design/commit/ebf0dc384d6216c92f00de3e650a23f71f5857fc) Thanks [@EliChen95](https://github.com/EliChen95)! - 1. feat: Support Area chart override axis props 2. feat: Support Pie chart set empty color 3. fix: Fix loop node without key

## 0.0.7

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.0.22",
"version": "0.2.11",
"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.0.18",
"@kubed/icons": "0.0.20",
"@kubed/hooks": "0.2.11",
"@kubed/icons": "0.2.11",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
15 changes: 13 additions & 2 deletions packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kubed/code-editor

## 0.2.11

### Patch Changes

- [#268](https://github.com/kubesphere/kube-design/pull/268) [`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8) Thanks [@donniean](https://github.com/donniean)! - ci: update changesets config

- [#271](https://github.com/kubesphere/kube-design/pull/271) [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387) Thanks [@donniean](https://github.com/donniean)! - chore: update changesets config

- Updated dependencies [[`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8), [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387)]:
- @kubed/hooks@0.2.11
- @kubed/icons@0.2.11

## 0.0.27

### Patch Changes
Expand Down Expand Up @@ -174,8 +186,7 @@

### Patch Changes

- [`8415db6`](https://github.com/kubesphere/kube-design/commit/8415db61f675499d4787c526c42ffd7984e6c2f2) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: CodeEditor yaml worker error
2. feat: Add DiffView component
- [`8415db6`](https://github.com/kubesphere/kube-design/commit/8415db61f675499d4787c526c42ffd7984e6c2f2) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: CodeEditor yaml worker error 2. feat: Add DiffView component

## 0.0.3

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.0.27",
"version": "0.2.11",
"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.0.18",
"@kubed/icons": "0.0.20",
"@kubed/hooks": "0.2.11",
"@kubed/icons": "0.2.11",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kubed/components

## 0.2.11

### Patch Changes

- [#268](https://github.com/kubesphere/kube-design/pull/268) [`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8) Thanks [@donniean](https://github.com/donniean)! - ci: update changesets config

- [#271](https://github.com/kubesphere/kube-design/pull/271) [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387) Thanks [@donniean](https://github.com/donniean)! - chore: update changesets config

- Updated dependencies [[`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8), [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387)]:
- @kubed/hooks@0.2.11
- @kubed/icons@0.2.11

## 0.2.10

### 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.10",
"version": "0.2.11",
"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.0.6"
"@kubed/tests": "0.2.11"
},
"peerDependencies": {
"@kubed/hooks": "0.0.18",
"@kubed/icons": "0.0.20",
"@kubed/hooks": "0.2.11",
"@kubed/icons": "0.2.11",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
15 changes: 13 additions & 2 deletions packages/diff-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kubed/diff-view

## 0.2.11

### Patch Changes

- [#268](https://github.com/kubesphere/kube-design/pull/268) [`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8) Thanks [@donniean](https://github.com/donniean)! - ci: update changesets config

- [#271](https://github.com/kubesphere/kube-design/pull/271) [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387) Thanks [@donniean](https://github.com/donniean)! - chore: update changesets config

- Updated dependencies [[`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8), [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387)]:
- @kubed/hooks@0.2.11
- @kubed/icons@0.2.11

## 0.0.23

### Patch Changes
Expand Down Expand Up @@ -168,5 +180,4 @@

### Patch Changes

- [`8415db6`](https://github.com/kubesphere/kube-design/commit/8415db61f675499d4787c526c42ffd7984e6c2f2) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: CodeEditor yaml worker error
2. feat: Add DiffView component
- [`8415db6`](https://github.com/kubesphere/kube-design/commit/8415db61f675499d4787c526c42ffd7984e6c2f2) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: CodeEditor yaml worker error 2. feat: Add DiffView component
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.0.23",
"version": "0.2.11",
"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.0.18",
"@kubed/icons": "0.0.20",
"@kubed/hooks": "0.2.11",
"@kubed/icons": "0.2.11",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
21 changes: 12 additions & 9 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kubed/hooks

## 0.2.11

### Patch Changes

- [#268](https://github.com/kubesphere/kube-design/pull/268) [`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8) Thanks [@donniean](https://github.com/donniean)! - ci: update changesets config

- [#271](https://github.com/kubesphere/kube-design/pull/271) [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387) Thanks [@donniean](https://github.com/donniean)! - chore: update changesets config

## 0.0.18

### Patch Changes
Expand Down Expand Up @@ -58,8 +66,7 @@

### Patch Changes

- [`d589bc9`](https://github.com/kubesphere/kube-design/commit/d589bc9b5a8d42390fc1a2f494ccb4b5bda34bd9) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: Fix AutoComplete 'omit' import bug.
2. refactor: Improve Slider.
- [`d589bc9`](https://github.com/kubesphere/kube-design/commit/d589bc9b5a8d42390fc1a2f494ccb4b5bda34bd9) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: Fix AutoComplete 'omit' import bug. 2. refactor: Improve Slider.

## 0.0.8

Expand All @@ -83,23 +90,19 @@

### Patch Changes

- [`f39c7e8`](https://github.com/kubesphere/kube-design/commit/f39c7e8d9550ddd329dc057bf6a737835b738d33) Thanks [@chenz24](https://github.com/chenz24)! - 1. Completely Refactor Empty component.
2. Add useDebouncedValue hook.
3. Reset default props for LoadingOverlay.
- [`f39c7e8`](https://github.com/kubesphere/kube-design/commit/f39c7e8d9550ddd329dc057bf6a737835b738d33) Thanks [@chenz24](https://github.com/chenz24)! - 1. Completely Refactor Empty component. 2. Add useDebouncedValue hook. 3. Reset default props for LoadingOverlay.

## 0.0.4

### Patch Changes

- [`bf37ccc`](https://github.com/kubesphere/kube-design/commit/bf37cccbf64598b67b6e599b61c9d4ed33ec8504) Thanks [@chenz24](https://github.com/chenz24)! - 1. Add hotkey hook.
2. Fix Banner cannot set className
- [`bf37ccc`](https://github.com/kubesphere/kube-design/commit/bf37cccbf64598b67b6e599b61c9d4ed33ec8504) Thanks [@chenz24](https://github.com/chenz24)! - 1. Add hotkey hook. 2. Fix Banner cannot set className

## 0.0.3

### Patch Changes

- [`de74de1`](https://github.com/kubesphere/kube-design/commit/de74de1786e2dcef25f7fea435d24dc146527b78) Thanks [@chenz24](https://github.com/chenz24)! - 1. Remove umd build and browser field in package.json.
2. Remove useless export in Select.
- [`de74de1`](https://github.com/kubesphere/kube-design/commit/de74de1786e2dcef25f7fea435d24dc146527b78) Thanks [@chenz24](https://github.com/chenz24)! - 1. Remove umd build and browser field in package.json. 2. Remove useless export in Select.

## 0.0.2

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.0.18",
"version": "0.2.11",
"homepage": "https://github.com/kubesphere/kube-design",
"repository": {
"type": "git",
Expand Down
18 changes: 11 additions & 7 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kubed/icons

## 0.2.11

### Patch Changes

- [#268](https://github.com/kubesphere/kube-design/pull/268) [`af6740b`](https://github.com/kubesphere/kube-design/commit/af6740b831e364cc680d6a42088fdf6e6d1750e8) Thanks [@donniean](https://github.com/donniean)! - ci: update changesets config

- [#271](https://github.com/kubesphere/kube-design/pull/271) [`fd28929`](https://github.com/kubesphere/kube-design/commit/fd289299aaa6523ea1685c2194ecd6d637982387) Thanks [@donniean](https://github.com/donniean)! - chore: update changesets config

## 0.0.20

### Patch Changes
Expand Down Expand Up @@ -102,20 +110,16 @@

### Patch Changes

- [`bcb8a8c`](https://github.com/kubesphere/kube-design/commit/bcb8a8c3f7f6c153ec2a2699ff44f11004c5b0ea) Thanks [@chenz24](https://github.com/chenz24)! - 1. feat: Add icons of allowlist, code, dingtalk, feishu, email, rocket, slack, springcloud, webhook, wecom.
2. feat: formItem support layout.
- [`bcb8a8c`](https://github.com/kubesphere/kube-design/commit/bcb8a8c3f7f6c153ec2a2699ff44f11004c5b0ea) Thanks [@chenz24](https://github.com/chenz24)! - 1. feat: Add icons of allowlist, code, dingtalk, feishu, email, rocket, slack, springcloud, webhook, wecom. 2. feat: formItem support layout.

## 0.0.3

### Patch Changes

- [`2246672`](https://github.com/kubesphere/kube-design/commit/2246672041f06277c9c90d2e9187817a460baeca) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: Add missing z-index to TypeSelect.
2. fix: Export missing component of ShowMore.
3. feat: Refine style of tab component
- [`2246672`](https://github.com/kubesphere/kube-design/commit/2246672041f06277c9c90d2e9187817a460baeca) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: Add missing z-index to TypeSelect. 2. fix: Export missing component of ShowMore. 3. feat: Refine style of tab component

## 0.0.2

### Patch Changes

- [`e1fe306`](https://github.com/kubesphere/kube-design/commit/e1fe30612f48839ae6eb40522ba28dd893ccbf9f) Thanks [@chenz24](https://github.com/chenz24)! - 1. Set default size of icon to 16.
2. Transient props in Button for styled-component and set default radius to xl.
- [`e1fe306`](https://github.com/kubesphere/kube-design/commit/e1fe30612f48839ae6eb40522ba28dd893ccbf9f) Thanks [@chenz24](https://github.com/chenz24)! - 1. Set default size of icon to 16. 2. Transient props in Button for styled-component and set default radius to xl.
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.0.20",
"version": "0.2.11",
"homepage": "https://github.com/kubesphere/kube-design",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1cb7c17

Please sign in to comment.