Skip to content

Commit

Permalink
Merge pull request #4 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Feb 21, 2024
2 parents c0cdf05 + 00ea473 commit 96b27af
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ const ThemeList = ['light', 'dark', 'blue', 'green'];
const Layout = () => {
return (
<ThemesProvider def='auto' list={ThemeList}>
<OtherComponents />
{/* <OtherComponents /> */}
<Switch />
<OtherComponents />
{/* <OtherComponents /> */}
</ThemesProvider>
);
};
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ const ThemeList = ['light', 'dark', 'blue', 'green'];
const Layout = () => {
return (
<ThemesProvider def='auto' list={ThemeList}>
<OtherComponents />
{/* <OtherComponents /> */}
<Switch />
<OtherComponents />
{/* <OtherComponents /> */}
</ThemesProvider>
);
};
Expand Down
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.2
1.0.1
1.0.0
0.0.1
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.2 `2024-02-22`
### 🐛 Fix
- Make the document clearer ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))

## 🎉 1.0.1 `2024-02-22`
### 🐛 Fix
- Modify the document format ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
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 @@
## 🎉 1.0.2 `2024-02-22`
### 🐛 Fix
- ドキュメントをより明確にします ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))

## 🎉 1.0.1 `2024-02-22`
### 🐛 Fix
- ドキュメント形式を変更します ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
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 @@
## 🎉 1.0.2 `2024-02-22`
### 🐛 Fix
- 문서를 더 명확하게 만드십시오 ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))

## 🎉 1.0.1 `2024-02-22`
### 🐛 Fix
- 문서 형식을 수정하십시오 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
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 @@
## 🎉 1.0.2 `2024-02-22`
### 🐛 Fix
- Сделайте документ более ясным ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))

## 🎉 1.0.1 `2024-02-22`
### 🐛 Fix
- Изменить формат документа ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
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 @@
## 🎉 1.0.2 `2024-02-22`
### 🐛 Fix
- 使文档更清晰 ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))

## 🎉 1.0.1 `2024-02-22`
### 🐛 Fix
- 修改文档格式 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
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 @@
## 🎉 1.0.2 `2024-02-22`
### 🐛 Fix
- 使文檔更清晰 ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))

## 🎉 1.0.1 `2024-02-22`
### 🐛 Fix
- 修改文檔格式 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/react-themes",
"version": "1.0.1",
"version": "1.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

0 comments on commit 96b27af

Please sign in to comment.