@rancher/create-extension 3.0.0 → 3.0.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.
|
@@ -214,7 +214,7 @@ function packageUpdatesAnnotations(file, oldContent) {
|
|
|
214
214
|
// The file is in pkg/<extension-name>/package.json
|
|
215
215
|
const annotations = {
|
|
216
216
|
'catalog.cattle.io/rancher-version': '>= 2.10.0-0',
|
|
217
|
-
'catalog.cattle.io/ui-extensions-version': '>= 3.0.0',
|
|
217
|
+
'catalog.cattle.io/ui-extensions-version': '>= 3.0.0 < 4.0.0',
|
|
218
218
|
};
|
|
219
219
|
|
|
220
220
|
if (!parsedJson.rancher) {
|
package/package.json
CHANGED
package/pkg/package.json
CHANGED