@solar-taro/core 1.6.2 → 1.6.3

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
+ ## 1.6.2 (2025-11-03)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **core:** add delay to ensure overlay dismissal timing
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - HyperLife1119
10
+
1
11
  ## 1.6.1 (2025-11-01)
2
12
 
3
13
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solar-taro/core",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "sideEffects": false,
5
5
  "publishConfig": {
6
6
  "access": "public"