@indfnd/common-pro 1.1.147 → 1.1.148

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 CHANGED
@@ -2,10 +2,17 @@
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.1.147](http://git.inspur.com/lcxk/szyy/common/yy-common/compare/v1.1.146...v1.1.147) (2026-03-12)
6
-
7
- ### [1.1.146](http://git.inspur.com/lcxk/szyy/common/yy-common/compare/v1.1.145...v1.1.146) (2026-03-12)
5
+ ### [1.1.148](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common/compare/v1.1.147...v1.1.148) (2026-03-12)
8
6
 
7
+ ### [1.1.147](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common/compare/v1.1.146...v1.1.147) (2026-03-12)
8
+
9
+ ### [1.1.146](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common/compare/v1.1.145...v1.1.146) (2026-03-12)
10
+
11
+
12
+ ### Features
13
+
14
+ * exportJsonToExcel增加columnTitleStyle属性 ([b9a6293](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common/commit/b9a62936d71d94463ef85106a522d656d44a2712))
15
+
9
16
  ### [1.1.145](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common/compare/v1.1.144...v1.1.145) (2026-03-11)
10
17
 
11
18
 
package/README.md CHANGED
@@ -4,13 +4,13 @@
4
4
 
5
5
  `
6
6
  复制package-install.json的dependencies字段 到 package.json
7
- yy-common工程执行yarn
7
+ gy-common工程执行yarn
8
8
  删除package.json的dependencies字段内容
9
9
  lambo-design工程执行yarn link-all
10
- yy-common工程执行yarn link-all
11
- yy-common工程执行yarn link-add
12
- yy-common工程执行yarn build
13
- yy-common工程执行yarn link
10
+ gy-common工程执行yarn link-all
11
+ gy-common工程执行yarn link-add
12
+ gy-common工程执行yarn build
13
+ gy-common工程执行yarn link
14
14
  业务工程执行yarn link "@indfnd/common-pro"
15
15
  `
16
16
 
@@ -21,4 +21,4 @@ yy-common工程执行yarn link
21
21
  `
22
22
  yarn release
23
23
  cnpm sync @indfnd/common-pro
24
- `
24
+ `