Skip to content

Commit

Permalink
release: 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Oct 19, 2020
1 parent 68e2b81 commit 8bd47e7
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 9 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [5.2.2](https://github.com/IgniteUI/igniteui-cli/compare/v5.2.1...v5.2.2) (2020-10-19)

## igniteui/cli-core@5.2.2

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

## igniteui/angular-templates@9.1.522

#### Bug Fixes

* Hosting an app generated with the cli will not load because of an error [#793](https://github.com/IgniteUI/igniteui-cli/issues/793) ([aa7f7e8](https://github.com/IgniteUI/igniteui-cli/commit/aa7f7e8dd9a9fccd31452dc30df55b311c9aaf2c))

* Add Component - Grid/Lists breaks React app [#791](https://github.com/IgniteUI/igniteui-cli/issues/791) ([68e2b81](https://github.com/IgniteUI/igniteui-cli/commit/68e2b81e297a5b4279f53e5bb9dff80126cc08b6))

## igniteui/angular-schematics@9.1.522

Note: Version bump only for package igniteui/angular-schematics

## igniteui-cli@5.2.2

#### Bug Fixes

* Hosting an app generated with the cli will not load because of an error [#793](https://github.com/IgniteUI/igniteui-cli/issues/793) ([aa7f7e8](https://github.com/IgniteUI/igniteui-cli/commit/aa7f7e8dd9a9fccd31452dc30df55b311c9aaf2c))

* Add Component - Grid/Lists breaks React app [#791](https://github.com/IgniteUI/igniteui-cli/issues/791) ([68e2b81](https://github.com/IgniteUI/igniteui-cli/commit/68e2b81e297a5b4279f53e5bb9dff80126cc08b6))

# [5.2.1](https://github.com/IgniteUI/igniteui-cli/compare/v5.2.0...v5.2.1) (2020-06-25)

## igniteui/cli-core@5.2.1
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": "5.2.1",
"version": "5.2.2",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -77,8 +77,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~9.1.521",
"@igniteui/cli-core": "~5.2.1",
"@igniteui/angular-templates": "~9.1.522",
"@igniteui/cli-core": "~5.2.2",
"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": "5.2.1",
"version": "5.2.2",
"description": "Base types and functionality for Ignite UI CLI",
"main": "index.js",
"typings": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/igx-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@igniteui/angular-templates",
"version": "9.1.521",
"version": "9.1.522",
"description": "Templates for Ignite UI for Angular projects and components",
"main": "index.js",
"typings": "index.d.ts",
"author": "Infragistics",
"license": "MIT",
"dependencies": {
"@igniteui/cli-core": "~5.2.1",
"@igniteui/cli-core": "~5.2.2",
"typescript": "^3.7.5"
}
}
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": "9.1.521",
"version": "9.1.522",
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@angular-devkit/core": "^9.0.1",
"@angular-devkit/schematics": "^9.0.1",
"@igniteui/angular-templates": "~9.1.521",
"@igniteui/cli-core": "~5.2.1",
"@igniteui/angular-templates": "~9.1.522",
"@igniteui/cli-core": "~5.2.2",
"@schematics/angular": "^9.0.1",
"rxjs": "6.5.3"
},
Expand Down

0 comments on commit 8bd47e7

Please sign in to comment.