@choiceform/os-client-core 3.4.14 → 3.4.18

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,7 +2,7 @@
2
2
 
3
3
  最新的格式规范,具体规则参照[os-service-umbrella 的变更日志](https://github.com/choice-form/os-service-umbrella/blob/develop/CHANGELOG.md)。
4
4
 
5
- 每次发布新版本到正式环境时,需要更改 package.json 的版本号,同时需要将 changelog 中的[Unreleased]改为版本号和发布日期,操作比较繁琐,所以写了个脚本来自动更改,运行`yarn release [version] [commit]`就会自动做这些更改(不填入版本号则自动递增,填入版本耗时版本号不能变低,否则会报错),输入 commit 参数则会自动 git commit 版本更新的更改。
5
+ 每次发布新版本到正式环境时,需要更改 package.json 的版本号,同时需要将 changelog 中的[Unreleased]改为版本号和发布日期,操作比较繁琐,所以写了个脚本来自动更改,运行`yarn release [version] [commit]`就会自动做这些更改(不填入版本号则自动递增,填入版本号时版本号不能变低,否则会报错),输入 commit 参数则会自动 git commit 版本更新的更改。
6
6
 
7
7
  # changelog
8
8
 
@@ -16,6 +16,24 @@
16
16
 
17
17
  ### Removed
18
18
 
19
+ ## 3.4.18 - 2021-12-31
20
+
21
+ ### Fixed
22
+
23
+ - 修复变量个节点组内容没有成功加载多语言翻译的 bug
24
+
25
+ ## 3.4.17 - 2021-12-17
26
+
27
+ ### Fixed
28
+
29
+ - 修复提交结果中的 hookParams 问题
30
+
31
+ ## 3.4.16 - 2021-12-17
32
+
33
+ ### Fixed
34
+
35
+ - 修复第三方对接时的参数解析 bug
36
+
19
37
  ## 3.4.14 - 2021-12-17
20
38
 
21
39
  ### Fixed