Skip to content

Commit

Permalink
chore: release 14.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Nov 28, 2024
1 parent cdf8f4b commit cc21a46
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [14.3.2](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.1...v14.3.2) (2024-11-28)

## What's Changed
* Remove build step from angular github pages yaml files by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1348
* chore: release 14.3.1 by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1350
* remove deployment script flag and if condition in github pages workflow by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1351
* Fix pattern matching when upgrading packages by @jackofdiamond5 in https://github.com/IgniteUI/igniteui-cli/pull/1347
* fix: adapt ngModules templates to 19 changes by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1352

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.0...v14.3.2

# [14.3.1](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.0...v14.3.1) (2024-11-27)

## What's Changed
* Remove build step from angular github pages yaml files by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1348

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.0...v14.3.1

# [14.3.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.2.3...v14.3.0) (2024-11-25)

🎉 This update includes:
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": "14.3.2-beta.0",
"version": "14.3.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": "~19.0.1432-beta.0",
"@igniteui/cli-core": "~14.3.2-beta.0",
"@igniteui/angular-templates": "~19.0.1432",
"@igniteui/cli-core": "~14.3.2",
"@inquirer/prompts": "^5.4.0",
"@types/yargs": "^17.0.33",
"chalk": "^5.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": "14.3.2-beta.0",
"version": "14.3.2",
"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": "19.0.1432-beta.0",
"version": "19.0.1432",
"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": "~14.3.2-beta.0",
"@igniteui/cli-core": "~14.3.2",
"typescript": "~5.5.4"
}
}
12 changes: 6 additions & 6 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": "19.0.1432-beta.0",
"version": "19.0.1432",
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
"repository": {
"type": "git",
Expand All @@ -20,16 +20,16 @@
"dependencies": {
"@angular-devkit/core": "^19.0.0",
"@angular-devkit/schematics": "^19.0.0",
"@igniteui/angular-templates": "~19.0.1432-beta.0",
"@igniteui/cli-core": "~14.3.2-beta.0",
"@igniteui/angular-templates": "~19.0.1432",
"@igniteui/cli-core": "~14.3.2",
"@schematics/angular": "~19.0.0",
"rxjs": "^7.8.1",
"minimatch": "^10.0.1"
"minimatch": "^10.0.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/jasmine": "^5.1.4",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.5.5",
"@types/minimatch": "^5.1.2",
"jasmine": "^5.3.0",
"typescript": "~5.6.2"
},
Expand Down

0 comments on commit cc21a46

Please sign in to comment.