@zgfe/modules-attribution 1.1.4 → 1.1.5-heyh.1

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.
@@ -42,8 +42,7 @@ var SearchTime = function SearchTime(props) {
42
42
  className: classPrefix
43
43
  }, /*#__PURE__*/React.createElement(BizDatePicker, {
44
44
  value: time,
45
- onChange: onChangeTime,
46
- selectRange: 365
45
+ onChange: onChangeTime
47
46
  }));
48
47
  };
49
48
  export default SearchTime;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-attribution",
3
- "version": "1.1.4",
3
+ "version": "1.1.5-heyh.1",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -50,5 +50,5 @@
50
50
  "react": "^16.12.0 || ^17.0.0",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "e2fd414bcd965b66ac6b1a1c6c7e0cdc5659eb6a"
53
+ "gitHead": "2b15ab2514b0f4f65aefc4bc29bb1ac3c51a47fa"
54
54
  }