Skip to content

Commit

Permalink
Merge pull request #100 from chenz24/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
chenz24 authored Nov 22, 2021
2 parents c1febfe + 62d1031 commit 4f34094
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/fair-fireants-brush.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.15

### Patch Changes

- Updated dependencies [[`c619355`](https://github.com/kubesphere/kube-design/commit/c6193554484524736c95bf263a1af1a6fdd394e8)]:
- @kubed/components@0.0.15

## 0.0.14

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

## 0.0.15

### Patch Changes

- [`c619355`](https://github.com/kubesphere/kube-design/commit/c6193554484524736c95bf263a1af1a6fdd394e8) Thanks [@chenz24](https://github.com/chenz24)! - 1. Divider support height and color.
2. Fix modal cannot hide header and footer.
3. Fix react key warning when open imperative modal.
4. Popover support set width and contentClassName.

## 0.0.14

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

0 comments on commit 4f34094

Please sign in to comment.