@rancher/create-extension 3.0.11 → 3.0.12

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.
@@ -14,10 +14,8 @@ jobs:
14
14
  build-extension-charts:
15
15
  uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@master
16
16
  permissions:
17
- actions: write
18
17
  contents: write
19
- deployments: write
20
- pages: write
18
+ pull-requests: write
21
19
  with:
22
20
  target_branch: gh-pages
23
21
  tagged_release: ${{ github.ref_name }}
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.11",
4
+ "version": "3.0.12",
5
5
  "license": "Apache-2.0",
6
6
  "author": "SUSE",
7
7
  "repository": "https://github.com/rancher/dashboard",