Skip to content

Commit

Permalink
release: 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damyanpetev committed Jun 17, 2022
1 parent 02d725a commit 246e57d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [10.0.1](https://github.com/IgniteUI/igniteui-cli/compare/v10.0.0...v10.0.1) (2022-06-17)

## igniteui/[email protected]

#### Bug Fixes

* **package-manager:** skip setting up child install tasks for new projects ([de2a134](https://github.com/IgniteUI/igniteui-cli/commit/de2a1341e13ba20635a5ed94c5cc7e4c79c7ca46))

## igniteui/[email protected]

* Note: Version bump only for package igniteui/cli-core

## igniteui/[email protected]
* Note: Version bump only for package igniteui/cli-core

## [email protected]
* Note: Version bump only for package igniteui/cli-core


# [10.0.0](https://github.com/IgniteUI/igniteui-cli/compare/v9.2.0...v10.0.0) (2022-06-09)

🎉 This update includes:
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": "10.0.0",
"version": "10.0.1",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~14.0.1000",
"@igniteui/cli-core": "~10.0.0",
"@igniteui/angular-templates": "~14.0.1001",
"@igniteui/cli-core": "~10.0.1",
"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": "10.0.0",
"version": "10.0.1",
"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": "14.0.1000",
"version": "14.0.1001",
"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": "~10.0.0",
"@igniteui/cli-core": "~10.0.1",
"typescript": "~4.7.2"
}
}
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": "14.0.1000",
"version": "14.0.1001",
"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": "~13.0.0",
"@angular-devkit/schematics": "~13.0.0",
"@igniteui/angular-templates": "~14.0.1000",
"@igniteui/cli-core": "~10.0.0",
"@igniteui/angular-templates": "~14.0.1001",
"@igniteui/cli-core": "~10.0.1",
"@schematics/angular": "~13.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit 246e57d

Please sign in to comment.