@atlaskit/emoji 70.15.3 → 70.16.0

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,13 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 70.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7632f5a6d78a3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7632f5a6d78a3) -
8
+ [ux] Adds automatically generated emojis to the Create with Rovo flow. These are based on the
9
+ user's CWR content.
10
+
3
11
  ## 70.15.3
4
12
 
5
13
  ### Patch Changes
@@ -20,7 +20,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
20
20
  actionSubjectId: actionSubjectId,
21
21
  attributes: _objectSpread({
22
22
  packageName: "@atlaskit/emoji",
23
- packageVersion: "70.15.2"
23
+ packageVersion: "70.15.3"
24
24
  }, attributes)
25
25
  };
26
26
  };
@@ -9,7 +9,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
9
9
  actionSubjectId,
10
10
  attributes: {
11
11
  packageName: "@atlaskit/emoji",
12
- packageVersion: "70.15.2",
12
+ packageVersion: "70.15.3",
13
13
  ...attributes
14
14
  }
15
15
  });
@@ -14,7 +14,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
14
14
  actionSubjectId: actionSubjectId,
15
15
  attributes: _objectSpread({
16
16
  packageName: "@atlaskit/emoji",
17
- packageVersion: "70.15.2"
17
+ packageVersion: "70.15.3"
18
18
  }, attributes)
19
19
  };
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/emoji",
3
- "version": "70.15.3",
3
+ "version": "70.16.0",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/primitives": "^19.0.0",
55
55
  "@atlaskit/spinner": "^19.1.0",
56
56
  "@atlaskit/textfield": "^8.3.0",
57
- "@atlaskit/tmp-editor-statsig": "^89.0.0",
57
+ "@atlaskit/tmp-editor-statsig": "^89.1.0",
58
58
  "@atlaskit/tokens": "^13.1.0",
59
59
  "@atlaskit/tooltip": "^22.6.0",
60
60
  "@atlaskit/ufo": "^0.5.0",