Skip to content

Commit

Permalink
Merge pull request #79 from chenz24/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
chenz24 authored Nov 8, 2021
2 parents ad8ab9c + e4f1b73 commit bdea286
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-monkeys-join.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.7

### Patch Changes

- Updated dependencies [[`52dd8ff`](https://github.com/kubesphere/kube-design/commit/52dd8ff4d8127da7dcbf87fa882c4a2c9771e6e9)]:
- @kubed/components@0.0.7

## 0.0.6

### 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.6",
"version": "0.0.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@kubed/components": "^0.0.6",
"@kubed/components": "^0.0.7",
"@kubed/icons": "^0.0.1",
"@kubed/hooks": "^0.0.3",
"@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.7

### Patch Changes

- [`52dd8ff`](https://github.com/kubesphere/kube-design/commit/52dd8ff4d8127da7dcbf87fa882c4a2c9771e6e9) Thanks [@chenz24](https://github.com/chenz24)! - 1. Refine theme system.

## 0.0.6

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

1 comment on commit bdea286

@vercel
Copy link

@vercel vercel bot commented on bdea286 Nov 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.