@atlaskit/editor-plugin-mentions 14.4.0 → 14.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,11 @@
1
1
  # @atlaskit/editor-plugin-mentions
2
2
 
3
+ ## 14.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 14.4.0
4
10
 
5
11
  ### Minor Changes
@@ -39,7 +39,7 @@ var isAgentUserType = function isAgentUserType(userType) {
39
39
  var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
40
40
  var AGENT_MENTION_INACTIVITY_MS = 3000;
41
41
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
42
- var PACKAGE_VERSION = "14.3.0";
42
+ var PACKAGE_VERSION = "14.4.0";
43
43
  var setProvider = function setProvider(provider) {
44
44
  return function (state, dispatch) {
45
45
  if (dispatch) {
@@ -24,7 +24,7 @@ const isAgentUserType = userType => {
24
24
  const AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
25
25
  const AGENT_MENTION_INACTIVITY_MS = 3000;
26
26
  const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
27
- const PACKAGE_VERSION = "14.3.0";
27
+ const PACKAGE_VERSION = "14.4.0";
28
28
  const setProvider = provider => (state, dispatch) => {
29
29
  if (dispatch) {
30
30
  dispatch(state.tr.setMeta(mentionPluginKey, {
@@ -31,7 +31,7 @@ var isAgentUserType = function isAgentUserType(userType) {
31
31
  var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
32
32
  var AGENT_MENTION_INACTIVITY_MS = 3000;
33
33
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
34
- var PACKAGE_VERSION = "14.3.0";
34
+ var PACKAGE_VERSION = "14.4.0";
35
35
  var setProvider = function setProvider(provider) {
36
36
  return function (state, dispatch) {
37
37
  if (dispatch) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-mentions",
3
- "version": "14.4.0",
3
+ "version": "14.4.1",
4
4
  "description": "Mentions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/profilecard": "^26.1.0",
42
42
  "@atlaskit/teams-app-config": "^2.0.0",
43
43
  "@atlaskit/theme": "^26.0.0",
44
- "@atlaskit/tmp-editor-statsig": "^110.0.0",
44
+ "@atlaskit/tmp-editor-statsig": "^111.0.0",
45
45
  "@atlaskit/tokens": "^15.0.0",
46
46
  "@atlaskit/tooltip": "^23.0.0",
47
47
  "@atlaskit/user-picker": "^13.2.0",