@panneau/list-calendar 3.0.288 → 3.0.290

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/es/index.js +1 -2
  2. package/package.json +8 -8
package/es/index.js CHANGED
@@ -277,6 +277,5 @@ var CalendarList = function CalendarList(_ref) {
277
277
  };
278
278
  CalendarList.propTypes = propTypes;
279
279
  CalendarList.defaultProps = defaultProps;
280
- var Calendar = CalendarList;
281
280
 
282
- export { Calendar as default };
281
+ export { CalendarList as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/list-calendar",
3
- "version": "3.0.288",
3
+ "version": "3.0.290",
4
4
  "description": "Calendar list",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@babel/runtime": "^7.12.5",
54
- "@panneau/core": "^3.0.288",
55
- "@panneau/element-button": "^3.0.288",
56
- "@panneau/element-card": "^3.0.288",
57
- "@panneau/element-icon": "^3.0.288",
58
- "@panneau/element-loading": "^3.0.288",
59
- "@panneau/themes": "^3.0.288",
54
+ "@panneau/core": "^3.0.290",
55
+ "@panneau/element-button": "^3.0.290",
56
+ "@panneau/element-card": "^3.0.290",
57
+ "@panneau/element-icon": "^3.0.290",
58
+ "@panneau/element-loading": "^3.0.290",
59
+ "@panneau/themes": "^3.0.290",
60
60
  "classnames": "^2.5.1",
61
61
  "date-fns": "^3.3.1",
62
62
  "lodash-es": "^4.17.21",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "26afc569a56dd1f7322679e571ecbdb5256b3047"
70
+ "gitHead": "682156ae8f9e789cca229bd2aab2c8f3228b5ffe"
71
71
  }