Skip to content

Commit

Permalink
chore: release 13.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jan 31, 2024
1 parent b6a2714 commit a1f5770
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [13.1.5](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.4...v13.1.5) (2024-01-31)

## What's Changed
* chore: use patch versions instead of minor one by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1201


**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v.13.1.4...v13.1.5

# [13.1.4](https://github.com/IgniteUI/igniteui-cli/compare/v13.1.3...v13.1.4) (2024-01-26)

## 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.1.4",
"version": "13.1.5",
"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.1.1314",
"@igniteui/cli-core": "~13.1.4",
"@igniteui/angular-templates": "~17.1.1315",
"@igniteui/cli-core": "~13.1.5",
"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": "13.1.4",
"version": "13.1.5",
"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": "17.1.1314",
"version": "17.1.1315",
"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.1.4",
"@igniteui/cli-core": "~13.1.5",
"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.1.1314",
"version": "17.1.1315",
"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.1.1314",
"@igniteui/cli-core": "~13.1.4",
"@igniteui/angular-templates": "~17.1.1315",
"@igniteui/cli-core": "~13.1.5",
"@schematics/angular": "~14.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit a1f5770

Please sign in to comment.