@atlaskit/editor-plugin-mentions 9.2.7 → 9.2.9

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/editor-plugin-mentions
2
2
 
3
+ ## 9.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.2.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.2.7
4
16
 
5
17
  ### Patch Changes
@@ -23,7 +23,7 @@ var ACTIONS = exports.ACTIONS = {
23
23
  SET_PROVIDER: 'SET_PROVIDER'
24
24
  };
25
25
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
26
- var PACKAGE_VERSION = "9.2.7";
26
+ var PACKAGE_VERSION = "9.2.8";
27
27
  var setProvider = function setProvider(provider) {
28
28
  return function (state, dispatch) {
29
29
  if (dispatch) {
@@ -12,7 +12,7 @@ export const ACTIONS = {
12
12
  SET_PROVIDER: 'SET_PROVIDER'
13
13
  };
14
14
  const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
15
- const PACKAGE_VERSION = "9.2.7";
15
+ const PACKAGE_VERSION = "9.2.8";
16
16
  const setProvider = provider => (state, dispatch) => {
17
17
  if (dispatch) {
18
18
  dispatch(state.tr.setMeta(mentionPluginKey, {
@@ -15,7 +15,7 @@ export var ACTIONS = {
15
15
  SET_PROVIDER: 'SET_PROVIDER'
16
16
  };
17
17
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
18
- var PACKAGE_VERSION = "9.2.7";
18
+ var PACKAGE_VERSION = "9.2.8";
19
19
  var setProvider = function setProvider(provider) {
20
20
  return function (state, dispatch) {
21
21
  if (dispatch) {
@@ -11,5 +11,5 @@ interface Props {
11
11
  * and wires showRecaptcha to the provider. When user clicks invite item, type-ahead calls
12
12
  * mentionProvider.showInlineInviteRecaptcha(email) which passes email to the component.
13
13
  */
14
- export declare const InlineInviteRecaptchaContainer: ({ mentionProvider, api, }: Props) => JSX.Element | null;
14
+ export declare const InlineInviteRecaptchaContainer: ({ mentionProvider, api }: Props) => JSX.Element | null;
15
15
  export {};
@@ -11,5 +11,5 @@ interface Props {
11
11
  * and wires showRecaptcha to the provider. When user clicks invite item, type-ahead calls
12
12
  * mentionProvider.showInlineInviteRecaptcha(email) which passes email to the component.
13
13
  */
14
- export declare const InlineInviteRecaptchaContainer: ({ mentionProvider, api, }: Props) => JSX.Element | null;
14
+ export declare const InlineInviteRecaptchaContainer: ({ mentionProvider, api }: Props) => JSX.Element | null;
15
15
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-mentions",
3
- "version": "9.2.7",
3
+ "version": "9.2.9",
4
4
  "description": "Mentions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/primitives": "^18.0.0",
48
48
  "@atlaskit/profilecard": "^24.37.0",
49
49
  "@atlaskit/theme": "^21.0.0",
50
- "@atlaskit/tmp-editor-statsig": "^27.1.0",
50
+ "@atlaskit/tmp-editor-statsig": "^29.0.0",
51
51
  "@atlaskit/tokens": "^11.0.0",
52
52
  "@atlaskit/user-picker": "^11.22.0",
53
53
  "@babel/runtime": "^7.0.0",