Skip to content

Commit

Permalink
Merge pull request #11 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Aug 26, 2024
2 parents 5cd2787 + 16baa03 commit b3f26eb
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 14 deletions.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.0.2
3.0.1
3.0.0
2.0.3
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 3.0.2 `2024-08-26`
### ✨ Feature
- Update dependence ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

## 🎉 3.0.1 `2024-08-26`
### 🐛 Fix
- Remove the bag that you do not need to enter, avoid too large ([#d3660a8](https://github.com/kwooshung/React-Themes/commit/d3660a8ffda4d99db2fa178efd1082872fd7e4d6))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 3.0.2 `2024-08-26`
### ✨ Feature
- 依存関係を更新します ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

## 🎉 3.0.1 `2024-08-26`
### 🐛 Fix
- 入る必要のないバッグを取り外して、大きすぎるのは避けてください ([#d3660a8](https://github.com/kwooshung/React-Themes/commit/d3660a8ffda4d99db2fa178efd1082872fd7e4d6))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 3.0.2 `2024-08-26`
### ✨ Feature
- 의존성 업데이트 ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

## 🎉 3.0.1 `2024-08-26`
### 🐛 Fix
- 입력 할 필요가없는 가방을 제거하고 너무 크지 않도록하십시오. ([#d3660a8](https://github.com/kwooshung/React-Themes/commit/d3660a8ffda4d99db2fa178efd1082872fd7e4d6))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 3.0.2 `2024-08-26`
### ✨ Feature
- Обновить зависимость ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

## 🎉 3.0.1 `2024-08-26`
### 🐛 Fix
- Удалите сумку, в которую вам не нужно войти, избегайте слишком большого ([#d3660a8](https://github.com/kwooshung/React-Themes/commit/d3660a8ffda4d99db2fa178efd1082872fd7e4d6))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 3.0.2 `2024-08-26`
### ✨ Feature
- 更新依赖 ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

## 🎉 3.0.1 `2024-08-26`
### 🐛 Fix
- 卸下您不需要输入的袋子,避免太大 ([#d3660a8](https://github.com/kwooshung/React-Themes/commit/d3660a8ffda4d99db2fa178efd1082872fd7e4d6))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 3.0.2 `2024-08-26`
### ✨ Feature
- 更新依賴 ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

## 🎉 3.0.1 `2024-08-26`
### 🐛 Fix
- 卸下您不需要輸入的袋子,避免太大 ([#d3660a8](https://github.com/kwooshung/React-Themes/commit/d3660a8ffda4d99db2fa178efd1082872fd7e4d6))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/react-themes",
"version": "3.0.1",
"version": "3.0.2",
"title": "react-themes",
"description": "It is more convenient to use svg as React theme, which has strong operability and high degree of freedom.",
"private": false,
Expand Down Expand Up @@ -62,8 +62,8 @@
"eslint": "eslint . --fix --cache --quiet --report-unused-disable-directives --max-warnings 0 --ext .js,.cjs,.jsx,.ts,.cts,.tsx"
},
"dependencies": {
"lomind": "^0.0.38",
"lomind-react": "0.0.28"
"lomind": "^0.0.41",
"lomind-react": "0.0.32"
},
"peerDependencies": {
"react": ">=16.6.0",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3f26eb

Please sign in to comment.