@zgfe/business-lib 1.2.0 → 1.2.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.
@@ -142,7 +142,7 @@ var BizDatePicker = function BizDatePicker(_ref) {
142
142
  })));
143
143
  };
144
144
  BizDatePicker.defaultProps = {
145
- includeToday: false,
145
+ includeToday: true,
146
146
  mode: 'general',
147
147
  dateTypeList: [DatePickerTypes.Unit.hour, DatePickerTypes.Unit.day, DatePickerTypes.Unit.week, DatePickerTypes.Unit.month]
148
148
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "4156c428c25567093502e878b3a03c799df6b82b",
58
+ "gitHead": "f5e09b7509d20ad14620b1708b11a6c4ea0803c8",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }