Skip to content

Commit

Permalink
chore: release version 14.3.5 (#1360)
Browse files Browse the repository at this point in the history
Co-authored-by: Hristo Hristov <[email protected]>
  • Loading branch information
Hristo313 and Hristo Hristov authored Dec 6, 2024
1 parent d2713c3 commit 22757ca
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 @@
# [14.3.5](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.4...v14.3.5) (2024-12-06)
## What's Changed
* chore: update official angular-eslint by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1357
* fix web components router navigation by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1358
* fix navigation path in web components config by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1359

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.3.4...v14.3.5

# [14.3.4](https://github.com/IgniteUI/igniteui-cli/compare/v14.3.3...v14.3.4) (2024-12-04)
## What's Changed
* Add step in web components github pages workflow to fix navigation by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1355
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.5-beta.2",
"version": "14.3.5",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -76,8 +76,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~19.0.1435-beta.2",
"@igniteui/cli-core": "~14.3.5-beta.2",
"@igniteui/angular-templates": "~19.0.1435",
"@igniteui/cli-core": "~14.3.5",
"@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.5-beta.2",
"version": "14.3.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": "19.0.1435-beta.2",
"version": "19.0.1435",
"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.5-beta.2",
"@igniteui/cli-core": "~14.3.5",
"typescript": "~5.5.4"
}
}
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": "19.0.1435-beta.2",
"version": "19.0.1435",
"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": "^19.0.0",
"@angular-devkit/schematics": "^19.0.0",
"@igniteui/angular-templates": "~19.0.1435-beta.2",
"@igniteui/cli-core": "~14.3.5-beta.2",
"@igniteui/angular-templates": "~19.0.1435",
"@igniteui/cli-core": "~14.3.5",
"@schematics/angular": "~19.0.0",
"minimatch": "^10.0.1",
"rxjs": "^7.8.1"
Expand Down

0 comments on commit 22757ca

Please sign in to comment.