@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rancher/create-extension",
3
3
  "description": "Rancher UI Extension generator",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "SUSE",
7
7
  "packageManager": "yarn@4.5.0",
package/pkg/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "rancher": {
14
14
  "annotations": {
15
15
  "catalog.cattle.io/rancher-version": ">= 2.10.0",
16
- "catalog.cattle.io/ui-extensions-version": ">= 3.0.0"
16
+ "catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0"
17
17
  }
18
18
  },
19
19
  "engines": {