Skip to content

Commit

Permalink
chore(release): version packages (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 22, 2024
1 parent b488295 commit 01ee3b4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-onions-develop.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.2.4

### Patch Changes

- Updated dependencies [[`b488295`](https://github.com/kubesphere/kube-design/commit/b488295d895421a00de205f0ebc85ce4b5086457)]:
- @kubed/components@0.2.0

## 0.2.3

### 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.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@kubed/components": "^0.1.1",
"@kubed/components": "^0.2.0",
"@kubed/icons": "^0.0.17",
"@kubed/hooks": "^0.0.15",
"@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.2.0

### Minor Changes

- [#214](https://github.com/kubesphere/kube-design/pull/214) [`b488295`](https://github.com/kubesphere/kube-design/commit/b488295d895421a00de205f0ebc85ce4b5086457) Thanks [@yazhouio](https://github.com/yazhouio)! - fix: Fix DescriptionProps

## 0.1.1

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

0 comments on commit 01ee3b4

Please sign in to comment.