@atlaskit/dropdown-menu 15.1.0 → 15.2.0

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 +13 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 15.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#157071](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/157071)
8
+ [`a149a0b1559ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a149a0b1559ec) -
9
+ We are testing the migration to the ADS Link component behind a feature flag. If this fix is
10
+ successful it will be available in a later release.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 15.1.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "15.1.0",
3
+ "version": "15.2.0",
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/"
@@ -25,15 +25,15 @@
25
25
  "runReact18": true
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/button": "^23.1.0",
28
+ "@atlaskit/button": "^23.2.0",
29
29
  "@atlaskit/codemod-utils": "^4.2.0",
30
30
  "@atlaskit/ds-lib": "^4.0.0",
31
31
  "@atlaskit/icon": "^26.1.0",
32
32
  "@atlaskit/layering": "^2.1.0",
33
- "@atlaskit/menu": "^7.0.0",
33
+ "@atlaskit/menu": "^7.1.0",
34
34
  "@atlaskit/platform-feature-flags": "^1.1.0",
35
35
  "@atlaskit/popup": "^4.2.0",
36
- "@atlaskit/primitives": "^14.7.0",
36
+ "@atlaskit/primitives": "^14.8.0",
37
37
  "@atlaskit/spinner": "^18.0.0",
38
38
  "@atlaskit/theme": "^18.0.0",
39
39
  "@atlaskit/tokens": "^4.9.0",
@@ -49,14 +49,14 @@
49
49
  "@af/accessibility-testing": "workspace:^",
50
50
  "@af/integration-testing": "workspace:^",
51
51
  "@af/visual-regression": "workspace:^",
52
- "@atlaskit/app-provider": "^2.1.0",
53
- "@atlaskit/atlassian-navigation": "^5.2.0",
52
+ "@atlaskit/app-provider": "^2.2.0",
53
+ "@atlaskit/atlassian-navigation": "^5.3.0",
54
54
  "@atlaskit/avatar": "^25.1.0",
55
55
  "@atlaskit/checkbox": "^17.1.0",
56
56
  "@atlaskit/docs": "^10.0.0",
57
57
  "@atlaskit/form": "^12.0.0",
58
58
  "@atlaskit/heading": "^5.2.0",
59
- "@atlaskit/link": "^3.1.0",
59
+ "@atlaskit/link": "^3.2.0",
60
60
  "@atlaskit/lozenge": "^12.2.0",
61
61
  "@atlaskit/modal-dialog": "^14.2.0",
62
62
  "@atlaskit/section-message": "^8.2.0",