@atlaskit/tooltip 20.8.1 → 20.8.2

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/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 20.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`28d426b7134d8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/28d426b7134d8) -
8
+ Internal renaming. Public API is unaffected.
9
+ - Updated dependencies
10
+
3
11
  ## 20.8.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "20.8.1",
3
+ "version": "20.8.2",
4
4
  "description": "A tooltip describes an interactive element on mouse hover or keyboard focus.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -23,7 +23,7 @@
23
23
  "sideEffects": [
24
24
  "**/*.compiled.css"
25
25
  ],
26
- "atlaskit:src": "src/index.ts",
26
+ "atlaskit:src": "src/index.tsx",
27
27
  "atlassian": {
28
28
  "team": "Design System Team",
29
29
  "website": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
36
  "@atlaskit/ds-lib": "^5.2.0",
37
- "@atlaskit/layering": "^3.2.0",
37
+ "@atlaskit/layering": "^3.3.0",
38
38
  "@atlaskit/motion": "^5.3.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/popper": "^7.1.0",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/button": "^23.6.0",
57
57
  "@atlaskit/css": "^0.15.0",
58
58
  "@atlaskit/docs": "^11.2.0",
59
- "@atlaskit/icon": "^28.5.0",
59
+ "@atlaskit/icon": "^29.0.0",
60
60
  "@atlaskit/link": "^3.2.0",
61
61
  "@atlaskit/primitives": "^16.1.0",
62
62
  "@atlaskit/section-message": "^8.9.0",