@spark-hire/bootstrap-themes 3.3.19 → 3.3.21

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.
@@ -0,0 +1 @@
1
+ * @SparkHire/Senior-Engineers
@@ -16,6 +16,6 @@ updates:
16
16
  open-pull-requests-limit: 3
17
17
  registries:
18
18
  - npm-sparkhire
19
- update-types:
20
- - "minor"
21
- - "patch"
19
+ ignore:
20
+ - dependency-name: "*"
21
+ update-types: ["version-update:semver-major"]
@@ -18,6 +18,7 @@ jobs:
18
18
  uses: ./.github/workflows/_build.yaml
19
19
  with:
20
20
  commit_hash: ${{ needs.initialize.outputs.commit_hash }}
21
+ secrets: inherit
21
22
 
22
23
  auto_release:
23
24
  needs: [initialize, build]
@@ -38,6 +38,7 @@ jobs:
38
38
  uses: ./.github/workflows/_build.yaml
39
39
  with:
40
40
  commit_hash: ${{ needs.initialize.outputs.commit_hash }}
41
+ secrets: inherit
41
42
 
42
43
  auto_release:
43
44
  needs: [labeled, branch_name, initialize, build]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-hire/bootstrap-themes",
3
- "version": "3.3.19",
3
+ "version": "3.3.21",
4
4
  "description": "Custom Bootstrap 4 Themes",
5
5
  "repository": {
6
6
  "type": "git",