@atlaskit/menu 1.5.0 → 1.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/menu
2
2
 
3
+ ## 1.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
8
+ - Updated dependencies
9
+
3
10
  ## 1.5.0
4
11
 
5
12
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -4,6 +4,7 @@ import _extends from "@babel/runtime/helpers/extends";
4
4
  import { forwardRef, Fragment } from 'react';
5
5
  import { css, jsx } from '@emotion/react';
6
6
  import { N30A } from '@atlaskit/theme/colors';
7
+ // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
7
8
  import { gridSize as gridSizeFn } from '@atlaskit/theme/constants';
8
9
  import { headingSizes } from '@atlaskit/theme/typography';
9
10
  import HeadingItem from '../menu-item/heading-item';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -6,6 +6,7 @@ var _excluded = ["children", "overrides", "title", "testId", "isScrollable", "ha
6
6
  import { forwardRef, Fragment } from 'react';
7
7
  import { css, jsx } from '@emotion/react';
8
8
  import { N30A } from '@atlaskit/theme/colors';
9
+ // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
9
10
  import { gridSize as gridSizeFn } from '@atlaskit/theme/constants';
10
11
  import { headingSizes } from '@atlaskit/theme/typography';
11
12
  import HeadingItem from '../menu-item/heading-item';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "A collection of composable menu components that can be used anywhere.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -15,7 +15,6 @@
15
15
  "sideEffects": false,
16
16
  "atlaskit:src": "src/index.tsx",
17
17
  "atlassian": {
18
- "disableProductCI": true,
19
18
  "team": "Design System Team",
20
19
  "releaseModel": "scheduled",
21
20
  "website": {
@@ -40,7 +39,7 @@
40
39
  "@atlaskit/ds-explorations": "^2.0.0",
41
40
  "@atlaskit/ds-lib": "^2.1.0",
42
41
  "@atlaskit/focus-ring": "^1.2.0",
43
- "@atlaskit/theme": "^12.2.0",
42
+ "@atlaskit/theme": "^12.3.0",
44
43
  "@atlaskit/tokens": "^1.2.0",
45
44
  "@babel/runtime": "^7.0.0",
46
45
  "@emotion/react": "^11.7.1"
@@ -50,7 +49,7 @@
50
49
  "react-dom": "^16.8.0"
51
50
  },
52
51
  "devDependencies": {
53
- "@atlaskit/avatar": "^21.1.0",
52
+ "@atlaskit/avatar": "^21.2.0",
54
53
  "@atlaskit/button": "^16.5.0",
55
54
  "@atlaskit/docs": "*",
56
55
  "@atlaskit/icon": "^21.11.0",