Skip to content

Commit

Permalink
chore: release 11.0.0 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata authored Nov 23, 2022
1 parent 3ed38c0 commit 0495ab2
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 13 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# [11.0.0](https://github.com/IgniteUI/igniteui-cli/compare/v10.1.0...v11.0.0) (2022-11-22)

🎉 This update includes:

- `igniteui-angular` version [15.0.0](https://github.com/IgniteUI/igniteui-angular/releases/tag/15.0.0).

## What's Changed

* chore: update wtih agnular 15.0.0-rc.3 by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1086
* Create codeql-analysis.yml by @kdinev in https://github.com/IgniteUI/igniteui-cli/pull/1005
* Add lint file for web components by @PlamenaMiteva in https://github.com/IgniteUI/igniteui-cli/pull/1085

**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v10.1.0...v11.0.0

## igniteui/[email protected]
* Note: Version bump only for package igniteui/cli-core

## igniteui/[email protected]

* chore: update wtih agnular 15.0.0-rc.3 by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1086
* Create codeql-analysis.yml by @kdinev in https://github.com/IgniteUI/igniteui-cli/pull/1005

## igniteui/[email protected]

* chore: update wtih agnular 15.0.0-rc.3 by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1086

## [email protected]

* chore: update wtih agnular 15.0.0-rc.3 by @Lipata in https://github.com/IgniteUI/igniteui-cli/pull/1086
* Create codeql-analysis.yml by @kdinev in https://github.com/IgniteUI/igniteui-cli/pull/1005
* Add lint file for web components by @PlamenaMiteva in https://github.com/IgniteUI/igniteui-cli/pull/1085

# [10.1.0](https://github.com/IgniteUI/igniteui-cli/compare/v10.0.5...v10.1.0) (2022-11-02)

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": "11.0.0-rc.0",
"version": "11.0.0",
"description": "CLI tool for creating Ignite UI projects",
"keywords": [
"CLI",
Expand Down Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "~15.0.1100-rc.0",
"@igniteui/cli-core": "~11.0.0-rc.0",
"@igniteui/angular-templates": "~15.0.1100",
"@igniteui/cli-core": "~11.0.0",
"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 @@ -41,7 +41,7 @@
"deepmerge": "^4.2.2",
"eslint": "^7.32.0",
"eslint-plugin-lit": "^1.6.1",
"igniteui-cli": "11.0.0-rc.0",
"igniteui-cli": "11.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup-plugin-copy-assets": "^2.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"deepmerge": "^4.2.2",
"eslint": "^7.32.0",
"eslint-plugin-lit": "^1.6.1",
"igniteui-cli": "11.0.0-rc.0",
"igniteui-cli": "11.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup-plugin-copy-assets": "^2.0.3",
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": "11.0.0-rc.0",
"version": "11.0.0",
"description": "Base types and functionality for Ignite UI CLI",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"hammerjs": "^2.0.8",
"igniteui-angular": "~15.0.0-rc.1",
"igniteui-angular": "~15.0.0",
"igniteui-theming": "~1.1.4",
"core-js": "^3.6.5",
"jszip": "^3.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/router": "~15.0.0",
"angular-auth-oidc-client": "^9.0.3",
"hammerjs": "^2.0.8",
"igniteui-angular": "~15.0.0-rc.1",
"igniteui-angular": "~15.0.0",
"igniteui-theming": "~1.1.4",
"core-js": "^3.25.1",
"jszip": "^3.5.0",
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": "15.0.1100-rc.0",
"version": "15.0.1100",
"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": "~11.0.0-rc.0",
"@igniteui/cli-core": "~11.0.0",
"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": "15.0.1100-rc.0",
"version": "15.0.1100",
"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": "~15.0.1100-rc.0",
"@igniteui/cli-core": "~11.0.0-rc.0",
"@igniteui/angular-templates": "~15.0.1100",
"@igniteui/cli-core": "~11.0.0",
"@schematics/angular": "~14.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit 0495ab2

Please sign in to comment.