@atlaskit/contextual-survey 5.0.12 → 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 +12 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/contextual-survey
2
2
 
3
+ ## 5.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.0.13
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.0.12
4
16
 
5
17
  ### Patch Changes
@@ -705,7 +717,6 @@
705
717
 
706
718
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
707
719
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
708
-
709
720
  - @atlaskit/docs@8.3.2
710
721
  - @atlaskit/button@13.3.7
711
722
  - @atlaskit/checkbox@10.1.7
@@ -813,7 +824,6 @@
813
824
  ```
814
825
 
815
826
  ### Other
816
-
817
827
  - `getUserHasAnsweredMailingList: () => boolean | () => Promise<boolean>` has been streamlined to
818
828
  just be `() => Promise<boolean>`.
819
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.12",
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/"
@@ -31,20 +31,20 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/button": "^23.4.0",
34
+ "@atlaskit/button": "^23.5.0",
35
35
  "@atlaskit/checkbox": "^17.1.0",
36
- "@atlaskit/form": "^14.0.0",
36
+ "@atlaskit/form": "^14.2.0",
37
37
  "@atlaskit/heading": "^5.2.0",
38
- "@atlaskit/icon": "^28.2.0",
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": "^14.15.0",
41
+ "@atlaskit/primitives": "^15.0.0",
42
42
  "@atlaskit/textarea": "^8.0.0",
43
43
  "@atlaskit/theme": "^21.0.0",
44
- "@atlaskit/tokens": "^6.3.0",
45
- "@atlaskit/tooltip": "^20.4.0",
44
+ "@atlaskit/tokens": "^7.0.0",
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
  },