Skip to content

Commit cc21a46

Browse files
committed
chore: release 14.3.2
1 parent cdf8f4b commit cc21a46

File tree

5 files changed

+30
-12
lines changed

5 files changed

+30
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [14.3.2](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.1...v14.3.2) (2024-11-28)
2+
3+
## What's Changed
4+
* Remove build step from angular github pages yaml files by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1348
5+
* chore: release 14.3.1 by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1350
6+
* remove deployment script flag and if condition in github pages workflow by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1351
7+
* Fix pattern matching when upgrading packages by @jackofdiamond5 in https://github.com/IgniteUI/igniteui-cli/pull/1347
8+
* fix: adapt ngModules templates to 19 changes by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1352
9+
10+
**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.0...v14.3.2
11+
12+
# [14.3.1](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.0...v14.3.1) (2024-11-27)
13+
14+
## What's Changed
15+
* Remove build step from angular github pages yaml files by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1348
16+
17+
**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.0...v14.3.1
18+
119
# [14.3.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.2.3...v14.3.0) (2024-11-25)
220

321
🎉 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": "14.3.2-beta.0",
3+
"version": "14.3.2",
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": "~19.0.1432-beta.0",
82-
"@igniteui/cli-core": "~14.3.2-beta.0",
81+
"@igniteui/angular-templates": "~19.0.1432",
82+
"@igniteui/cli-core": "~14.3.2",
8383
"@inquirer/prompts": "^5.4.0",
8484
"@types/yargs": "^17.0.33",
8585
"chalk": "^5.3.0",

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": "14.3.2-beta.0",
3+
"version": "14.3.2",
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": "19.0.1432-beta.0",
3+
"version": "19.0.1432",
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": "~14.3.2-beta.0",
15+
"@igniteui/cli-core": "~14.3.2",
1616
"typescript": "~5.5.4"
1717
}
1818
}

packages/ng-schematics/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-schematics",
3-
"version": "19.0.1432-beta.0",
3+
"version": "19.0.1432",
44
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
55
"repository": {
66
"type": "git",
@@ -20,16 +20,16 @@
2020
"dependencies": {
2121
"@angular-devkit/core": "^19.0.0",
2222
"@angular-devkit/schematics": "^19.0.0",
23-
"@igniteui/angular-templates": "~19.0.1432-beta.0",
24-
"@igniteui/cli-core": "~14.3.2-beta.0",
23+
"@igniteui/angular-templates": "~19.0.1432",
24+
"@igniteui/cli-core": "~14.3.2",
2525
"@schematics/angular": "~19.0.0",
26-
"rxjs": "^7.8.1",
27-
"minimatch": "^10.0.1"
26+
"minimatch": "^10.0.1",
27+
"rxjs": "^7.8.1"
2828
},
2929
"devDependencies": {
3030
"@types/jasmine": "^5.1.4",
31+
"@types/minimatch": "^5.1.2",
3132
"@types/node": "^22.5.5",
32-
"@types/minimatch": "^5.1.2",
3333
"jasmine": "^5.3.0",
3434
"typescript": "~5.6.2"
3535
},

0 commit comments

Comments
 (0)