Skip to content

Commit 0963ac2

Browse files
committed
Merge branch 'iganchev/scss-use' of https://github.com/IgniteUI/igniteui-cli into iganchev/scss-use
2 parents a630349 + d989c55 commit 0963ac2

5 files changed

Lines changed: 13 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [9.0.1](https://github.com/IgniteUI/igniteui-cli/compare/v9.0.0...v9.0.1) (2021-11-25)
2+
3+
All packages are configured to use `typescript` version, lower than `4.5.x`, until there is a compatibility with the later `typescript` version.
4+
15
# [9.0.0](https://github.com/IgniteUI/igniteui-cli/compare/v8.2.1...v9.0.0) (2021-11-22)
26

37
🎉 This update includes:

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igniteui-cli",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",
@@ -78,8 +78,8 @@
7878
"all": true
7979
},
8080
"dependencies": {
81-
"@igniteui/angular-templates": "~13.0.900",
82-
"@igniteui/cli-core": "~9.0.0",
81+
"@igniteui/angular-templates": "~13.0.901",
82+
"@igniteui/cli-core": "~9.0.1",
8383
"chalk": "^2.3.2",
8484
"fs-extra": "^3.0.1",
8585
"glob": "^7.1.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/cli-core",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Base types and functionality for Ignite UI CLI",
55
"repository": {
66
"type": "git",

packages/igx-templates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-templates",
3-
"version": "13.0.900",
3+
"version": "13.0.901",
44
"description": "Templates for Ignite UI for Angular projects and components",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,7 @@
1212
"author": "Infragistics",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@igniteui/cli-core": "~9.0.0",
15+
"@igniteui/cli-core": "~9.0.1",
1616
"typescript": "~4.4.4"
1717
}
1818
}

packages/ng-schematics/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-schematics",
3-
"version": "13.0.900",
3+
"version": "13.0.901",
44
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@angular-devkit/core": "~13.0.0",
2222
"@angular-devkit/schematics": "~13.0.0",
23-
"@igniteui/angular-templates": "~13.0.900",
24-
"@igniteui/cli-core": "~9.0.0",
23+
"@igniteui/angular-templates": "~13.0.901",
24+
"@igniteui/cli-core": "~9.0.1",
2525
"@schematics/angular": "~13.0.0",
2626
"rxjs": "^6.6.3"
2727
},

0 commit comments

Comments
 (0)