@solar-taro/planets 1.5.2 → 1.6.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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 1.5.2 (2025-10-23)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **planets/mercury:** add patchTokens method
6
+ - **planets/mercury:** add redirect query to relaunch to login page
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - **planets/mercury:** rename AUTH_TOKEN_STORAGE_KEY to AUTH_TOKENS_STORAGE_KEY
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - HyperLife1119
15
+
1
16
  ## 1.5.1 (2025-10-22)
2
17
 
3
18
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solar-taro/planets",
3
- "version": "1.5.2",
3
+ "version": "1.6.0",
4
4
  "sideEffects": false,
5
5
  "publishConfig": {
6
6
  "access": "public"