@atlaskit/quick-search 8.1.6 → 8.1.7
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 +6 -0
- package/package.json +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/quick-search
|
|
2
2
|
|
|
3
|
+
## 8.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#66003](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66003) [`9d097306f2e7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9d097306f2e7) - Migrate @atlaskit/quick-search to use declarative entry points
|
|
8
|
+
|
|
3
9
|
## 8.1.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/quick-search",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.7",
|
|
4
4
|
"description": "A quick-search component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"atlaskit:src": "src/index.ts",
|
|
24
24
|
"atlassian": {
|
|
25
25
|
"team": "Search Platform: Search Experience",
|
|
26
|
-
"deprecatedAutoEntryPoints": true,
|
|
27
26
|
"releaseModel": "continuous",
|
|
28
27
|
"website": {
|
|
29
28
|
"name": "Quick Search"
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
"@atlaskit/item": "^12.1.0",
|
|
36
35
|
"@atlaskit/spinner": "^16.0.0",
|
|
37
36
|
"@atlaskit/theme": "^12.6.0",
|
|
38
|
-
"@atlaskit/tokens": "^1.
|
|
37
|
+
"@atlaskit/tokens": "^1.33.0",
|
|
39
38
|
"@babel/runtime": "^7.0.0",
|
|
40
39
|
"keycode": "^2.1.7"
|
|
41
40
|
},
|
|
@@ -52,5 +51,8 @@
|
|
|
52
51
|
"typescript": "~4.9.5",
|
|
53
52
|
"uuid": "^3.1.0"
|
|
54
53
|
},
|
|
55
|
-
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
56
|
-
|
|
54
|
+
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
|
|
55
|
+
"af:exports": {
|
|
56
|
+
".": "./src/index.ts"
|
|
57
|
+
}
|
|
58
|
+
}
|