@atlaskit/quick-search 10.0.22 → 10.0.24

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,17 @@
1
1
  # @atlaskit/quick-search
2
2
 
3
+ ## 10.0.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.0.23
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 10.0.22
4
16
 
5
17
  ### Patch Changes
package/compass.yml CHANGED
@@ -7,6 +7,9 @@ ownerId: 'ari:cloud:teams::team/8c518cea-39e4-4a9e-976b-2eec1db07eb2'
7
7
  fields:
8
8
  tier: 2
9
9
  links:
10
+ - name: Root Repository
11
+ type: REPOSITORY
12
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
10
13
  - name: ''
11
14
  type: REPOSITORY
12
15
  url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/search/quick-search/'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/quick-search",
3
- "version": "10.0.22",
3
+ "version": "10.0.24",
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.4.0",
33
+ "@atlaskit/avatar": "^25.6.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": "^7.0.0",
37
+ "@atlaskit/tokens": "^9.0.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "keycode": "^2.1.7"
40
40
  },