@atlaskit/calendar 13.0.7 → 13.0.8

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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/calendar
2
2
 
3
+ ## 13.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 13.0.7
4
10
 
5
11
  ### Patch Changes
@@ -33,7 +33,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
33
33
  var analyticsAttributes = {
34
34
  componentName: 'calendar',
35
35
  packageName: "@atlaskit/calendar",
36
- packageVersion: "13.0.7"
36
+ packageVersion: "13.0.8"
37
37
  };
38
38
  var CalendarWithMode = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
39
39
  var day = _ref.day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.7",
3
+ "version": "13.0.8",
4
4
  "sideEffects": false
5
5
  }
@@ -23,7 +23,7 @@ import useUniqueId from './internal/hooks/use-unique-id';
23
23
  const analyticsAttributes = {
24
24
  componentName: 'calendar',
25
25
  packageName: "@atlaskit/calendar",
26
- packageVersion: "13.0.7"
26
+ packageVersion: "13.0.8"
27
27
  };
28
28
  const CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar({
29
29
  day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.7",
3
+ "version": "13.0.8",
4
4
  "sideEffects": false
5
5
  }
@@ -27,7 +27,7 @@ import useUniqueId from './internal/hooks/use-unique-id';
27
27
  var analyticsAttributes = {
28
28
  componentName: 'calendar',
29
29
  packageName: "@atlaskit/calendar",
30
- packageVersion: "13.0.7"
30
+ packageVersion: "13.0.8"
31
31
  };
32
32
  var CalendarWithMode = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
33
33
  var day = _ref.day,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.7",
3
+ "version": "13.0.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "13.0.7",
3
+ "version": "13.0.8",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,11 +27,11 @@
27
27
  "@atlaskit/button": "^16.5.0",
28
28
  "@atlaskit/ds-explorations": "^2.0.0",
29
29
  "@atlaskit/ds-lib": "^2.1.0",
30
- "@atlaskit/heading": "^1.0.2",
30
+ "@atlaskit/heading": "^1.2.0",
31
31
  "@atlaskit/icon": "^21.11.0",
32
32
  "@atlaskit/locale": "^2.3.0",
33
- "@atlaskit/primitives": "^0.3.0",
34
- "@atlaskit/theme": "^12.2.0",
33
+ "@atlaskit/primitives": "^0.4.0",
34
+ "@atlaskit/theme": "^12.3.0",
35
35
  "@atlaskit/tokens": "^1.2.0",
36
36
  "@atlaskit/visually-hidden": "^1.1.0",
37
37
  "@babel/runtime": "^7.0.0",