Skip to content

Commit

Permalink
Merge pull request kubesphere#155 from chenz24/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
chenz24 authored Mar 29, 2022
2 parents a704bd7 + 6d74420 commit bc674a6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/wise-bats-crash.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.34

### Patch Changes

- Updated dependencies [[`dcdc5dc`](https://github.com/kubesphere/kube-design/commit/dcdc5dc6647dad0af10ca0c1a23aa933b8837c41)]:
- @kubed/components@0.0.34

## 0.0.33

### 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.33",
"version": "0.0.34",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@kubed/components": "^0.0.33",
"@kubed/components": "^0.0.34",
"@kubed/icons": "^0.0.2",
"@kubed/hooks": "^0.0.9",
"@mdx-js/react": "^1.6.22",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kubed/components

## 0.0.34

### Patch Changes

- [`dcdc5dc`](https://github.com/kubesphere/kube-design/commit/dcdc5dc6647dad0af10ca0c1a23aa933b8837c41) Thanks [@chenz24](https://github.com/chenz24)! - 1. fix: improve entity expand feature.

## 0.0.33

### 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.33",
"version": "0.0.34",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/src/index.d.ts",
Expand Down

0 comments on commit bc674a6

Please sign in to comment.