@atlaskit/feedback-collector 15.0.0 → 15.1.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.
- package/CHANGELOG.md +11 -0
- package/package.json +4 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/feedback-collector
|
|
2
2
|
|
|
3
|
+
## 15.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a8e9bef6d418f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a8e9bef6d418f) -
|
|
8
|
+
Remove flag to increase accessibility in links.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 15.0.0
|
|
4
15
|
|
|
5
16
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/feedback-collector",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.1.0",
|
|
4
4
|
"description": "A component that collects feedback across Atlassian products.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"@atlaskit/checkbox": "^17.3.0",
|
|
38
38
|
"@atlaskit/flag": "^17.9.0",
|
|
39
39
|
"@atlaskit/form": "^15.5.0",
|
|
40
|
-
"@atlaskit/icon": "^34.
|
|
40
|
+
"@atlaskit/icon": "^34.2.0",
|
|
41
41
|
"@atlaskit/link": "^3.4.0",
|
|
42
|
-
"@atlaskit/modal-dialog": "^14.
|
|
42
|
+
"@atlaskit/modal-dialog": "^14.16.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/section-message": "^8.12.0",
|
|
45
45
|
"@atlaskit/select": "^21.10.0",
|
|
46
|
-
"@atlaskit/textarea": "^8.
|
|
46
|
+
"@atlaskit/textarea": "^8.3.0",
|
|
47
47
|
"@atlaskit/tokens": "^13.0.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0"
|
|
49
49
|
},
|
|
@@ -83,9 +83,6 @@
|
|
|
83
83
|
"platform.proforma-form-builder-feedback_hupaz": {
|
|
84
84
|
"type": "boolean"
|
|
85
85
|
},
|
|
86
|
-
"dst-a11y__replace-anchor-with-link__belugas-feedba": {
|
|
87
|
-
"type": "boolean"
|
|
88
|
-
},
|
|
89
86
|
"product-terminology-refresh": {
|
|
90
87
|
"type": "boolean"
|
|
91
88
|
},
|