@synerise/ds-date-range-picker 0.21.5 → 0.21.6

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.21.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-date-range-picker@0.21.5...@synerise/ds-date-range-picker@0.21.6) (2023-05-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **date-range-picker:** fixes incorrect range calculation for months ([30405fb](https://github.com/Synerise/synerise-design/commit/30405fba917d3c70b1719cc95fafcfb90296b52d))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.21.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-date-range-picker@0.21.4...@synerise/ds-date-range-picker@0.21.5) (2023-04-26)
7
18
 
8
19
 
@@ -6,7 +6,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
6
6
 
7
7
  /* eslint-disable @typescript-eslint/no-explicit-any */
8
8
  import * as React from 'react';
9
- import DatePicker from '@synerise/ds-date-picker/dist/DatePicker';
9
+ import { DatePicker } from '@synerise/ds-date-picker';
10
10
  import * as S from '../../RelativeRangePicker.styles';
11
11
  import TimestampDuration from './TimestampDuration/TimestampDuration';
12
12
  import ADD from '../../../dateUtils/add';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-date-range-picker",
3
- "version": "0.21.5",
3
+ "version": "0.21.6",
4
4
  "description": "Date-Range-Picker UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -54,5 +54,5 @@
54
54
  "devDependencies": {
55
55
  "@types/ramda": "^0.27.14"
56
56
  },
57
- "gitHead": "41163901b144e78a83329029519cb9eb48bf4787"
57
+ "gitHead": "71daf94c4b480a9b8f675537a7894ad5d7db4ff9"
58
58
  }