@rancher/create-extension 1.0.6 → 1.0.7

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.
@@ -16,7 +16,7 @@ defaults:
16
16
 
17
17
  jobs:
18
18
  build-extension-catalog:
19
- uses: rancher/dashboard/.github/workflows/build-extension-catalog.yml@master
19
+ uses: rancher/dashboard/.github/workflows/build-extension-catalog.yml@release-2.8
20
20
  permissions:
21
21
  actions: write
22
22
  contents: read
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": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "license": "Apache-2.0",
6
6
  "author": "SUSE",
7
7
  "packageManager": "yarn@4.5.0",