Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/master' into bpenkov/dep…
Browse files Browse the repository at this point in the history
…-updates-iter1
  • Loading branch information
jackofdiamond5 committed Sep 9, 2024
2 parents d965429 + 53ffeec commit 2c77e4c
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [14.0.1](https://github.com/IgniteUI/igniteui-cli/compare/v14.0.0...v14.0.1) (2024-09-05)

## What's Changed

* chore(react): increase build ram by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1314

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.0.0...v14.0.1

# [14.0.0](https://github.com/IgniteUI/igniteui-cli/compare/v13.4.3...v14.0.0) (2024-08-23)

## What's Changed
Expand Down Expand Up @@ -28,6 +36,13 @@
* @mtsvyatkova made their first contribution in https://github.com/IgniteUI/igniteui-cli/pull/1288

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v13.4.3...v14.0.0
# [13.4.4](https://github.com/IgniteUI/igniteui-cli/compare/v13.4.3...v13.4.4) (2024-09-05)

## What's Changed

* chore(react): increase build ram by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1313

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v13.4.3...v13.4.4

# [13.4.3](https://github.com/IgniteUI/igniteui-cli/compare/v13.4.2...v13.4.3) (2024-08-22)

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.0.0",
"version": "14.0.1",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~18.1.1400",
"@igniteui/cli-core": "~14.0.0",
"@igniteui/angular-templates": "~18.1.1401",
"@igniteui/cli-core": "~14.0.1",
"@types/yargs": "^17.0.33",
"chalk": "^5.3.0",
"glob": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/quickstart/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"file-loader": "0.8.5",
"html-webpack-plugin": "2.26.0",
"style-loader": "0.13.1",
"webpack": "2.2.0",
"webpack": "5.94.0",
"webpack-dev-server": "2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"build": "tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest"
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.0.0",
"version": "14.0.1",
"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": "18.1.1400",
"version": "18.1.1401",
"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.0.0",
"@igniteui/cli-core": "~14.0.1",
"typescript": "~5.4.3"
}
}
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": "18.1.1400",
"version": "18.1.1401",
"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": "~18.1.1400",
"@igniteui/cli-core": "~14.0.0",
"@igniteui/angular-templates": "~18.1.1401",
"@igniteui/cli-core": "~14.0.1",
"@schematics/angular": "~14.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit 2c77e4c

Please sign in to comment.