@commercetools-frontend-extensions/change-history 9.4.0 → 9.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.
@@ -135,7 +135,7 @@ var debounce__default = /*#__PURE__*/_interopDefault(debounce);
135
135
  var RadioInput__default = /*#__PURE__*/_interopDefault(RadioInput);
136
136
 
137
137
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
138
- var version = "9.4.0";
138
+ var version = "9.4.1";
139
139
 
140
140
  var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
141
141
  /**
@@ -12576,7 +12576,7 @@ var FetchStandalonePriceChangeHistory = { kind: "Document", definitions: [{ kind
12576
12576
  const config$5 = {
12577
12577
  label: messages$r.standalonePriceType,
12578
12578
  entityLabel: getStandalonePriceLabel,
12579
- currentEntityLink: 'settings/project/pricing/standalone-prices',
12579
+ currentEntityLink: 'standalone-prices/{id}',
12580
12580
  changeHistoryQuery: FetchStandalonePriceChangeHistory,
12581
12581
  changes: [{
12582
12582
  value: ResourceChangeInput.ChangeActive,
@@ -135,7 +135,7 @@ var debounce__default = /*#__PURE__*/_interopDefault(debounce);
135
135
  var RadioInput__default = /*#__PURE__*/_interopDefault(RadioInput);
136
136
 
137
137
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
138
- var version = "9.4.0";
138
+ var version = "9.4.1";
139
139
 
140
140
  var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
141
141
  /**
@@ -12518,7 +12518,7 @@ var FetchStandalonePriceChangeHistory = { kind: "Document", definitions: [{ kind
12518
12518
  const config$5 = {
12519
12519
  label: messages$r.standalonePriceType,
12520
12520
  entityLabel: getStandalonePriceLabel,
12521
- currentEntityLink: 'settings/project/pricing/standalone-prices',
12521
+ currentEntityLink: 'standalone-prices/{id}',
12522
12522
  changeHistoryQuery: FetchStandalonePriceChangeHistory,
12523
12523
  changes: [{
12524
12524
  value: ResourceChangeInput.ChangeActive,
@@ -80,7 +80,7 @@ import { oneLineTrim } from 'common-tags';
80
80
  import { parseChunkImport, mapLocaleToIntlLocale } from '@commercetools-frontend/i18n';
81
81
 
82
82
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
83
- var version = "9.4.0";
83
+ var version = "9.4.1";
84
84
 
85
85
  var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
86
86
  /**
@@ -12521,7 +12521,7 @@ var FetchStandalonePriceChangeHistory = { kind: "Document", definitions: [{ kind
12521
12521
  const config$5 = {
12522
12522
  label: messages$r.standalonePriceType,
12523
12523
  entityLabel: getStandalonePriceLabel,
12524
- currentEntityLink: 'settings/project/pricing/standalone-prices',
12524
+ currentEntityLink: 'standalone-prices/{id}',
12525
12525
  changeHistoryQuery: FetchStandalonePriceChangeHistory,
12526
12526
  changes: [{
12527
12527
  value: ResourceChangeInput.ChangeActive,
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": "9.4.0",
4
+ "version": "9.4.1",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -41,7 +41,7 @@
41
41
  "@commercetools-frontend/application-shell-connectors": "27.0.0",
42
42
  "@commercetools-frontend/assets": "27.0.0",
43
43
  "@commercetools-frontend/constants": "27.0.0",
44
- "@commercetools-frontend/experimental-components": "8.2.0",
44
+ "@commercetools-frontend/experimental-components": "8.2.1",
45
45
  "@commercetools-frontend/i18n": "27.0.0",
46
46
  "@commercetools-frontend/l10n": "27.0.0",
47
47
  "@commercetools-frontend/mc-scripts": "27.0.0",