@atlaskit/share 4.5.0 → 4.5.2

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
+ ## 4.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.5.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#41882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41882) [`54e68dcc7da`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54e68dcc7da) - Pass en-US as default locale
14
+
3
15
  ## 4.5.0
4
16
 
5
17
  ### Minor Changes
@@ -22,7 +22,8 @@ var MessagesIntlProvider = function MessagesIntlProvider(_ref) {
22
22
  }, [intl.messages, intl.locale]);
23
23
  return /*#__PURE__*/_react.default.createElement(_reactIntlNext.IntlProvider, {
24
24
  locale: intl.locale,
25
- messages: mergedMessages
25
+ messages: mergedMessages,
26
+ defaultLocale: "en-US"
26
27
  }, children);
27
28
  };
28
29
  var _default = exports.default = (0, _reactIntlNext.injectIntl)(MessagesIntlProvider);
@@ -13,7 +13,7 @@ var buildAttributes = function buildAttributes() {
13
13
  var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
14
  return _objectSpread({
15
15
  packageName: "@atlaskit/share",
16
- packageVersion: "4.5.0"
16
+ packageVersion: "4.5.2"
17
17
  }, attributes);
18
18
  };
19
19
  var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
@@ -13,7 +13,8 @@ const MessagesIntlProvider = ({
13
13
  }, [intl.messages, intl.locale]);
14
14
  return /*#__PURE__*/React.createElement(IntlProvider, {
15
15
  locale: intl.locale,
16
- messages: mergedMessages
16
+ messages: mergedMessages,
17
+ defaultLocale: "en-US"
17
18
  }, children);
18
19
  };
19
20
  export default injectIntl(MessagesIntlProvider);
@@ -1,7 +1,7 @@
1
1
  import { isEmail, isTeam, isUser } from '@atlaskit/smart-user-picker';
2
2
  const buildAttributes = (attributes = {}) => ({
3
3
  packageName: "@atlaskit/share",
4
- packageVersion: "4.5.0",
4
+ packageVersion: "4.5.2",
5
5
  ...attributes
6
6
  });
7
7
  const createEvent = (eventType, source, action, actionSubject, actionSubjectId, attributes = {}) => ({
@@ -12,7 +12,8 @@ var MessagesIntlProvider = function MessagesIntlProvider(_ref) {
12
12
  }, [intl.messages, intl.locale]);
13
13
  return /*#__PURE__*/React.createElement(IntlProvider, {
14
14
  locale: intl.locale,
15
- messages: mergedMessages
15
+ messages: mergedMessages,
16
+ defaultLocale: "en-US"
16
17
  }, children);
17
18
  };
18
19
  export default injectIntl(MessagesIntlProvider);
@@ -6,7 +6,7 @@ var buildAttributes = function buildAttributes() {
6
6
  var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
7
  return _objectSpread({
8
8
  packageName: "@atlaskit/share",
9
- packageVersion: "4.5.0"
9
+ packageVersion: "4.5.2"
10
10
  }, attributes);
11
11
  };
12
12
  var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "4.5.0",
3
+ "version": "4.5.2",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,13 +39,13 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/analytics-next": "^9.1.0",
42
- "@atlaskit/button": "^16.10.0",
42
+ "@atlaskit/button": "^16.13.0",
43
43
  "@atlaskit/dropdown-menu": "^12.1.0",
44
- "@atlaskit/form": "^8.11.0",
44
+ "@atlaskit/form": "^9.0.0",
45
45
  "@atlaskit/icon": "^21.12.0",
46
46
  "@atlaskit/popper": "^5.5.4",
47
47
  "@atlaskit/popup": "^1.11.0",
48
- "@atlaskit/portal": "^4.3.0",
48
+ "@atlaskit/portal": "^4.4.0",
49
49
  "@atlaskit/smart-user-picker": "^6.3.0",
50
50
  "@atlaskit/spinner": "^15.6.0",
51
51
  "@atlaskit/tabs": "^13.4.0",
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/tokens": "^1.28.0",
55
55
  "@atlaskit/tooltip": "^17.8.0",
56
56
  "@atlaskit/ufo": "^0.2.0",
57
- "@atlaskit/user-picker": "^10.11.0",
57
+ "@atlaskit/user-picker": "^10.12.0",
58
58
  "@atlaskit/util-service-support": "^6.2.0",
59
59
  "@babel/runtime": "^7.0.0",
60
60
  "@emotion/react": "^11.7.1",