@indfnd/common-mobile-pro 1.0.47 → 1.0.49
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.
- package/CHANGELOG.md +12 -0
- package/README.md +4 -4
- package/dist/gy-common-mobile-es.min.js +2 -0
- package/dist/gy-common-mobile-umd-unuse.min.js +1323 -76989
- package/dist/styles/common-index.css +1 -1
- package/package.json +1 -1
- package/dist/gy-common-mobile-umd.min.js +0 -2
- /package/dist/{gy-common-mobile-umd.min.js.LICENSE.txt → gy-common-mobile-es.min.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.49](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/compare/v1.0.48...v1.0.49) (2025-08-08)
|
|
6
|
+
|
|
7
|
+
### [1.0.48](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/compare/v1.0.47...v1.0.48) (2025-08-08)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* 合并 ([8f96c2b](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/commit/8f96c2bb6f948823d299097bf3b0e8e4bbf87470))
|
|
13
|
+
* 修改 ([41b3d71](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/commit/41b3d716e6c139021275b3daddf9d732910b0473))
|
|
14
|
+
* 修改 ([be43ee8](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/commit/be43ee813e466ab46dfc577ccf566837e8e65084))
|
|
15
|
+
* 修改 ([3d55cdd](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/commit/3d55cdd37dde2508d85258c94a1e11e21033fc84))
|
|
16
|
+
|
|
5
17
|
### [1.0.47](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common-mobile/compare/v1.0.46...v1.0.47) (2025-08-07)
|
|
6
18
|
|
|
7
19
|
|
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# 项目启动
|
|
2
2
|
|
|
3
|
+
browser弃用!!!!!!!!!!!!!!!
|
|
4
|
+
|
|
3
5
|
## 项目安装
|
|
4
6
|
|
|
5
|
-
`
|
|
6
7
|
1、gy-common-mobile工程
|
|
7
8
|
复制package-install.json的dependencies字段 到 package.json
|
|
8
9
|
然后gy-common-mobile工程执行yarn
|
|
@@ -24,8 +25,7 @@ gy-common-mobile工程执行yarn link
|
|
|
24
25
|
|
|
25
26
|
## 发布组件
|
|
26
27
|
|
|
27
|
-
1. yarn build
|
|
28
|
-
2.
|
|
29
|
-
3. 合并app.js和chunk-vendors.js,作为lambo-design-mobile.js
|
|
28
|
+
1. yarn release,发布新版本成功后,在 `vendor-custom-mobile` 工程中更新版本号,执行 `yarn build`
|
|
29
|
+
2. 如果本地调试,需要build后,将 `gy-common-mobile-umd.min.js` 拷到 `vendor-custom-mobile` 的 `node_modules` 目录下,直接link会报错
|
|
30
30
|
|
|
31
31
|
|