Skip to content

Commit bee2b48

Browse files
committed
📦️ release(tag): new version 1.0.1
1 parent 5f5b6d2 commit bee2b48

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,2 +1,3 @@
1+
1.0.1
12
1.0.0
23
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.1 `2024-02-22`
2+
### 🐛 Fix
3+
- Modify the document format ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
4+
15
## 🎉 1.0.0 `2024-02-22`
26
### ✨ Feature
37
- Increase online demonstration cases ([#f8ef484](https://github.com/kwooshung/React-Themes/commit/f8ef4846e2f9a322531c4d6d0f94f350c47d255f))

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.1 `2024-02-22`
2+
### 🐛 Fix
3+
- ドキュメント形式を変更します ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
4+
15
## 🎉 1.0.0 `2024-02-22`
26
### ✨ Feature
37
- オンラインデモンストレーションケースを増やします ([#f8ef484](https://github.com/kwooshung/React-Themes/commit/f8ef4846e2f9a322531c4d6d0f94f350c47d255f))

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.1 `2024-02-22`
2+
### 🐛 Fix
3+
- 문서 형식을 수정하십시오 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
4+
15
## 🎉 1.0.0 `2024-02-22`
26
### ✨ Feature
37
- 온라인 데모 사례를 늘리십시오 ([#f8ef484](https://github.com/kwooshung/React-Themes/commit/f8ef4846e2f9a322531c4d6d0f94f350c47d255f))

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.1 `2024-02-22`
2+
### 🐛 Fix
3+
- Изменить формат документа ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
4+
15
## 🎉 1.0.0 `2024-02-22`
26
### ✨ Feature
37
- Увеличьте случаи демонстрации онлайн ([#f8ef484](https://github.com/kwooshung/React-Themes/commit/f8ef4846e2f9a322531c4d6d0f94f350c47d255f))

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.1 `2024-02-22`
2+
### 🐛 Fix
3+
- 修改文档格式 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
4+
15
## 🎉 1.0.0 `2024-02-22`
26
### ✨ Feature
37
- 增加在线演示案例 ([#f8ef484](https://github.com/kwooshung/React-Themes/commit/f8ef4846e2f9a322531c4d6d0f94f350c47d255f))

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.1 `2024-02-22`
2+
### 🐛 Fix
3+
- 修改文檔格式 ([#5f5b6d2](https://github.com/kwooshung/React-Themes/commit/5f5b6d22711c9650b2284c72d45e9047e295fb0a))
4+
15
## 🎉 1.0.0 `2024-02-22`
26
### ✨ Feature
37
- 增加在線演示案例 ([#f8ef484](https://github.com/kwooshung/React-Themes/commit/f8ef4846e2f9a322531c4d6d0f94f350c47d255f))

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.0",
3+
"version": "1.0.1",
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)