@atlaskit/quick-search 10.3.0 → 10.4.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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/quick-search
2
2
 
3
+ ## 10.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b2250607b5d5e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2250607b5d5e) -
8
+ Fix cross-package barrel imports in search packages - comprehensive update for all search packages
9
+ to use specific subpath imports instead of barrel files
10
+
3
11
  ## 10.3.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/quick-search",
3
- "version": "10.3.0",
3
+ "version": "10.4.0",
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.8.0",
33
+ "@atlaskit/avatar": "^25.10.0",
34
34
  "@atlaskit/menu": "^8.4.0",
35
35
  "@atlaskit/spinner": "^19.0.0",
36
36
  "@atlaskit/theme": "^22.0.0",
37
- "@atlaskit/tokens": "^11.1.0",
37
+ "@atlaskit/tokens": "^11.3.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "keycode": "^2.1.7"
40
40
  },