@atlaskit/quick-search 10.0.24 → 10.0.25

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/quick-search
2
2
 
3
+ ## 10.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - [`386838c84de1a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/386838c84de1a) -
8
+ Auto-fix duplicate import statements in platform/packages/search
9
+
3
10
  ## 10.0.24
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- import { type ComponentType } from 'react';
1
+ import React, { type ComponentType } from 'react';
3
2
  import { type ResultData, type ResultId, type SelectedResultId } from './Results/types';
4
3
  import { type ResultBase } from './Results/ResultBase';
5
4
  export type ResultContextType = {
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- import { type ComponentType } from 'react';
1
+ import React, { type ComponentType } from 'react';
3
2
  import { type ResultData, type ResultId, type SelectedResultId } from './Results/types';
4
3
  import { type ResultBase } from './Results/ResultBase';
5
4
  export type ResultContextType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/quick-search",
3
- "version": "10.0.24",
3
+ "version": "10.0.25",
4
4
  "description": "A quick-search component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,11 +30,11 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@atlaskit/analytics": "^9.0.0",
33
- "@atlaskit/avatar": "^25.6.0",
33
+ "@atlaskit/avatar": "^25.7.0",
34
34
  "@atlaskit/menu": "^8.4.0",
35
35
  "@atlaskit/spinner": "^19.0.0",
36
36
  "@atlaskit/theme": "^21.0.0",
37
- "@atlaskit/tokens": "^9.0.0",
37
+ "@atlaskit/tokens": "^9.1.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "keycode": "^2.1.7"
40
40
  },