igniteui-cli 14.2.2 → 14.2.3-beta.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-cli",
3
- "version": "14.2.2",
3
+ "version": "14.2.3-beta.2",
4
4
  "description": "CLI tool for creating Ignite UI projects",
5
5
  "keywords": [
6
6
  "CLI",
@@ -72,8 +72,8 @@
72
72
  "all": true
73
73
  },
74
74
  "dependencies": {
75
- "@igniteui/angular-templates": "~18.2.1422",
76
- "@igniteui/cli-core": "~14.2.2",
75
+ "@igniteui/angular-templates": "~18.2.1423-beta.2",
76
+ "@igniteui/cli-core": "~14.2.3-beta.2",
77
77
  "@inquirer/prompts": "^5.4.0",
78
78
  "@types/yargs": "^17.0.33",
79
79
  "chalk": "^5.3.0",
@@ -2,14 +2,13 @@ name: Deploy GitHub Pages
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ $(yamlDefaultBranch) ]
5
+ branches: [ '*' ]
6
6
  pull_request:
7
- branches: [ $(yamlDefaultBranch) ]
7
+ branches: [ '*' ]
8
8
 
9
9
  jobs:
10
10
  build-and-deploy:
11
- # Deactivate the workflow. Will be changed when AB is ready
12
- if: false
11
+ if: ${{ vars.PAGES_DEPLOYMENT == 'Always' || (vars.PAGES_DEPLOYMENT == 'Default' && github.ref_name == github.event.repository.default_branch) }}
13
12
  runs-on: ubuntu-latest
14
13
 
15
14
  permissions:
@@ -2,14 +2,13 @@ name: Deploy GitHub Pages
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ $(yamlDefaultBranch) ]
5
+ branches: [ '*' ]
6
6
  pull_request:
7
- branches: [ $(yamlDefaultBranch) ]
7
+ branches: [ '*' ]
8
8
 
9
9
  jobs:
10
10
  build-and-deploy:
11
- # Deactivate the workflow. Will be changed when AB is ready
12
- if: false
11
+ if: ${{ vars.PAGES_DEPLOYMENT == 'Always' || (vars.PAGES_DEPLOYMENT == 'Default' && github.ref_name == github.event.repository.default_branch) }}
13
12
  runs-on: ubuntu-latest
14
13
 
15
14
  permissions: