@atlaskit/tmp-editor-statsig 32.1.0 → 32.2.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`ca3fbbec7f693`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca3fbbec7f693) -
8
+ Removes fg: company_hub_deprecate_atlaskit_onboarding
9
+
3
10
  ## 32.1.0
4
11
 
5
12
  ### Minor Changes
@@ -239,13 +239,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
239
239
  param: 'isEnabled',
240
240
  defaultValue: false
241
241
  }),
242
- company_hub_deprecate_atlaskit_onboarding: (0, _experimentBuilders.createBooleanExperiment)({
243
- productKeys: {
244
- confluence: 'company_hub_deprecate_atlaskit_onboarding'
245
- },
246
- param: 'isEnabled',
247
- defaultValue: false
248
- }),
249
242
  // Added 2025-10-10
250
243
  platform_editor_experience_tracking: (0, _experimentBuilders.createBooleanExperiment)({
251
244
  productKeys: {
@@ -233,13 +233,6 @@ export const editorExperimentsConfig = {
233
233
  param: 'isEnabled',
234
234
  defaultValue: false
235
235
  }),
236
- company_hub_deprecate_atlaskit_onboarding: createBooleanExperiment({
237
- productKeys: {
238
- confluence: 'company_hub_deprecate_atlaskit_onboarding'
239
- },
240
- param: 'isEnabled',
241
- defaultValue: false
242
- }),
243
236
  // Added 2025-10-10
244
237
  platform_editor_experience_tracking: createBooleanExperiment({
245
238
  productKeys: {
@@ -233,13 +233,6 @@ export var editorExperimentsConfig = {
233
233
  param: 'isEnabled',
234
234
  defaultValue: false
235
235
  }),
236
- company_hub_deprecate_atlaskit_onboarding: createBooleanExperiment({
237
- productKeys: {
238
- confluence: 'company_hub_deprecate_atlaskit_onboarding'
239
- },
240
- param: 'isEnabled',
241
- defaultValue: false
242
- }),
243
236
  // Added 2025-10-10
244
237
  platform_editor_experience_tracking: createBooleanExperiment({
245
238
  productKeys: {
@@ -100,12 +100,6 @@ export declare const editorExperimentsConfig: {
100
100
  productKeys?: ProductKeys;
101
101
  typeGuard: IsBooleanType;
102
102
  };
103
- company_hub_deprecate_atlaskit_onboarding: {
104
- defaultValue: boolean;
105
- param: string;
106
- productKeys?: ProductKeys;
107
- typeGuard: IsBooleanType;
108
- };
109
103
  platform_editor_fix_emoji_paste_html: {
110
104
  defaultValue: boolean;
111
105
  param: string;
@@ -100,12 +100,6 @@ export declare const editorExperimentsConfig: {
100
100
  productKeys?: ProductKeys;
101
101
  typeGuard: IsBooleanType;
102
102
  };
103
- company_hub_deprecate_atlaskit_onboarding: {
104
- defaultValue: boolean;
105
- param: string;
106
- productKeys?: ProductKeys;
107
- typeGuard: IsBooleanType;
108
- };
109
103
  platform_editor_fix_emoji_paste_html: {
110
104
  defaultValue: boolean;
111
105
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "32.1.0",
3
+ "version": "32.2.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",