Skip to content

Commit

Permalink
chore(release): version packages (#183)
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 11, 2024
1 parent 9aaafe8 commit d0c82e3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/thirty-lamps-exercise.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.82

### Patch Changes

- Updated dependencies [[`9aaafe8`](https://github.com/kubesphere/kube-design/commit/9aaafe8e4db406b3d73d3f71a7d0daaaa788c522)]:
- @kubed/components@0.0.82

## 0.0.81

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

### Patch Changes

- [#182](https://github.com/kubesphere/kube-design/pull/182) [`9aaafe8`](https://github.com/kubesphere/kube-design/commit/9aaafe8e4db406b3d73d3f71a7d0daaaa788c522) Thanks [@yazhouio](https://github.com/yazhouio)! - feat: TypeSelect add searchable props

## 0.0.81

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

0 comments on commit d0c82e3

Please sign in to comment.