@commercetools-frontend-extensions/change-history 9.0.0 → 9.1.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.
@@ -134,7 +134,7 @@ var debounce__default = /*#__PURE__*/_interopDefault(debounce);
134
134
  var RadioInput__default = /*#__PURE__*/_interopDefault(RadioInput);
135
135
 
136
136
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
137
- var version = "9.0.0";
137
+ var version = "9.1.0";
138
138
 
139
139
  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 } } } };
140
140
  /**
@@ -134,7 +134,7 @@ var debounce__default = /*#__PURE__*/_interopDefault(debounce);
134
134
  var RadioInput__default = /*#__PURE__*/_interopDefault(RadioInput);
135
135
 
136
136
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
137
- var version = "9.0.0";
137
+ var version = "9.1.0";
138
138
 
139
139
  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 } } } };
140
140
  /**
@@ -79,7 +79,7 @@ import { oneLineTrim } from 'common-tags';
79
79
  import { parseChunkImport, mapLocaleToIntlLocale } from '@commercetools-frontend/i18n';
80
80
 
81
81
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
82
- var version = "9.0.0";
82
+ var version = "9.1.0";
83
83
 
84
84
  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 } } } };
85
85
  /**
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.0.0",
4
+ "version": "9.1.0",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -69,7 +69,7 @@
69
69
  "react-dom": "19.0.0",
70
70
  "react-intl": "7.1.4",
71
71
  "react-router-dom": "5.3.4",
72
- "react-select": "5.8.0",
72
+ "react-select": "5.10.2",
73
73
  "rimraf": "5.0.7"
74
74
  },
75
75
  "peerDependencies": {
@@ -92,7 +92,7 @@
92
92
  "react-dom": "17.x || 18.x || 19.x",
93
93
  "react-intl": "6.x || 7.x",
94
94
  "react-router-dom": "5.x",
95
- "react-select": "5.8.0"
95
+ "react-select": "5.10.2"
96
96
  },
97
97
  "engines": {
98
98
  "node": "^24",