@atlaskit/tmp-editor-statsig 23.2.0 → 24.0.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 24.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`2b9f521da4234`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b9f521da4234) -
8
+ Removed confluence_ttvc_inline_extensions from experiment test overrides
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 23.2.0
4
15
 
5
16
  ### Minor Changes
@@ -50,6 +50,5 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
50
50
  platform_editor_find_and_replace_improvements: false,
51
51
  platform_editor_toggle_expand_on_match_found: false,
52
52
  platform_editor_reduce_noisy_steps_ncs: false,
53
- confluence_compact_text_format: false,
54
- confluence_ttvc_inline_extensions: false
53
+ confluence_compact_text_format: false
55
54
  };
@@ -44,6 +44,5 @@ export const testBooleanOverrides = {
44
44
  platform_editor_find_and_replace_improvements: false,
45
45
  platform_editor_toggle_expand_on_match_found: false,
46
46
  platform_editor_reduce_noisy_steps_ncs: false,
47
- confluence_compact_text_format: false,
48
- confluence_ttvc_inline_extensions: false
47
+ confluence_compact_text_format: false
49
48
  };
@@ -44,6 +44,5 @@ export var testBooleanOverrides = {
44
44
  platform_editor_find_and_replace_improvements: false,
45
45
  platform_editor_toggle_expand_on_match_found: false,
46
46
  platform_editor_reduce_noisy_steps_ncs: false,
47
- confluence_compact_text_format: false,
48
- confluence_ttvc_inline_extensions: false
47
+ confluence_compact_text_format: false
49
48
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "23.2.0",
3
+ "version": "24.0.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",