look-ui 1.3.9 → 1.3.10

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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
 
2
2
 
3
+ ## [1.3.10](http://192.168.0.66/font-end/look-ui/compare/1.3.9...1.3.10) (2024-04-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 修复控制台报错导致卡死问题 ([805dc73](http://192.168.0.66/font-end/look-ui/commits/805dc731cadd1a5ead42f131aaa02a306489b0be))
9
+
10
+
11
+ ### Features
12
+
13
+ * ZLTZJ-44 在查看新的一条任务的查重结果时,重新跳到第一条 ([9370c6a](http://192.168.0.66/font-end/look-ui/commits/9370c6a2414a06642fd5696ff0e245947cce0766))
14
+
3
15
  ## [1.3.9](http://192.168.0.66/font-end/look-ui/compare/1.3.8...1.3.9) (2024-03-29)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "look-ui",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "a ui library which is based on element-ui",
5
5
  "main": "./dist/look-ui.common.js",
6
6
  "scripts": {