@atlaskit/emoji 67.0.1 → 67.0.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 +6 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +2 -2
- package/report.api.md +15 -0
package/CHANGELOG.md
CHANGED
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "67.0.
|
|
3
|
+
"version": "67.0.2",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/analytics-next": "^8.2.0",
|
|
30
30
|
"@atlaskit/button": "^16.5.0",
|
|
31
31
|
"@atlaskit/icon": "^21.11.0",
|
|
32
|
-
"@atlaskit/media-client": "^
|
|
32
|
+
"@atlaskit/media-client": "^20.0.0",
|
|
33
33
|
"@atlaskit/spinner": "^15.3.0",
|
|
34
34
|
"@atlaskit/textfield": "^5.3.0",
|
|
35
35
|
"@atlaskit/theme": "^12.2.0",
|
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
|
|
|
@@ -1319,3 +1320,17 @@ export interface WithSamplingUFOExperience
|
|
|
1319
1320
|
```
|
|
1320
1321
|
|
|
1321
1322
|
<!--SECTION END: Main Entry Types-->
|
|
1323
|
+
|
|
1324
|
+
### Peer Dependencies
|
|
1325
|
+
|
|
1326
|
+
<!--SECTION START: Peer Dependencies-->
|
|
1327
|
+
|
|
1328
|
+
```json
|
|
1329
|
+
{
|
|
1330
|
+
"react": "^16.8.0",
|
|
1331
|
+
"react-dom": "^16.8.0",
|
|
1332
|
+
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
1333
|
+
}
|
|
1334
|
+
```
|
|
1335
|
+
|
|
1336
|
+
<!--SECTION END: Peer Dependencies-->
|