@atlaskit/emoji 72.3.18 → 72.4.1

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,23 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 72.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 72.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`e909670f087d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e909670f087d4) -
14
+ Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
15
+ (Group 3)
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 72.3.18
4
22
 
5
23
  ### Patch Changes
@@ -19,7 +19,7 @@ var createEvent = exports.createEvent = function createEvent(eventType, action,
19
19
  actionSubjectId: actionSubjectId,
20
20
  attributes: _objectSpread({
21
21
  packageName: "@atlaskit/emoji",
22
- packageVersion: "72.3.17"
22
+ packageVersion: "72.4.0"
23
23
  }, attributes)
24
24
  };
25
25
  };
@@ -7,7 +7,7 @@ export const createEvent = (eventType, action, actionSubject, actionSubjectId, a
7
7
  actionSubjectId,
8
8
  attributes: {
9
9
  packageName: "@atlaskit/emoji",
10
- packageVersion: "72.3.17",
10
+ packageVersion: "72.4.0",
11
11
  ...attributes
12
12
  }
13
13
  });
@@ -12,7 +12,7 @@ export var createEvent = function createEvent(eventType, action, actionSubject,
12
12
  actionSubjectId: actionSubjectId,
13
13
  attributes: _objectSpread({
14
14
  packageName: "@atlaskit/emoji",
15
- packageVersion: "72.3.17"
15
+ packageVersion: "72.4.0"
16
16
  }, attributes)
17
17
  };
18
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/emoji",
3
- "version": "72.3.18",
3
+ "version": "72.4.1",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,7 +29,7 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/afm-i18n-platform-elements-emoji": "2.200.0",
32
+ "@atlaskit/afm-i18n-platform-elements-emoji": "2.249.0",
33
33
  "@atlaskit/analytics-next": "^12.5.0",
34
34
  "@atlaskit/browser-apis": "^1.2.0",
35
35
  "@atlaskit/button": "^25.3.0",
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/spinner": "^20.4.0",
52
52
  "@atlaskit/textfield": "^10.2.0",
53
53
  "@atlaskit/theme": "^28.2.0",
54
- "@atlaskit/tmp-editor-statsig": "^189.0.0",
54
+ "@atlaskit/tmp-editor-statsig": "^191.0.0",
55
55
  "@atlaskit/tokens": "^16.12.0",
56
56
  "@atlaskit/tooltip": "^24.3.0",
57
57
  "@atlaskit/ufo": "^1.2.0",