@commercetools-frontend-extensions/change-history 8.25.0 → 8.25.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.
@@ -153,7 +153,7 @@ var omitBy__default = /*#__PURE__*/_interopDefault(omitBy);
153
153
  var LeadingIcon__default = /*#__PURE__*/_interopDefault(LeadingIcon);
154
154
 
155
155
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
156
- var version = "8.25.0";
156
+ var version = "8.25.1";
157
157
 
158
158
  // EXAMPLE
159
159
  // export const FEATURE_FLAG_NAME = 'featureFlagName';
@@ -163,7 +163,7 @@ const AL_LAYOUT_REDESIGN = 'alLayoutRedesign';
163
163
  const AL_FILTER_REDESIGN = 'alFilterRedesign';
164
164
  const FLAGS = {
165
165
  // [FEATURE_FLAG_NAME]: set true or false,
166
- [AL_LAYOUT_REDESIGN]: false,
166
+ [AL_LAYOUT_REDESIGN]: true,
167
167
  [AL_FILTER_REDESIGN]: false
168
168
  };
169
169
 
@@ -153,7 +153,7 @@ var omitBy__default = /*#__PURE__*/_interopDefault(omitBy);
153
153
  var LeadingIcon__default = /*#__PURE__*/_interopDefault(LeadingIcon);
154
154
 
155
155
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
156
- var version = "8.25.0";
156
+ var version = "8.25.1";
157
157
 
158
158
  // EXAMPLE
159
159
  // export const FEATURE_FLAG_NAME = 'featureFlagName';
@@ -163,7 +163,7 @@ const AL_LAYOUT_REDESIGN = 'alLayoutRedesign';
163
163
  const AL_FILTER_REDESIGN = 'alFilterRedesign';
164
164
  const FLAGS = {
165
165
  // [FEATURE_FLAG_NAME]: set true or false,
166
- [AL_LAYOUT_REDESIGN]: false,
166
+ [AL_LAYOUT_REDESIGN]: true,
167
167
  [AL_FILTER_REDESIGN]: false
168
168
  };
169
169
 
@@ -93,7 +93,7 @@ import LeadingIcon from '@commercetools-uikit/icons/leading-icon';
93
93
  import { parseChunkImport, mapLocaleToIntlLocale } from '@commercetools-frontend/i18n';
94
94
 
95
95
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
96
- var version = "8.25.0";
96
+ var version = "8.25.1";
97
97
 
98
98
  // EXAMPLE
99
99
  // export const FEATURE_FLAG_NAME = 'featureFlagName';
@@ -103,7 +103,7 @@ const AL_LAYOUT_REDESIGN = 'alLayoutRedesign';
103
103
  const AL_FILTER_REDESIGN = 'alFilterRedesign';
104
104
  const FLAGS = {
105
105
  // [FEATURE_FLAG_NAME]: set true or false,
106
- [AL_LAYOUT_REDESIGN]: false,
106
+ [AL_LAYOUT_REDESIGN]: true,
107
107
  [AL_FILTER_REDESIGN]: false
108
108
  };
109
109
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/change-history",
3
3
  "description": "Change history shared components and utilities",
4
- "version": "8.25.0",
4
+ "version": "8.25.1",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -45,17 +45,17 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@babel/plugin-transform-runtime": "7.24.7",
48
- "@commercetools-frontend/application-components": "22.30.1",
49
- "@commercetools-frontend/application-shell": "22.30.1",
50
- "@commercetools-frontend/application-shell-connectors": "22.30.1",
51
- "@commercetools-frontend/assets": "22.30.1",
52
- "@commercetools-frontend/constants": "22.30.1",
53
- "@commercetools-frontend/i18n": "22.30.1",
54
- "@commercetools-frontend/l10n": "22.30.1",
55
- "@commercetools-frontend/mc-scripts": "22.30.1",
56
- "@commercetools-frontend/permissions": "22.30.1",
57
- "@commercetools-frontend/sdk": "22.30.1",
58
- "@commercetools-frontend/sentry": "22.30.1",
48
+ "@commercetools-frontend/application-components": "22.30.3",
49
+ "@commercetools-frontend/application-shell": "22.30.3",
50
+ "@commercetools-frontend/application-shell-connectors": "22.30.3",
51
+ "@commercetools-frontend/assets": "22.30.3",
52
+ "@commercetools-frontend/constants": "22.30.3",
53
+ "@commercetools-frontend/i18n": "22.30.3",
54
+ "@commercetools-frontend/l10n": "22.30.3",
55
+ "@commercetools-frontend/mc-scripts": "22.30.3",
56
+ "@commercetools-frontend/permissions": "22.30.3",
57
+ "@commercetools-frontend/sdk": "22.30.3",
58
+ "@commercetools-frontend/sentry": "22.30.3",
59
59
  "@commercetools-frontend/ui-kit": "19.9.0",
60
60
  "@commercetools-uikit/select-input": "19.9.0",
61
61
  "@faker-js/faker": "8.4.1",