@atlaskit/dropdown-menu 12.1.6 → 12.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 12.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43918](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43918) [`d100ca42f46`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d100ca42f46) - Push model consumption configuration done for these packages
8
+
9
+ ## 12.1.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 12.1.6
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "12.1.6",
3
+ "version": "12.1.8",
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/"
@@ -17,24 +17,27 @@
17
17
  "atlassian": {
18
18
  "team": "Design System Team",
19
19
  "releaseModel": "continuous",
20
+ "productPushConsumption": [
21
+ "jira"
22
+ ],
20
23
  "website": {
21
24
  "name": "Dropdown menu",
22
25
  "category": "Components"
23
26
  }
24
27
  },
25
28
  "dependencies": {
26
- "@atlaskit/button": "^16.16.0",
29
+ "@atlaskit/button": "^16.17.0",
27
30
  "@atlaskit/codemod-utils": "^4.2.0",
28
31
  "@atlaskit/ds-lib": "^2.2.0",
29
- "@atlaskit/icon": "^21.12.0",
32
+ "@atlaskit/icon": "^22.0.0",
30
33
  "@atlaskit/layering": "^0.2.0",
31
34
  "@atlaskit/menu": "^2.1.0",
32
35
  "@atlaskit/platform-feature-flags": "^0.2.2",
33
36
  "@atlaskit/popup": "^1.11.0",
34
- "@atlaskit/primitives": "^1.10.0",
37
+ "@atlaskit/primitives": "^1.12.0",
35
38
  "@atlaskit/spinner": "^16.0.0",
36
39
  "@atlaskit/theme": "^12.6.0",
37
- "@atlaskit/tokens": "^1.28.0",
40
+ "@atlaskit/tokens": "^1.29.0",
38
41
  "@babel/runtime": "^7.0.0",
39
42
  "@emotion/react": "^11.7.1",
40
43
  "bind-event-listener": "^2.1.1"