@atlaskit/tooltip 21.1.0 → 21.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 21.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`08170da1fbf62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08170da1fbf62) -
8
+ Migrate spacing prop usages on icons to Flex wrapper
9
+ - Updated dependencies
10
+
3
11
  ## 21.1.0
4
12
 
5
13
  ### Minor Changes
@@ -34,7 +34,7 @@ var tooltipZIndex = _constants.layers.tooltip();
34
34
  var analyticsAttributes = {
35
35
  componentName: 'tooltip',
36
36
  packageName: "@atlaskit/tooltip",
37
- packageVersion: "0.0.0-development"
37
+ packageVersion: "21.1.0"
38
38
  };
39
39
 
40
40
  // Inverts motion direction
@@ -21,7 +21,7 @@ const tooltipZIndex = layers.tooltip();
21
21
  const analyticsAttributes = {
22
22
  componentName: 'tooltip',
23
23
  packageName: "@atlaskit/tooltip",
24
- packageVersion: "0.0.0-development"
24
+ packageVersion: "21.1.0"
25
25
  };
26
26
 
27
27
  // Inverts motion direction
@@ -25,7 +25,7 @@ var tooltipZIndex = layers.tooltip();
25
25
  var analyticsAttributes = {
26
26
  componentName: 'tooltip',
27
27
  packageName: "@atlaskit/tooltip",
28
- packageVersion: "0.0.0-development"
28
+ packageVersion: "21.1.0"
29
29
  };
30
30
 
31
31
  // Inverts motion direction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "21.1.0",
3
+ "version": "21.1.1",
4
4
  "description": "A tooltip briefly describes an interactive element on mouse hover or keyboard focus.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"