@atlaskit/emoji 67.0.3 → 67.0.4
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 +7 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/types.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/emoji
|
|
2
2
|
|
|
3
|
+
## 67.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`d260a1e3af3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d260a1e3af3) - This is a dummy changeset to force a patch bump. No files were changed.
|
|
8
|
+
- [`93f02aebfa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93f02aebfa0) - Intangible change to fix product integration version alignment within confluence.
|
|
9
|
+
|
|
3
10
|
## 67.0.3
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/dist/types/types.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { EmojiRepository } from './resource';
|
|
|
6
6
|
export type { CategoryId } from './components/picker/categories';
|
|
7
7
|
export interface EmojiProvider extends Provider<string, EmojiSearchResult, any, undefined, SearchOptions> {
|
|
8
8
|
/**
|
|
9
|
-
* Returns an immutable copy of EmojiDescription where mediaPath has token and client appended to url
|
|
9
|
+
* Returns an immutable copy of EmojiDescription where mediaPath has token and client appended to url.
|
|
10
10
|
*
|
|
11
11
|
* Will allow emoji to render site emojis without needing to fail first
|
|
12
12
|
*/
|