@indfnd/common-pro 1.1.147 → 1.1.149
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,24 @@
|
|
|
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.
|
|
5
|
+
### [1.1.149](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common/compare/v1.1.148...v1.1.149) (2026-03-12)
|
|
6
6
|
|
|
7
|
-
### [1.1.146](http://git.inspur.com/lcxk/szyy/common/yy-common/compare/v1.1.145...v1.1.146) (2026-03-12)
|
|
8
7
|
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **audit-flow-view:** 修复循环中的变量引用错误 ([1048e11](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common/commit/1048e11cbb03d0dec237d1f5cfe83c4caf1cca63))
|
|
11
|
+
|
|
12
|
+
### [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)
|
|
13
|
+
|
|
14
|
+
### [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)
|
|
15
|
+
|
|
16
|
+
### [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)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* exportJsonToExcel增加columnTitleStyle属性 ([b9a6293](http://git.inspur.com/imp-ec/szyx_2/app/business/gy-common/commit/b9a62936d71d94463ef85106a522d656d44a2712))
|
|
22
|
+
|
|
9
23
|
### [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
24
|
|
|
11
25
|
|
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
`
|
|
6
6
|
复制package-install.json的dependencies字段 到 package.json
|
|
7
|
-
|
|
7
|
+
gy-common工程执行yarn
|
|
8
8
|
删除package.json的dependencies字段内容
|
|
9
9
|
lambo-design工程执行yarn link-all
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
+
`
|