Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #627

Merged
merged 7 commits into from
Nov 24, 2022
Merged

Main #627

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

![cover](./.github/assets/images/design-cover.png)

[![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)](https://discord.gg/zKf3WKCufR)
[![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)](https://discord.gg/illacloud)
[![Follow on Twitter](https://img.shields.io/badge/Twitter-1DA1F2?logo=twitter&logoColor=white)](https://twitter.com/illacloudHQ)
[![storybook](./.github/assets/images/storybook.svg)](https://design.illafamily.com)
[![codecov](https://codecov.io/gh/illacloud/illa-design/branch/main/graph/badge.svg?token=GR2SOLBWQN)](https://codecov.io/gh/illacloud/illa-design)
[![license](https://img.shields.io/github/license/illacloud/illa-design)](./LICENSE)
Expand Down Expand Up @@ -93,7 +94,7 @@ Join ILLA Community to share your ideas, suggestions or questions and connect wi

<b>Hangout together!</b>

[![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)](https://discord.gg/2tGBuJkgd6)
[![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)](https://discord.gg/illacloud)

## 🌱 Contributing

Expand Down
10 changes: 10 additions & 0 deletions packages/affix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @illa-design/affix

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/affix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/affix",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design Affix.",
"keywords": [
"affix",
Expand Down Expand Up @@ -39,7 +39,7 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/theme": "1.0.6",
"@illa-design/system": "1.0.6"
"@illa-design/theme": "1.0.7",
"@illa-design/system": "1.0.7"
}
}
11 changes: 11 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @illa-design/alert

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/icon@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/alert",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design Alert.",
"keywords": [
"alert",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/icon": "1.0.6",
"@illa-design/system": "1.0.6",
"@illa-design/theme": "1.0.6"
"@illa-design/icon": "1.0.7",
"@illa-design/system": "1.0.7",
"@illa-design/theme": "1.0.7"
}
}
11 changes: 11 additions & 0 deletions packages/anchor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @illa-design/anchor

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/affix@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/anchor",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design Anchor.",
"keywords": [
"anchor",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/affix": "1.0.6",
"@illa-design/system": "1.0.6",
"@illa-design/theme": "1.0.6"
"@illa-design/affix": "1.0.7",
"@illa-design/system": "1.0.7",
"@illa-design/theme": "1.0.7"
}
}
12 changes: 12 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @illa-design/avatar

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/icon@1.0.7
- @illa-design/image@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/avatar",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design Avatar.",
"keywords": [
"avatar",
Expand Down Expand Up @@ -39,9 +39,9 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/icon": "1.0.6",
"@illa-design/image": "1.0.6",
"@illa-design/system": "1.0.6",
"@illa-design/theme": "1.0.6"
"@illa-design/icon": "1.0.7",
"@illa-design/image": "1.0.7",
"@illa-design/system": "1.0.7",
"@illa-design/theme": "1.0.7"
}
}
12 changes: 12 additions & 0 deletions packages/back-top/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @illa-design/back-top

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/button@1.0.7
- @illa-design/icon@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/back-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/back-top",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design BackTop.",
"keywords": [
"backtop",
Expand Down Expand Up @@ -40,9 +40,9 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/icon": "1.0.6",
"@illa-design/button": "1.0.6",
"@illa-design/system": "1.0.6",
"@illa-design/theme": "1.0.6"
"@illa-design/icon": "1.0.7",
"@illa-design/button": "1.0.7",
"@illa-design/system": "1.0.7",
"@illa-design/theme": "1.0.7"
}
}
11 changes: 11 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @illa-design/badge

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/icon@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/badge",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design Badge.",
"keywords": [
"badge",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/icon": "1.0.6",
"@illa-design/system": "1.0.6",
"@illa-design/theme": "1.0.6"
"@illa-design/icon": "1.0.7",
"@illa-design/system": "1.0.7",
"@illa-design/theme": "1.0.7"
}
}
13 changes: 13 additions & 0 deletions packages/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @illa-design/breadcrumb

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/dropdown@1.0.7
- @illa-design/icon@1.0.7
- @illa-design/menu@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/breadcrumb",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design Breadcrumb.",
"keywords": [
"breadcrumb",
Expand Down Expand Up @@ -39,10 +39,10 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/icon": "1.0.6",
"@illa-design/dropdown": "1.0.6",
"@illa-design/menu": "1.0.6",
"@illa-design/system": "1.0.6",
"@illa-design/theme": "1.0.6"
"@illa-design/icon": "1.0.7",
"@illa-design/dropdown": "1.0.7",
"@illa-design/menu": "1.0.7",
"@illa-design/system": "1.0.7",
"@illa-design/theme": "1.0.7"
}
}
11 changes: 11 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @illa-design/system

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/icon@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/button",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design Button.",
"keywords": [
"button",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/icon": "1.0.6",
"@illa-design/system": "1.0.6",
"@illa-design/theme": "1.0.6"
"@illa-design/icon": "1.0.7",
"@illa-design/system": "1.0.7",
"@illa-design/theme": "1.0.7"
}
}
12 changes: 12 additions & 0 deletions packages/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @illa-design/calendar

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/icon@1.0.7
- @illa-design/select@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@illa-design/calendar",
"version": "1.0.6",
"version": "1.0.7",
"description": "Illa Design Calendar.",
"keywords": [
"calendar",
Expand Down Expand Up @@ -39,9 +39,9 @@
"build": "vite build"
},
"dependencies": {
"@illa-design/icon": "1.0.6",
"@illa-design/select": "1.0.6",
"@illa-design/system": "1.0.6",
"@illa-design/theme": "1.0.6"
"@illa-design/icon": "1.0.7",
"@illa-design/select": "1.0.7",
"@illa-design/system": "1.0.7",
"@illa-design/theme": "1.0.7"
}
}
12 changes: 12 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @illa-design/card

## 1.0.7

### Patch Changes

- fix bugs

- Updated dependencies []:
- @illa-design/icon@1.0.7
- @illa-design/spin@1.0.7
- @illa-design/system@1.0.7
- @illa-design/theme@1.0.7

## 1.0.6

### Patch Changes
Expand Down
Loading