Skip to content

Commit

Permalink
Merge pull request #1151 from IgniteUI/nalipiev/remove-pkg-groups
Browse files Browse the repository at this point in the history
chore(migrations): remove ng update package groups
  • Loading branch information
Lipata authored Oct 2, 2023
2 parents 300f8c1 + 0b0e9f6 commit 839afe9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 25 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [12.0.6](https://github.com/IgniteUI/igniteui-cli/compare/v12.0.5...v12.0.6) (2023-10-02)

## What's Changed

* remove ng update package groups by @lipata in https://github.com/IgniteUI/igniteui-cli/pull/1151

# [12.0.5](https://github.com/IgniteUI/igniteui-cli/compare/v12.0.4...v12.0.5) (2023-07-18)

## What's Changed
Expand Down
15 changes: 4 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igniteui-cli",
"version": "12.0.5",
"version": "12.0.6",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~16.0.1205",
"@igniteui/cli-core": "~12.0.5",
"@igniteui/angular-templates": "~16.0.1206",
"@igniteui/cli-core": "~12.0.6",
"chalk": "^2.3.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
Expand Down Expand Up @@ -111,13 +111,6 @@
"typescript-json-schema": "^0.42.0"
},
"ng-update": {
"migrations": "./migrations/migration-collection.json",
"packageGroup": [
"igniteui-cli",
"igniteui-angular",
"@infragistics/igniteui-angular",
"igniteui-angular-charts",
"@igniteui/angular-templates"
]
"migrations": "./migrations/migration-collection.json"
}
}
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": "12.0.5",
"version": "12.0.6",
"description": "Base types and functionality for Ignite UI CLI",
"repository": {
"type": "git",
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": "16.0.1205",
"version": "16.0.1206",
"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": "~12.0.5",
"@igniteui/cli-core": "~12.0.6",
"typescript": "~4.7.2"
}
}
15 changes: 4 additions & 11 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": "16.0.1205",
"version": "16.0.1206",
"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": "~16.0.1205",
"@igniteui/cli-core": "~12.0.5",
"@igniteui/angular-templates": "~16.0.1206",
"@igniteui/cli-core": "~12.0.6",
"@schematics/angular": "~14.0.0",
"rxjs": "^6.6.3"
},
Expand All @@ -32,13 +32,6 @@
"typescript": "~4.5.2"
},
"ng-update": {
"migrations": "./src/migrations/migration-collection.json",
"packageGroup": [
"@igniteui/angular-schematics",
"igniteui-angular",
"@infragistics/igniteui-angular",
"igniteui-angular-charts",
"@igniteui/angular-templates"
]
"migrations": "./src/migrations/migration-collection.json"
}
}

0 comments on commit 839afe9

Please sign in to comment.