@seakoi/native-ui 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
本文档记录了项目的所有重要变更。
|
|
4
4
|
|
|
5
|
+
## [1.1.2](https://gitlab.seakoi.net/digiziting_client/native-ui/compare/@seakoi/native-ui@1.1.1...@seakoi/native-ui@1.1.2) (2026-03-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 🐛Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **svg-icons:** 修正类型声明文件路径 (By [@dengrenshan](https://gitlab.seakoi.net/dengrenshan)) ([8a931d61](https://gitlab.seakoi.net/digiziting_client/native-ui/commit/8a931d6186f0a8162551b0ddb7a258f715627023))
|
|
11
|
+
|
|
5
12
|
## [1.1.1](https://gitlab.seakoi.net/digiziting_client/native-ui/compare/@seakoi/native-ui@1.1.0...@seakoi/native-ui@1.1.1) (2026-02-28)
|
|
6
13
|
|
|
7
14
|
|