Skip to content

Commit

Permalink
chore(release): version packages (#185)
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 Jan 18, 2024
1 parent 44954c7 commit 5b6ee42
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-countries-scream.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.83

### Patch Changes

- Updated dependencies [[`44954c7`](https://github.com/kubesphere/kube-design/commit/44954c7fc98e6b853e197ee7237b0d59368ee4fc)]:
- @kubed/components@0.0.83

## 0.0.82

### 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.82",
"version": "0.0.83",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@kubed/components": "^0.0.82",
"@kubed/components": "^0.0.83",
"@kubed/icons": "^0.0.13",
"@kubed/hooks": "^0.0.14",
"@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.83

### Patch Changes

- [#184](https://github.com/kubesphere/kube-design/pull/184) [`44954c7`](https://github.com/kubesphere/kube-design/commit/44954c7fc98e6b853e197ee7237b0d59368ee4fc) Thanks [@yazhouio](https://github.com/yazhouio)! - fix: Fixed input controlled value

## 0.0.82

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

0 comments on commit 5b6ee42

Please sign in to comment.