Skip to content

Commit

Permalink
chore(release): version packages (#219)
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 May 22, 2024
1 parent b9714b7 commit 68a1635
Show file tree
Hide file tree
Showing 19 changed files with 102 additions and 36 deletions.
13 changes: 0 additions & 13 deletions .changeset/green-zoos-smile.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.5

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

- Updated dependencies [[`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324)]:
- @kubed/components@0.2.1
- @kubed/hooks@0.0.16
- @kubed/icons@0.0.18

## 0.2.4

### 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.4",
"version": "0.2.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@kubed/components": "^0.2.0",
"@kubed/icons": "^0.0.17",
"@kubed/hooks": "^0.0.15",
"@kubed/components": "^0.2.1",
"@kubed/icons": "^0.0.18",
"@kubed/hooks": "^0.0.16",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.3.1",
"fs-extra": "^10.0.0",
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.0.20

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

- Updated dependencies [[`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324)]:
- @kubed/hooks@0.0.16
- @kubed/icons@0.0.18

## 0.0.19

### 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.0.19",
"version": "0.0.20",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"directory": "packages/charts"
},
"peerDependencies": {
"@kubed/hooks": "0.0.15",
"@kubed/icons": "0.0.17",
"@kubed/hooks": "0.0.16",
"@kubed/icons": "0.0.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.0.25

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

- Updated dependencies [[`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324)]:
- @kubed/hooks@0.0.16
- @kubed/icons@0.0.18

## 0.0.24

### 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.0.24",
"version": "0.0.25",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"directory": "packages/code-editor"
},
"peerDependencies": {
"@kubed/hooks": "0.0.15",
"@kubed/icons": "0.0.17",
"@kubed/hooks": "0.0.16",
"@kubed/icons": "0.0.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.1

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

- Updated dependencies [[`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324)]:
- @kubed/hooks@0.0.16
- @kubed/icons@0.0.18

## 0.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kubed/components",
"description": "React components library for KubeSphere console.",
"version": "0.2.0",
"version": "0.2.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/src/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"directory": "packages/components"
},
"peerDependencies": {
"@kubed/hooks": "0.0.15",
"@kubed/icons": "0.0.17",
"@kubed/hooks": "0.0.16",
"@kubed/icons": "0.0.18",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-is": "^17.0.2"
Expand Down Expand Up @@ -47,6 +47,6 @@
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@kubed/tests": "0.0.3"
"@kubed/tests": "0.0.4"
}
}
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.0.21

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

- Updated dependencies [[`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324)]:
- @kubed/hooks@0.0.16
- @kubed/icons@0.0.18

## 0.0.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.0.20",
"version": "0.0.21",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"directory": "packages/diff-viewer"
},
"peerDependencies": {
"@kubed/hooks": "0.0.15",
"@kubed/icons": "0.0.17",
"@kubed/hooks": "0.0.16",
"@kubed/icons": "0.0.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.0.16

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

## 0.0.15

### 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.0.15",
"version": "0.0.16",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
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.0.18

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

## 0.0.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.0.17",
"version": "0.0.18",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
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.0.20

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

- Updated dependencies [[`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324)]:
- @kubed/hooks@0.0.16
- @kubed/icons@0.0.18

## 0.0.19

### 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.0.19",
"version": "0.0.20",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"directory": "packages/log-viewer"
},
"peerDependencies": {
"@kubed/hooks": "0.0.15",
"@kubed/icons": "0.0.17",
"@kubed/hooks": "0.0.16",
"@kubed/icons": "0.0.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.0.4

### Patch Changes

- [#218](https://github.com/kubesphere/kube-design/pull/218) [`b9714b7`](https://github.com/kubesphere/kube-design/commit/b9714b7cc77c3899f1f63c94f3a62d75739fc324) Thanks [@donniean](https://github.com/donniean)! - feat: add TopicCircle icon

## 0.0.3

### 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,7 +1,7 @@
{
"name": "@kubed/tests",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"description": "Testing utilities for Kubed components",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 68a1635

Please sign in to comment.