Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2022
1 parent 339fd93 commit af037d1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-hairs-attend.md

This file was deleted.

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

## 0.0.33

### Patch Changes

- Updated dependencies [[`60f37cd`](https://github.com/kubesphere/kube-design/commit/60f37cd8bc8e209d7cee0c46f40262fded80fea9)]:
- @kubed/components@0.0.33

## 0.0.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubed-documents",
"version": "0.0.32",
"version": "0.0.33",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@kubed/components": "^0.0.32",
"@kubed/components": "^0.0.33",
"@kubed/icons": "^0.0.2",
"@kubed/hooks": "^0.0.9",
"@mdx-js/react": "^1.6.22",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @kubed/components

## 0.0.33

### Patch Changes

- [`60f37cd`](https://github.com/kubesphere/kube-design/commit/60f37cd8bc8e209d7cee0c46f40262fded80fea9) Thanks [@chenz24](https://github.com/chenz24)! - 1. refactor: Improve expand feature of Entity.
2. feat: StatusDot support set className for label.

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.32",
"version": "0.0.33",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/src/index.d.ts",
Expand Down

0 comments on commit af037d1

Please sign in to comment.