@atlaskit/contextual-survey 5.0.13 → 5.0.15
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 +12 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/contextual-survey
|
|
2
2
|
|
|
3
|
+
## 5.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 5.0.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 5.0.13
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -711,7 +723,6 @@
|
|
|
711
723
|
|
|
712
724
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
713
725
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
714
|
-
|
|
715
726
|
- @atlaskit/docs@8.3.2
|
|
716
727
|
- @atlaskit/button@13.3.7
|
|
717
728
|
- @atlaskit/checkbox@10.1.7
|
|
@@ -819,7 +830,6 @@
|
|
|
819
830
|
```
|
|
820
831
|
|
|
821
832
|
### Other
|
|
822
|
-
|
|
823
833
|
- `getUserHasAnsweredMailingList: () => boolean | () => Promise<boolean>` has been streamlined to
|
|
824
834
|
just be `() => Promise<boolean>`.
|
|
825
835
|
- ~~`onSignUp() => Promise<void>`~~ has become `onMailingListAnswer(answer) => Promise<void>`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/contextual-survey",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.15",
|
|
4
4
|
"description": "A React component used to ask the user for feedback",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"@atlaskit/icon": "^28.5.0",
|
|
39
39
|
"@atlaskit/link": "^3.2.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
|
-
"@atlaskit/primitives": "^
|
|
41
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
42
42
|
"@atlaskit/textarea": "^8.0.0",
|
|
43
43
|
"@atlaskit/theme": "^21.0.0",
|
|
44
|
-
"@atlaskit/tokens": "^
|
|
44
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
45
45
|
"@atlaskit/tooltip": "^20.5.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
|
-
"@compiled/react": "^0.18.
|
|
47
|
+
"@compiled/react": "^0.18.6",
|
|
48
48
|
"@emotion/react": "^11.7.1",
|
|
49
49
|
"react-transition-group": "^4.4.1"
|
|
50
50
|
},
|