Skip to content

Commit

Permalink
Merge pull request kubesphere#111 from chenz24/changeset-release/master
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
chenz24 committed Nov 29, 2021
2 parents f09057b + 80f32d8 commit 6ec8da3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/moody-suns-raise.md

This file was deleted.

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

## 0.0.18

### Patch Changes

- [`a7f7e6a`](https://github.com/kubesphere/kube-design/commit/a7f7e6aa089002b1c24ab650aef124a7ecc3157d) Thanks [@chenz24](https://github.com/chenz24)! - 1. Use classnames instead of clsx.
2. Fix package bug cause by importing dayjs locales
- Updated dependencies [[`a7f7e6a`](https://github.com/kubesphere/kube-design/commit/a7f7e6aa089002b1c24ab650aef124a7ecc3157d)]:
- @kubed/components@0.0.18

## 0.0.17

### 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.17",
"version": "0.0.18",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@kubed/components": "^0.0.17",
"@kubed/components": "^0.0.18",
"@kubed/icons": "^0.0.2",
"@kubed/hooks": "^0.0.3",
"@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.18

### Patch Changes

- [`a7f7e6a`](https://github.com/kubesphere/kube-design/commit/a7f7e6aa089002b1c24ab650aef124a7ecc3157d) Thanks [@chenz24](https://github.com/chenz24)! - 1. Use classnames instead of clsx.
2. Fix package bug cause by importing dayjs locales

## 0.0.17

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

0 comments on commit 6ec8da3

Please sign in to comment.