@igniteui/angular-templates 18.2.1423-beta.2 → 18.2.1423

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.
@@ -2,13 +2,14 @@ name: Deploy GitHub Pages
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ '*' ]
5
+ branches: [ <%=yamlDefaultBranch%> ]
6
6
  pull_request:
7
- branches: [ '*' ]
7
+ branches: [ <%=yamlDefaultBranch%> ]
8
8
 
9
9
  jobs:
10
10
  build-and-deploy:
11
- if: ${{ vars.PAGES_DEPLOYMENT == 'Always' || (vars.PAGES_DEPLOYMENT == 'Default' && github.ref_name == github.event.repository.default_branch) }}
11
+ # Deactivate the workflow. Will be changed when AB is ready
12
+ if: false
12
13
  runs-on: ubuntu-latest
13
14
 
14
15
  permissions:
@@ -2,13 +2,14 @@ name: Deploy GitHub Pages
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ '*' ]
5
+ branches: [ <%=yamlDefaultBranch%> ]
6
6
  pull_request:
7
- branches: [ '*' ]
7
+ branches: [ <%=yamlDefaultBranch%> ]
8
8
 
9
9
  jobs:
10
10
  build-and-deploy:
11
- if: ${{ vars.PAGES_DEPLOYMENT == 'Always' || (vars.PAGES_DEPLOYMENT == 'Default' && github.ref_name == github.event.repository.default_branch) }}
11
+ # Deactivate the workflow. Will be changed when AB is ready
12
+ if: false
12
13
  runs-on: ubuntu-latest
13
14
 
14
15
  permissions:
@@ -2,13 +2,14 @@ name: Deploy GitHub Pages
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ '*' ]
5
+ branches: [ <%=yamlDefaultBranch%> ]
6
6
  pull_request:
7
- branches: [ '*' ]
7
+ branches: [ <%=yamlDefaultBranch%> ]
8
8
 
9
9
  jobs:
10
10
  build-and-deploy:
11
- if: ${{ vars.PAGES_DEPLOYMENT == 'Always' || (vars.PAGES_DEPLOYMENT == 'Default' && github.ref_name == github.event.repository.default_branch) }}
11
+ # Deactivate the workflow. Will be changed when AB is ready
12
+ if: false
12
13
  runs-on: ubuntu-latest
13
14
 
14
15
  permissions:
@@ -2,13 +2,14 @@ name: Deploy GitHub Pages
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ '*' ]
5
+ branches: [ main ]
6
6
  pull_request:
7
- branches: [ '*' ]
7
+ branches: [ main ]
8
8
 
9
9
  jobs:
10
10
  build-and-deploy:
11
- if: ${{ vars.PAGES_DEPLOYMENT == 'Always' || (vars.PAGES_DEPLOYMENT == 'Default' && github.ref_name == github.event.repository.default_branch) }}
11
+ # Deactivate the workflow. Will be changed when AB is ready
12
+ if: false
12
13
  runs-on: ubuntu-latest
13
14
 
14
15
  permissions:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "18.2.1423-beta.2",
3
+ "version": "18.2.1423",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~14.2.3-beta.2",
15
+ "@igniteui/cli-core": "~14.2.3",
16
16
  "typescript": "~5.5.4"
17
17
  }
18
18
  }