Skip to content

Commit

Permalink
chore: release 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Oct 25, 2024
1 parent eeb0117 commit aa469c3
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 33 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [14.2.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.1.0...v14.2.0) (2024-10-24)

- `igniteui-angular` version [18.2.0](https://github.com/IgniteUI/igniteui-angular/releases/tag/18.2.0).

- `igniteui-webcomponents` version [5.1.0](https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.1.0).

## What's Changed

* Add github pages templates by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1324
* Add fixes in react and wc templates by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1326
* chore: update to igniteui-angular & ng 18.2 by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1325


**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.1.0...v14.2.0

# [14.1.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.0.2...v14.1.0) (2024-10-11)

## What's Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igniteui-cli",
"version": "14.2.0-beta.4",
"version": "14.2.0",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~18.2.1420-beta.4",
"@igniteui/cli-core": "~14.2.0-beta.4",
"@igniteui/angular-templates": "~18.2.1420",
"@igniteui/cli-core": "~14.2.0",
"@inquirer/prompts": "^5.4.0",
"@types/yargs": "^17.0.33",
"chalk": "^5.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcFinancialChartTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Financial Chart";
this.description = "IgcFinancialChart";
this.packages = [
"igniteui-webcomponents-core@~4.2.5",
"igniteui-webcomponents-charts@~4.2.5"
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-charts@~5.0.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class IgcGridTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Grid";
this.description = "IgcGrid with local data";
this.packages = [
"igniteui-webcomponents-core@~4.2.5",
"igniteui-webcomponents-grids@~4.2.5",
"igniteui-webcomponents-inputs@~4.2.5",
"igniteui-webcomponents-layouts@~4.2.5"
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-grids@~5.0.0",
"igniteui-webcomponents-inputs@~5.0.0",
"igniteui-webcomponents-layouts@~5.0.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcLinearGaugeTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Linear Gauge";
this.description = "IgcLinearGauge";
this.packages = [
"igniteui-webcomponents-core@~4.2.5",
"igniteui-webcomponents-gauges@~4.2.5"
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-gauges@~5.0.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcLinearProgressComponent extends IgniteUIForWebComponentsTemplate {
this.name = "Linear Progress";
this.description = "Basic Linear Progress";
this.packages = [
"igniteui-webcomponents-core@~4.2.5",
"igniteui-webcomponents-charts@~4.2.5"
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-charts@~5.0.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcPieChartTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Pie Chart";
this.description = "IgcPieChart with local data";
this.packages = [
"igniteui-webcomponents-core@~4.2.5",
"igniteui-webcomponents-charts@~4.2.5"
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-charts@~5.0.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vaadin/router": "^1.7.4",
"lit": "^3.1.2",
"typescript": "~5.5.4",
"igniteui-webcomponents": "~5.0.0"
"igniteui-webcomponents": "~5.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vaadin/router": "^1.7.4",
"@igniteui/material-icons-extended": "^3.0.2",
"igniteui-dockmanager": "~1.14.4",
"igniteui-webcomponents": "~5.0.0",
"igniteui-webcomponents": "~5.1.0",
"igniteui-webcomponents-charts": "~5.0.0",
"igniteui-webcomponents-core": "~5.0.0",
"igniteui-webcomponents-gauges": "~5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcradialGaugeTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Radial Gauge";
this.description = "IgcRadialGauge";
this.packages = [
"igniteui-webcomponents-core@~4.2.5",
"igniteui-webcomponents-gauges@~4.2.5"
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-gauges@~5.0.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class IgcTreeTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Tree";
this.description = "basic IgcTree";
this.packages = [
"igniteui-webcomponents-core@~4.2.5",
"igniteui-webcomponents-grids@~4.2.5",
"igniteui-webcomponents-inputs@~4.2.5",
"igniteui-webcomponents-layouts@~4.2.5"
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-grids@~5.0.0",
"igniteui-webcomponents-inputs@~5.0.0",
"igniteui-webcomponents-layouts@~5.0.0"
];
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/cli-core",
"version": "14.2.0-beta.4",
"version": "14.2.0",
"description": "Base types and functionality for Ignite UI CLI",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/router": "~18.2.0",
"hammerjs": "^2.0.8",
"igniteui-angular": "~18.2.0-rc.0",
"igniteui-angular": "~18.2.0",
"minireset.css": "~0.0.7",
"rxjs": "~7.8.0",
"tslib": "~2.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/router": "~18.2.0",
"angular-auth-oidc-client": "~15.0.4",
"hammerjs": "~2.0.8",
"igniteui-angular": "~18.2.0-rc.0",
"igniteui-angular": "~18.2.0",
"minireset.css": "~0.0.7",
"rxjs": "~7.8.0",
"tslib": "~2.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/router": "~18.2.0",
"hammerjs": "~2.0.8",
"igniteui-angular": "~18.2.0-rc.0",
"igniteui-angular": "~18.2.0",
"minireset.css": "~0.0.7",
"rxjs": "~7.8.0",
"tslib": "~2.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/router": "~18.2.0",
"angular-auth-oidc-client": "~15.0.4",
"hammerjs": "~2.0.8",
"igniteui-angular": "~18.2.0-rc.0",
"igniteui-angular": "~18.2.0",
"minireset.css": "~0.0.7",
"rxjs": "~7.8.0",
"tslib": "~2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/igx-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/angular-templates",
"version": "18.2.1420-beta.4",
"version": "18.2.1420",
"description": "Templates for Ignite UI for Angular projects and components",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"author": "Infragistics",
"license": "MIT",
"dependencies": {
"@igniteui/cli-core": "~14.2.0-beta.4",
"@igniteui/cli-core": "~14.2.0",
"typescript": "~5.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/ng-schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igniteui/angular-schematics",
"version": "18.2.1420-beta.4",
"version": "18.2.1420",
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@angular-devkit/core": "^18.2.4",
"@angular-devkit/schematics": "^18.2.4",
"@igniteui/angular-templates": "~18.2.1420-beta.4",
"@igniteui/cli-core": "~14.2.0-beta.4",
"@igniteui/angular-templates": "~18.2.1420",
"@igniteui/cli-core": "~14.2.0",
"@schematics/angular": "~14.0.0",
"rxjs": "^7.8.1"
},
Expand Down

0 comments on commit aa469c3

Please sign in to comment.