@atlaskit/dropdown-menu 11.9.0 → 11.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 11.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
8
+
9
+ ## 11.9.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
14
+
3
15
  ## 11.9.0
4
16
 
5
17
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "11.9.0",
3
+ "version": "11.9.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "11.9.0",
3
+ "version": "11.9.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "11.9.0",
3
+ "version": "11.9.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "11.9.0",
3
+ "version": "11.9.2",
4
4
  "description": "A dropdown menu displays a list of actions or options to a user.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/popup": "^1.6.0",
40
40
  "@atlaskit/spinner": "^15.5.0",
41
41
  "@atlaskit/theme": "^12.5.0",
42
- "@atlaskit/tokens": "^1.4.0",
42
+ "@atlaskit/tokens": "^1.5.0",
43
43
  "@atlaskit/visually-hidden": "^1.2.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1",
@@ -52,9 +52,9 @@
52
52
  "devDependencies": {
53
53
  "@atlaskit/avatar": "^21.3.0",
54
54
  "@atlaskit/docs": "*",
55
- "@atlaskit/ds-explorations": "^2.1.0",
55
+ "@atlaskit/ds-explorations": "^2.2.0",
56
56
  "@atlaskit/heading": "^1.3.0",
57
- "@atlaskit/lozenge": "11.4.1",
57
+ "@atlaskit/lozenge": "11.4.2",
58
58
  "@atlaskit/modal-dialog": "^12.5.0",
59
59
  "@atlaskit/primitives": "^0.9.0",
60
60
  "@atlaskit/section-message": "^6.4.0",
@@ -67,6 +67,7 @@
67
67
  "@testing-library/dom": "^8.17.1",
68
68
  "@testing-library/react": "^12.1.5",
69
69
  "@testing-library/react-hooks": "^8.0.1",
70
+ "jest-axe": "^4.0.0",
70
71
  "jscodeshift": "^0.13.0",
71
72
  "raf-stub": "^2.0.1",
72
73
  "react-dom": "^16.8.0",