Skip to content

Commit

Permalink
Revert ivy partial compilation (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio authored Sep 23, 2021
1 parent bad520a commit 20c82a0
Show file tree
Hide file tree
Showing 21 changed files with 76 additions and 20 deletions.
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="7.0.2"></a>

# [7.0.2](https://github.com/hakimio/ngx-ui-tour) (2021-09-23)

### Fixes

- Switched back to "View Engine" compilation mode to fix Angular v11 and older builds

<a name="7.0.1"></a>

# [7.0.1](https://github.com/hakimio/ngx-ui-tour) (2021-09-09)
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-console",
"version": "7.0.1",
"version": "7.0.2",
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Isaac Mann <[email protected]>",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"peerDependencies": {
"@angular/common": ">=9.0.0 <13.0.0",
"@angular/core": ">=9.0.0 <13.0.0",
"ngx-ui-tour-core": "7.0.1",
"ngx-ui-tour-core": "7.0.2",
"typescript": ">=3.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-console/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
"enableIvy": false
}
}
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="7.0.2"></a>

# [7.0.2](https://github.com/hakimio/ngx-ui-tour) (2021-09-23)

### Fixes

- Switched back to "View Engine" compilation mode to fix Angular v11 and older builds

<a name="7.0.1"></a>

# [7.0.1](https://github.com/hakimio/ngx-ui-tour) (2021-09-09)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-core",
"version": "7.0.1",
"version": "7.0.2",
"description": "UI tour library for Angular 9+",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-core/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
"enableIvy": false
}
}
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-md-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="7.0.2"></a>

# [7.0.2](https://github.com/hakimio/ngx-ui-tour) (2021-09-23)

### Fixes

- Switched back to "View Engine" compilation mode to fix Angular v11 and older builds

<a name="7.0.1"></a>

# [7.0.1](https://github.com/hakimio/ngx-ui-tour) (2021-09-09)
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-md-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-md-menu",
"version": "7.0.1",
"version": "7.0.2",
"description": "UI tour library for Angular 9+",
"keywords": [
"angular",
Expand All @@ -26,7 +26,7 @@
"@angular/animations": ">=9.0.0 <13.0.0",
"@angular/cdk": ">=9.0.0 <13.0.0",
"@angular/material": ">=9.0.0 <13.0.0",
"ngx-ui-tour-core": "7.0.1",
"ngx-ui-tour-core": "7.0.2",
"typescript": ">=3.8.0"
}
}
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-md-menu/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
"enableIvy": false
}
}
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-ng-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="9.0.2"></a>

# [9.0.2](https://github.com/hakimio/ngx-ui-tour) (2021-09-23)

### Fixes

- Switched back to "View Engine" compilation mode to fix Angular v11 and older builds

<a name="9.0.1"></a>

# [9.0.1](https://github.com/hakimio/ngx-ui-tour) (2021-09-09)
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-ng-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ng-bootstrap",
"version": "9.0.1",
"version": "9.0.2",
"description": "UI tour library for Angular 9+",
"keywords": [
"angular",
Expand All @@ -20,7 +20,7 @@
"@angular/common": ">=9.0.0 <13.0.0",
"@angular/core": ">=9.0.0 <13.0.0",
"@ng-bootstrap/ng-bootstrap": ">=7.0.0",
"ngx-ui-tour-core": "7.0.1",
"ngx-ui-tour-core": "7.0.2",
"typescript": ">=3.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-ng-bootstrap/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
"enableIvy": false
}
}
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-ngx-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="7.0.2"></a>

# [7.0.2](https://github.com/hakimio/ngx-ui-tour) (2021-09-23)

### Fixes

- Switched back to "View Engine" compilation mode to fix Angular v11 and older builds

<a name="7.0.1"></a>

# [7.0.1](https://github.com/hakimio/ngx-ui-tour) (2021-09-09)
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-ngx-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ngx-bootstrap",
"version": "7.0.1",
"version": "7.0.2",
"description": "UI tour library for Angular 9+",
"keywords": [
"angular",
Expand All @@ -20,7 +20,7 @@
"@angular/common": ">=9.0.0 <13.0.0",
"@angular/core": ">=9.0.0 <13.0.0",
"ngx-bootstrap": ">=3.1.0 <8.0.0",
"ngx-ui-tour-core": "7.0.1",
"ngx-ui-tour-core": "7.0.2",
"typescript": ">=3.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-ngx-bootstrap/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
"enableIvy": false
}
}
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-tui-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.0.1"></a>

# [1.0.1](https://github.com/hakimio/ngx-ui-tour) (2021-09-23)

### Fixes

- Switched back to "View Engine" compilation mode to fix Angular v11 and older builds

<a name="1.0.0"></a>

# [1.0.0](https://github.com/hakimio/ngx-ui-tour) (2021-09-20)
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-tui-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Tomas Rimkus <[email protected]>",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"peerDependencies": {
"@angular/common": ">=9.0.0 <13.0.0",
"@angular/core": ">=9.0.0 <13.0.0",
"@taiga-ui/core": "^2.15.0",
"@taiga-ui/cdk": "^2.15.0",
"@taiga-ui/icons": "^2.15.0",
"ngx-ui-tour-core": "7.0.1",
"ngx-ui-tour-core": "7.0.2",
"typescript": ">=3.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-tui-dropdown/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
"enableIvy": false
}
}
8 changes: 8 additions & 0 deletions projects/ngx-ui-tour-tui-hint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.0.2"></a>

# [1.0.2](https://github.com/hakimio/ngx-ui-tour) (2021-09-23)

### Fixes

- Switched back to "View Engine" compilation mode to fix Angular v11 and older builds

<a name="1.0.1"></a>

# [1.0.1](https://github.com/hakimio/ngx-ui-tour) (2021-09-23)
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-tui-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Tomas Rimkus <[email protected]>",
"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"peerDependencies": {
"@angular/common": ">=9.0.0 <13.0.0",
"@angular/core": ">=9.0.0 <13.0.0",
"@taiga-ui/core": "^2.15.0",
"@taiga-ui/cdk": "^2.15.0",
"@taiga-ui/icons": "^2.15.0",
"ngx-ui-tour-core": "7.0.1",
"ngx-ui-tour-core": "7.0.2",
"typescript": ">=3.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-tui-hint/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
"enableIvy": false
}
}

0 comments on commit 20c82a0

Please sign in to comment.