Skip to content

Commit

Permalink
chore: update wc to 4.3.0 (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata authored Jun 28, 2023
1 parent 4fb09dc commit 023c5b1
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [12.0.3](https://github.com/IgniteUI/igniteui-cli/compare/v12.0.2...v12.0.3) (2023-06-28)

## What's Changed

* update web components' libraries to 4.3.0 by @lipata in https://github.com/IgniteUI/igniteui-cli/pull/1137
* Removing ts-node from Angular proj by @dafo in https://github.com/IgniteUI/igniteui-cli/pull/1138

# [12.0.2](https://github.com/IgniteUI/igniteui-cli/compare/v12.0.1...v12.0.2) (2023-06-02)

## What's Changed
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": "12.0.2",
"version": "12.0.3",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~16.0.1202",
"@igniteui/cli-core": "~12.0.2",
"@igniteui/angular-templates": "~16.0.1203",
"@igniteui/cli-core": "~12.0.3",
"chalk": "^2.3.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vaadin/router": "^1.7.4",
"lit": "^2.6.1",
"typescript": "^4.9.4",
"igniteui-webcomponents": "4.2.0"
"igniteui-webcomponents": "~4.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@vaadin/router": "^1.7.4",
"@igniteui/material-icons-extended": "^2.11.0",
"igniteui-dockmanager": "~1.8.0",
"igniteui-webcomponents": "4.2.0",
"igniteui-webcomponents-charts": "~4.0.0",
"igniteui-webcomponents-core": "~4.0.0",
"igniteui-webcomponents-gauges": "~4.0.0",
"igniteui-webcomponents-grids": "~4.0.0",
"igniteui-webcomponents-inputs": "~4.0.0",
"igniteui-webcomponents-layouts": "~4.0.0",
"igniteui-webcomponents": "~4.3.0",
"igniteui-webcomponents-charts": "~4.3.0",
"igniteui-webcomponents-core": "~4.3.0",
"igniteui-webcomponents-gauges": "~4.3.0",
"igniteui-webcomponents-grids": "~4.3.0",
"igniteui-webcomponents-inputs": "~4.3.0",
"igniteui-webcomponents-layouts": "~4.3.0",
"lit": "^2.6.1",
"typescript": "^4.9.4"
},
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": "12.0.2",
"version": "12.0.3",
"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": "16.0.1202",
"version": "16.0.1203",
"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": "~12.0.2",
"@igniteui/cli-core": "~12.0.3",
"typescript": "~4.7.2"
}
}
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": "16.0.1202",
"version": "16.0.1203",
"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": "~16.0.1202",
"@igniteui/cli-core": "~12.0.2",
"@igniteui/angular-templates": "~16.0.1203",
"@igniteui/cli-core": "~12.0.3",
"@schematics/angular": "~14.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit 023c5b1

Please sign in to comment.