@atlaskit/dropdown-menu 12.15.0 → 12.16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 12.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.16.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`8b8090800a35d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b8090800a35d) -
14
+ Bump peer dependency for react-dom to include version 17 and 18.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 12.15.0
4
21
 
5
22
  ### Minor Changes
@@ -9,6 +26,10 @@
9
26
  Accessibility changes. Add a new optional prop `returnFocusRef` for cases when we need to focus an
10
27
  interactive element after closing DropdownMenu.
11
28
 
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+
12
33
  ## 12.14.2
13
34
 
14
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "12.15.0",
3
+ "version": "12.16.1",
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/"
@@ -30,14 +30,14 @@
30
30
  "@atlaskit/button": "^19.1.0",
31
31
  "@atlaskit/codemod-utils": "^4.2.0",
32
32
  "@atlaskit/ds-lib": "^2.3.0",
33
- "@atlaskit/icon": "^22.8.0",
33
+ "@atlaskit/icon": "^22.11.0",
34
34
  "@atlaskit/layering": "^0.3.0",
35
- "@atlaskit/menu": "^2.9.0",
36
- "@atlaskit/popup": "^1.20.0",
37
- "@atlaskit/primitives": "^11.1.0",
35
+ "@atlaskit/menu": "^2.10.0",
36
+ "@atlaskit/popup": "^1.21.0",
37
+ "@atlaskit/primitives": "^12.0.0",
38
38
  "@atlaskit/spinner": "^16.2.0",
39
39
  "@atlaskit/theme": "^12.11.0",
40
- "@atlaskit/tokens": "^1.56.0",
40
+ "@atlaskit/tokens": "^1.57.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",
43
43
  "bind-event-listener": "^3.0.0",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
48
- "react-dom": "^16.8.0"
48
+ "react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@af/accessibility-testing": "*",