@atlaskit/share 3.5.7 → 3.5.9

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/share
2
2
 
3
+ ## 3.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.5.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 3.5.7
4
16
 
5
17
  ### Patch Changes
@@ -19,7 +19,7 @@ var buildAttributes = function buildAttributes() {
19
19
  var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
20
20
  return _objectSpread({
21
21
  packageName: "@atlaskit/share",
22
- packageVersion: "3.5.7"
22
+ packageVersion: "3.5.9"
23
23
  }, attributes);
24
24
  };
25
25
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.5.7"
3
+ "version": "3.5.9"
4
4
  }
@@ -2,7 +2,7 @@ import { isEmail, isTeam, isUser } from '@atlaskit/smart-user-picker';
2
2
 
3
3
  const buildAttributes = (attributes = {}) => ({
4
4
  packageName: "@atlaskit/share",
5
- packageVersion: "3.5.7",
5
+ packageVersion: "3.5.9",
6
6
  ...attributes
7
7
  });
8
8
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.5.7"
3
+ "version": "3.5.9"
4
4
  }
@@ -10,7 +10,7 @@ var buildAttributes = function buildAttributes() {
10
10
  var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
11
11
  return _objectSpread({
12
12
  packageName: "@atlaskit/share",
13
- packageVersion: "3.5.7"
13
+ packageVersion: "3.5.9"
14
14
  }, attributes);
15
15
  };
16
16
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.5.7"
3
+ "version": "3.5.9"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.5.7",
3
+ "version": "3.5.9",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,21 +31,21 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@atlaskit/analytics-next": "^8.2.0",
34
- "@atlaskit/button": "^16.4.0",
34
+ "@atlaskit/button": "^16.5.0",
35
35
  "@atlaskit/dropdown-menu": "^11.5.0",
36
- "@atlaskit/form": "^8.7.0",
36
+ "@atlaskit/form": "^8.8.0",
37
37
  "@atlaskit/icon": "^21.11.0",
38
38
  "@atlaskit/popup": "^1.5.0",
39
39
  "@atlaskit/portal": "^4.0.0",
40
40
  "@atlaskit/smart-user-picker": "^6.0.0",
41
- "@atlaskit/spinner": "^15.2.0",
41
+ "@atlaskit/spinner": "^15.3.0",
42
42
  "@atlaskit/tabs": "^13.3.0",
43
43
  "@atlaskit/textarea": "^4.5.0",
44
44
  "@atlaskit/theme": "^12.2.0",
45
- "@atlaskit/tokens": "^0.11.0",
45
+ "@atlaskit/tokens": "^0.13.0",
46
46
  "@atlaskit/tooltip": "^17.6.0",
47
47
  "@atlaskit/ufo": "^0.1.0",
48
- "@atlaskit/user-picker": "^9.6.0",
48
+ "@atlaskit/user-picker": "^9.7.0",
49
49
  "@atlaskit/util-service-support": "^6.1.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
@@ -62,9 +62,9 @@
62
62
  "devDependencies": {
63
63
  "@atlaskit/docs": "^9.0.0",
64
64
  "@atlaskit/editor-test-helpers": "^17.2.0",
65
- "@atlaskit/flag": "^14.7.0",
65
+ "@atlaskit/flag": "^15.0.0",
66
66
  "@atlaskit/section-message": "^6.3.0",
67
- "@atlaskit/select": "^15.7.0",
67
+ "@atlaskit/select": "^16.0.0",
68
68
  "@atlaskit/toggle": "^12.5.0",
69
69
  "@atlaskit/util-data-test": "^17.6.0",
70
70
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -420,3 +421,15 @@ export type UserWithId = {
420
421
  ```
421
422
 
422
423
  <!--SECTION END: Main Entry Types-->
424
+
425
+ ### Peer Dependencies
426
+
427
+ <!--SECTION START: Peer Dependencies-->
428
+
429
+ ```json
430
+ {
431
+ "react": "^16.8.0"
432
+ }
433
+ ```
434
+
435
+ <!--SECTION END: Peer Dependencies-->