Skip to content

Commit

Permalink
Merge pull request #1175 from IgniteUI/valadzhov/karma-jasmine-html-r…
Browse files Browse the repository at this point in the history
…eporter-version-bump

chore: Update IgniteUI Angular Wrappers and Karma Jasmine HTML Reporter
  • Loading branch information
Lipata authored Nov 21, 2023
2 parents 53c0b2f + bc91ef8 commit 82d2b32
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [13.0.2](https://github.com/IgniteUI/igniteui-cli/compare/v13.0.1...v13.0.2) (2023-11-21)

## What's Changed
* chore: Update IgniteUI Angular Wrappers and Karma Jasmine HTML Reporter by @valadzhov in https://github.com/IgniteUI/igniteui-cli/pull/1175

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v13.0.1...v13.0.2

# [13.0.1](https://github.com/IgniteUI/igniteui-cli/compare/v13.0.0...v13.0.1) (2023-11-15)

## What's Changed
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": "13.0.1",
"version": "13.0.2",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~17.0.1301",
"@igniteui/cli-core": "~13.0.1",
"@igniteui/angular-templates": "~17.0.1302",
"@igniteui/cli-core": "~13.0.2",
"chalk": "^2.3.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/router": "~17.0.0",
"jquery": ">=1.9.1",
"jquery-ui": ">=1.10.5",
"igniteui-angular-wrappers": "~16.0.0",
"igniteui-angular-wrappers": "~17.0.0",
"ignite-ui": "~22.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
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": "13.0.1",
"version": "13.0.2",
"description": "Base types and functionality for Ignite UI CLI",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
}
}
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": "17.0.1301",
"version": "17.0.1302",
"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": "~13.0.1",
"@igniteui/cli-core": "~13.0.2",
"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": "17.0.1301",
"version": "17.0.1302",
"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": "~17.0.1301",
"@igniteui/cli-core": "~13.0.1",
"@igniteui/angular-templates": "~17.0.1302",
"@igniteui/cli-core": "~13.0.2",
"@schematics/angular": "~14.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit 82d2b32

Please sign in to comment.