@solar-taro/plugin-sun 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -0,0 +1,15 @@
1
+ ## 1.5.1 (2025-10-22)
2
+
3
+ This was a version bump only for plugin-sun to align it with other projects, there were no code changes.
4
+
5
+ ## 1.5.0 (2025-10-18)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **planets/mercury:** add new auth interceptors
10
+ - **ui-sun/slider-captcha:** add slider captcha component
11
+ - **plugin-sun:** initialize plugin with basic configuration and structure
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - HyperLife1119
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solar-taro/plugin-sun",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "sideEffects": false,
5
5
  "publishConfig": {
6
6
  "access": "public"