Skip to content

Commit

Permalink
release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rashagu committed Sep 18, 2024
1 parent f5af394 commit 31e6e6c
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/semi-animation-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kousum/semi-animation-vue

## 0.20.2

### Patch Changes

- fix

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-animation-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kousum/semi-animation-vue",
"version": "0.20.1",
"version": "0.20.2",
"description": "motion library for semi-ui-vue",
"keywords": [
"motion",
Expand Down
6 changes: 6 additions & 0 deletions packages/semi-icons-lab-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kousum/semi-icons-vue

## 0.20.2

### Patch Changes

- fix

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-icons-lab-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kousum/semi-icons-lab-vue",
"version": "0.20.1",
"version": "0.20.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/semi-icons-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kousum/semi-icons-vue

## 0.20.2

### Patch Changes

- fix

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kousum/semi-icons-vue",
"version": "0.20.1",
"version": "0.20.2",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/semi-illustrations-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kousum/semi-illustrations-vue

## 0.20.2

### Patch Changes

- fix

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-illustrations-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kousum/semi-illustrations-vue",
"version": "0.20.1",
"version": "0.20.2",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/semi-ui-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kousum/semi-ui-vue

## 0.20.2

### Patch Changes

- fix
- Updated dependencies
- @kousum/semi-animation-vue@0.20.2
- @kousum/semi-icons-vue@0.20.2
- @kousum/semi-illustrations-vue@0.20.2

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-ui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kousum/semi-ui-vue",
"version": "0.20.1",
"version": "0.20.2",
"main": "./zz/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin-semi-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kousum/vite-plugin-semi-theme

## 0.20.2

### Patch Changes

- fix

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-semi-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kousum/vite-plugin-semi-theme",
"version": "0.20.1",
"version": "0.20.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 31e6e6c

Please sign in to comment.