@solar-taro/http 2.0.0 → 2.1.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # 2.0.0 (2025-11-13)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ui-sun/virtual-scroll:** enhance type safety
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - HyperLife1119
10
+
1
11
  ## 1.6.5 (2025-11-10)
2
12
 
3
13
  This was a version bump only for http to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solar-taro/http",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "sideEffects": false,
5
5
  "publishConfig": {
6
6
  "access": "public"