Skip to content

Commit 9a51d11

Browse files
CopilotLipata
andcommitted
chore: release 14.5.8-beta.0
Co-authored-by: Lipata <[email protected]>
1 parent e3e4982 commit 9a51d11

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [14.5.8-beta.0](https://github.com/IgniteUI/igniteui-cli/compare/v14.5.7...v14.5.8-beta.0) (2025-09-24)
2+
3+
## What's Changed
4+
* fix(react): enhance upgrade-packages to support workspace glob patterns for projects without explicit workspaces by @Copilot in https://github.com/IgniteUI/igniteui-cli/pull/TBD
5+
6+
**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.5.7...v14.5.8-beta.0
7+
18
# [14.5.7](https://github.com/IgniteUI/igniteui-cli/compare/v14.5.6...v14.5.7) (2025-09-23)
29

310
## What's Changed

packages/cli/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",
3-
"version": "14.5.7",
3+
"version": "14.5.8-beta.0",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",

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

packages/ng-schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-schematics",
3-
"version": "20.0.1457",
3+
"version": "20.0.1458",
44
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)