Skip to content

Commit

Permalink
chore: release 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Mar 2, 2022
1 parent ccd2067 commit 3493b95
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 11 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [9.1.0](https://github.com/IgniteUI/igniteui-cli/compare/v9.0.6...v9.1.0) (2022-03-02)

🎉 This update includes:

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

## igniteui/cli-core@9.1.0

* Note: Version bump only for package igniteui/cli-core

## igniteui/angular-templates@13.1.910

* Update the templates in accordance with the latest migrations for 13.1 by @valadzhov in https://github.com/IgniteUI/igniteui-cli/pull/1006

## igniteui/angular-schematics@13.1.910

* Note: Version bump only for package igniteui/angular-schematics

## igniteui-cli@9.1.0

* Adding Empty view for WC project by @dafo in https://github.com/IgniteUI/igniteui-cli/pull/979
* Using rollup as building tool in Web components projects by @dafo in https://github.com/IgniteUI/igniteui-cli/pull/999
* Pass in options for wc child process by @jackofdiamond5 in https://github.com/IgniteUI/igniteui-cli/pull/1000
* Web Components templates use LitElement by @dafo in https://github.com/IgniteUI/igniteui-cli/pull/1001
* Update the templates in accordance with the latest migrations for 13.1 by @valadzhov in https://github.com/IgniteUI/igniteui-cli/pull/1006

# [9.0.6](https://github.com/IgniteUI/igniteui-cli/compare/v9.0.5...v9.0.6) (2022-02-04)

## igniteui/cli-core@9.0.6
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": "9.1.0-rc.1",
"version": "9.1.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": "~13.1.910-rc.1",
"@igniteui/cli-core": "~9.1.0-rc.1",
"@igniteui/angular-templates": "~13.1.910",
"@igniteui/cli-core": "~9.1.0",
"chalk": "^2.3.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
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": "9.1.0-rc.1",
"version": "9.1.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": "~13.1.1",
"@angular/router": "~13.1.1",
"hammerjs": "^2.0.8",
"igniteui-angular": "~13.1.0-rc.1",
"igniteui-angular": "~13.1.0",
"core-js": "^3.6.5",
"jszip": "^3.5.0",
"minireset.css": "~0.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/router": "~13.1.1",
"angular-auth-oidc-client": "^9.0.3",
"hammerjs": "^2.0.8",
"igniteui-angular": "~13.1.0-rc.1",
"igniteui-angular": "~13.1.0",
"core-js": "^3.6.5",
"jszip": "^3.5.0",
"minireset.css": "~0.0.4",
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": "13.1.910-rc.1",
"version": "13.1.910",
"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": "~9.1.0-rc.1",
"@igniteui/cli-core": "~9.1.0",
"typescript": "~4.4.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": "13.1.910-rc.1",
"version": "13.1.910",
"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": "~13.0.0",
"@angular-devkit/schematics": "~13.0.0",
"@igniteui/angular-templates": "~13.1.910-rc.1",
"@igniteui/cli-core": "~9.1.0-rc.1",
"@igniteui/angular-templates": "~13.1.910",
"@igniteui/cli-core": "~9.1.0",
"@schematics/angular": "~13.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit 3493b95

Please sign in to comment.