Skip to content

Commit

Permalink
Merge branch 'iganchev/scss-use' of https://github.com/IgniteUI/ignit…
Browse files Browse the repository at this point in the history
…eui-cli into iganchev/scss-use
  • Loading branch information
iganchev committed Dec 10, 2021
2 parents a630349 + d989c55 commit 0963ac2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# [9.0.1](https://github.com/IgniteUI/igniteui-cli/compare/v9.0.0...v9.0.1) (2021-11-25)

All packages are configured to use `typescript` version, lower than `4.5.x`, until there is a compatibility with the later `typescript` version.

# [9.0.0](https://github.com/IgniteUI/igniteui-cli/compare/v8.2.1...v9.0.0) (2021-11-22)

🎉 This update includes:
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "igniteui-cli",
"version": "9.0.0",
"version": "9.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": "~13.0.900",
"@igniteui/cli-core": "~9.0.0",
"@igniteui/angular-templates": "~13.0.901",
"@igniteui/cli-core": "~9.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
@@ -1,6 +1,6 @@
{
"name": "@igniteui/cli-core",
"version": "9.0.0",
"version": "9.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
@@ -1,6 +1,6 @@
{
"name": "@igniteui/angular-templates",
"version": "13.0.900",
"version": "13.0.901",
"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": "~9.0.0",
"@igniteui/cli-core": "~9.0.1",
"typescript": "~4.4.4"
}
}
6 changes: 3 additions & 3 deletions packages/ng-schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "@igniteui/angular-schematics",
"version": "13.0.900",
"version": "13.0.901",
"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": "~13.0.900",
"@igniteui/cli-core": "~9.0.0",
"@igniteui/angular-templates": "~13.0.901",
"@igniteui/cli-core": "~9.0.1",
"@schematics/angular": "~13.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit 0963ac2

Please sign in to comment.