sard-uniapp 1.2.0 → 1.2.1-alpha

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 +4 -0
  2. package/package.json +3 -5
package/changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.2.1-alpha](https://github.com/sutras/sard-uniapp/compare/v1.2.0...v1.2.1-alpha) (2024-07-12)
2
+
3
+
4
+
1
5
  # [1.2.0](https://github.com/sutras/sard-uniapp/compare/v1.1.7...v1.2.0) (2024-07-11)
2
6
 
3
7
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "sard-uniapp",
3
3
  "name": "sard-uniapp",
4
4
  "displayName": "sard-uniapp",
5
- "version": "1.2.0",
5
+ "version": "1.2.1-alpha",
6
6
  "type": "module",
7
7
  "description": "sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库",
8
8
  "keywords": [
@@ -26,7 +26,8 @@
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@dcloudio/types": "^3.4.8",
29
- "vue": "^3.4.27"
29
+ "vue": "^3.4.27",
30
+ "lwa": "^0.2.2"
30
31
  },
31
32
  "devDependencies": {
32
33
  "@sard/uniapp-cli": "workspace:*",
@@ -114,8 +115,5 @@
114
115
  },
115
116
  "engines": {
116
117
  "HBuilderX": "^3.6.0"
117
- },
118
- "dependencies": {
119
- "lwa": "^0.2.2"
120
118
  }
121
119
  }