@atlaskit/contextual-survey 5.0.13 → 5.0.14

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 +6 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/contextual-survey
2
2
 
3
+ ## 5.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.0.13
4
10
 
5
11
  ### Patch Changes
@@ -711,7 +717,6 @@
711
717
 
712
718
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
713
719
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
714
-
715
720
  - @atlaskit/docs@8.3.2
716
721
  - @atlaskit/button@13.3.7
717
722
  - @atlaskit/checkbox@10.1.7
@@ -819,7 +824,6 @@
819
824
  ```
820
825
 
821
826
  ### Other
822
-
823
827
  - `getUserHasAnsweredMailingList: () => boolean | () => Promise<boolean>` has been streamlined to
824
828
  just be `() => Promise<boolean>`.
825
829
  - ~~`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.13",
3
+ "version": "5.0.14",
4
4
  "description": "A React component used to ask the user for feedback",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,10 +41,10 @@
41
41
  "@atlaskit/primitives": "^15.0.0",
42
42
  "@atlaskit/textarea": "^8.0.0",
43
43
  "@atlaskit/theme": "^21.0.0",
44
- "@atlaskit/tokens": "^6.5.0",
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.3",
47
+ "@compiled/react": "^0.18.6",
48
48
  "@emotion/react": "^11.7.1",
49
49
  "react-transition-group": "^4.4.1"
50
50
  },