Skip to content

Commit

Permalink
Merge 1e3cc41 into 7d22629
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Apr 29, 2024
2 parents 7d22629 + 1e3cc41 commit e3a4766
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [13.2.0](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.15...v13.1.16) (2024-04-29)

🎉 This update includes:

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

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v13.1.16...v13.2.0


# [13.1.16](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.15...v13.1.16) (2024-04-28)

## 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": "13.2.0-rc.0",
"version": "13.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": "~17.2.1320-rc.0",
"@igniteui/cli-core": "~13.2.0-rc.0",
"@igniteui/angular-templates": "~17.2.1320",
"@igniteui/cli-core": "~13.2.0",
"chalk": "^2.3.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
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": "13.2.0-rc.0",
"version": "13.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": "~17.2.0",
"@angular/router": "~17.2.0",
"hammerjs": "^2.0.8",
"igniteui-angular": "~17.2.0-rc.1",
"igniteui-angular": "~17.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": "~17.2.0",
"angular-auth-oidc-client": "~15.0.4",
"hammerjs": "~2.0.8",
"igniteui-angular": "~17.2.0-rc.1",
"igniteui-angular": "~17.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 @@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "~17.2.0",
"@angular/router": "~17.2.0",
"hammerjs": "~2.0.8",
"igniteui-angular": "~17.2.0-rc.1",
"igniteui-angular": "~17.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": "~17.2.0",
"angular-auth-oidc-client": "~15.0.4",
"hammerjs": "~2.0.8",
"igniteui-angular": "~17.2.0-rc.1",
"igniteui-angular": "~17.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": "17.2.1320-rc.0",
"version": "17.2.1320",
"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": "~13.2.0-rc.0",
"@igniteui/cli-core": "~13.2.0",
"typescript": "~5.4.3"
}
}
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": "17.2.1320-rc.0",
"version": "17.2.1320",
"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": "~14.0.0",
"@angular-devkit/schematics": "~14.0.0",
"@igniteui/angular-templates": "~17.2.1320-rc.0",
"@igniteui/cli-core": "~13.2.0-rc.0",
"@igniteui/angular-templates": "~17.2.1320",
"@igniteui/cli-core": "~13.2.0",
"@schematics/angular": "~14.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit e3a4766

Please sign in to comment.