Skip to content

Commit 00ea473

Browse files
committed
📦️ release(tag): new version 1.0.2
1 parent 76b479a commit 00ea473

File tree

8 files changed

+26
-1
lines changed

8 files changed

+26
-1
lines changed

changelogs/.history

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
1.0.2
12
1.0.1
23
1.0.0
34
0.0.1

changelogs/CHANGELOG.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.2 `2024-02-22`
2+
### 🐛 Fix
3+
- Make the document clearer ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))
4+
15
## 🎉 1.0.1 `2024-02-22`
26
### 🐛 Fix
37
- Modify the document format ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))

changelogs/CHANGELOG.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.2 `2024-02-22`
2+
### 🐛 Fix
3+
- ドキュメントをより明確にします ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))
4+
15
## 🎉 1.0.1 `2024-02-22`
26
### 🐛 Fix
37
- ドキュメント形式を変更します ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))

changelogs/CHANGELOG.ko.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.2 `2024-02-22`
2+
### 🐛 Fix
3+
- 문서를 더 명확하게 만드십시오 ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))
4+
15
## 🎉 1.0.1 `2024-02-22`
26
### 🐛 Fix
37
- 문서 형식을 수정하십시오 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))

changelogs/CHANGELOG.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.2 `2024-02-22`
2+
### 🐛 Fix
3+
- Сделайте документ более ясным ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))
4+
15
## 🎉 1.0.1 `2024-02-22`
26
### 🐛 Fix
37
- Изменить формат документа ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))

changelogs/CHANGELOG.zh-cn.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.2 `2024-02-22`
2+
### 🐛 Fix
3+
- 使文档更清晰 ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))
4+
15
## 🎉 1.0.1 `2024-02-22`
26
### 🐛 Fix
37
- 修改文档格式 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))

changelogs/CHANGELOG.zh-tw.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.2 `2024-02-22`
2+
### 🐛 Fix
3+
- 使文檔更清晰 ([#76b479a](https://github.com/kwooshung/React-Themes/commit/76b479aea1134a476dca3aa56fbb9d2e9507e8b2))
4+
15
## 🎉 1.0.1 `2024-02-22`
26
### 🐛 Fix
37
- 修改文檔格式 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kwooshung/react-themes",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"title": "react-themes",
55
"description": "It is more convenient to use svg as React theme, which has strong operability and high degree of freedom.",
66
"private": false,

0 commit comments

Comments
 (0)