Skip to content

Commit

Permalink
chore(release): version packages (#297)
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] committed Aug 12, 2024
1 parent 8d4528b commit 68dfafb
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-dingos-report.md

This file was deleted.

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

## 0.2.21

### Patch Changes

- Updated dependencies [[`8d4528b`](https://github.com/kubesphere/kube-design/commit/8d4528bdc5acd4d6f8b314e86e1bdb76aaf711f6)]:
- @kubed/components@0.2.21
- @kubed/hooks@0.2.21
- @kubed/icons@0.2.21

## 0.2.20

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

## 0.2.21

### Patch Changes

- Updated dependencies []:
- @kubed/hooks@0.2.21
- @kubed/icons@0.2.21

## 0.2.20

### 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.20",
"version": "0.2.21",
"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.20",
"@kubed/icons": "0.2.20",
"@kubed/hooks": "0.2.21",
"@kubed/icons": "0.2.21",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kubed/code-editor

## 0.2.21

### Patch Changes

- Updated dependencies []:
- @kubed/hooks@0.2.21
- @kubed/icons@0.2.21

## 0.2.20

### 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.20",
"version": "0.2.21",
"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.20",
"@kubed/icons": "0.2.20",
"@kubed/hooks": "0.2.21",
"@kubed/icons": "0.2.21",
"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.21

### Patch Changes

- [#296](https://github.com/kubesphere/kube-design/pull/296) [`8d4528b`](https://github.com/kubesphere/kube-design/commit/8d4528bdc5acd4d6f8b314e86e1bdb76aaf711f6) Thanks [@donniean](https://github.com/donniean)! - feat: add class names for Notify.WithTitle

- Updated dependencies []:
- @kubed/hooks@0.2.21
- @kubed/icons@0.2.21

## 0.2.20

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

## 0.2.21

### Patch Changes

- Updated dependencies []:
- @kubed/hooks@0.2.21
- @kubed/icons@0.2.21

## 0.2.20

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

## 0.2.21

## 0.2.20

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

## 0.2.21

## 0.2.20

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

## 0.2.21

### Patch Changes

- Updated dependencies []:
- @kubed/hooks@0.2.21
- @kubed/icons@0.2.21

## 0.2.20

### 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.20",
"version": "0.2.21",
"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.20",
"@kubed/icons": "0.2.20",
"@kubed/hooks": "0.2.21",
"@kubed/icons": "0.2.21",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down
2 changes: 2 additions & 0 deletions packages/tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @kubed/tests

## 0.2.21

## 0.2.20

### 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.20",
"version": "0.2.21",
"private": true,
"description": "Testing utilities for Kubed components",
"license": "MIT",
Expand Down

0 comments on commit 68dfafb

Please sign in to comment.